Uses of Class
org.eclipse.draw2d.Clickable
Packages that use Clickable
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of Clickable in org.eclipse.draw2d
Subclasses of Clickable in org.eclipse.draw2dModifier and TypeClassDescriptionclass
A Button which displays a triangle pointing in a specified direction.class
A Button usually has a border and appears to move up and down in response to being pressed.final class
A Checkbox is a toggle figure which toggles between the checked and unchecked figures to simulate a check box.class
Basic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection, rollover, etc).class
A Toggle that appears like a 3-dimensional button.Methods in org.eclipse.draw2d that return ClickableModifier and TypeMethodDescriptionprotected Clickable
PuristicScrollPane.PuristicScrollBar.createDefaultDownButton()
protected Clickable
ScrollBar.createDefaultDownButton()
Creates the default 'Down' ArrowButton for the ScrollBar.protected Clickable
PuristicScrollPane.PuristicScrollBar.createDefaultUpButton()
protected Clickable
ScrollBar.createDefaultUpButton()
Creates the default 'Up' ArrowButton for the ScrollBar.protected Clickable
PuristicScrollPane.PuristicScrollBar.createPageDown()
protected Clickable
ScrollBar.createPageDown()
Creates the pagedown Figure for the Scrollbar.protected Clickable
PuristicScrollPane.PuristicScrollBar.createPageUp()
protected Clickable
ScrollBar.createPageUp()
Creates the pageup Figure for the Scrollbar.Methods in org.eclipse.draw2d with parameters of type ClickableModifier and TypeMethodDescriptionvoid
ScrollBar.setDownClickable
(Clickable down) Sets the Clickable that represents the down arrow of the Scrollbar to down.void
ScrollBar.setPageDown
(Clickable down) Sets the pagedown button to the passed Clickable.void
Sets the pageup button to the passed Clickable.void
ScrollBar.setUpClickable
(Clickable up) Sets the Clickable that represents the up arrow of the Scrollbar to up.