Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

Uses of Class
org.eclipse.draw2d.Clickable

Packages that use Clickable
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of Clickable in org.eclipse.draw2d
 

Subclasses of Clickable in org.eclipse.draw2d
 class ArrowButton
          A Button which displays a triangle pointing in a specified direction.
 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
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire