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.draw2dSubclasses of Clickable in org.eclipse.draw2dModifier and TypeClassDescriptionclassA Button which displays a triangle pointing in a specified direction.classA Button usually has a border and appears to move up and down in response to being pressed.final classA Checkbox is a toggle figure which toggles between the checked and unchecked figures to simulate a check box.classBasic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection, rollover, etc).classA Toggle that appears like a 3-dimensional button.Methods in org.eclipse.draw2d that return ClickableModifier and TypeMethodDescriptionprotected ClickablePuristicScrollPane.PuristicScrollBar.createDefaultDownButton()protected ClickableScrollBar.createDefaultDownButton()Creates the default 'Down' ArrowButton for the ScrollBar.protected ClickablePuristicScrollPane.PuristicScrollBar.createDefaultUpButton()protected ClickableScrollBar.createDefaultUpButton()Creates the default 'Up' ArrowButton for the ScrollBar.protected ClickablePuristicScrollPane.PuristicScrollBar.createPageDown()protected ClickableScrollBar.createPageDown()Creates the pagedown Figure for the Scrollbar.protected ClickablePuristicScrollPane.PuristicScrollBar.createPageUp()protected ClickableScrollBar.createPageUp()Creates the pageup Figure for the Scrollbar.Methods in org.eclipse.draw2d with parameters of type ClickableModifier and TypeMethodDescriptionvoidScrollBar.setDownClickable(Clickable down) Sets the Clickable that represents the down arrow of the Scrollbar to down.voidScrollBar.setPageDown(Clickable down) Sets the pagedown button to the passed Clickable.voidSets the pageup button to the passed Clickable.voidScrollBar.setUpClickable(Clickable up) Sets the Clickable that represents the up arrow of the Scrollbar to up.