Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.Clickable

Packages that use Clickable
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

Uses of Clickable in org.eclipse.draw2d
 

Subclasses of Clickable in org.eclipse.draw2d
 class ArrowButton
          A Button containing an arrow in it, and providing directional support for the arrow.
 class Button
          A Button usually has a border and appears to move up and down in response to being pressed.
 class CheckBox
          A Checkbox is a toggle figure which toggles between the checked and unchecked figures to simulate a check box.
 class Toggle
          Basic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection, rollover, etc).
 class ToggleButton
          A Toggle that appears like a 3-dimensional button.
 

Methods in org.eclipse.draw2d that return Clickable
protected  Clickable ScrollBar.createDefaultUpButton()
          Creates the default 'Up' ArrowButton for the ScrollBar.
protected  Clickable ScrollBar.createDefaultDownButton()
          Creates the default 'Down' ArrowButton for the ScrollBar.
protected  Clickable ScrollBar.createPageDown()
          Creates the pagedown Figure for the Scrollbar.
protected  Clickable ScrollBar.createPageUp()
          Creates the pageup Figure for the Scrollbar.
 

Methods in org.eclipse.draw2d with parameters of type Clickable
 void ScrollBar.setDownClickable(Clickable down)
          Sets the Clickable that represents the down arrow of the Scrollbar to down.
 void ScrollBar.setUpClickable(Clickable up)
          Sets the Clickable that represents the up arrow of the Scrollbar to up.
 void ScrollBar.setPageDown(Clickable down)
          Sets the pagedown button to the passed Clickable.
 void ScrollBar.setPageUp(Clickable up)
          Sets the pageup button to the passed Clickable.
 


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.