Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Clickable |
ScrollBar.createDefaultDownButton()
Creates the default 'Down' ArrowButton for the ScrollBar.
|
protected Clickable |
PuristicScrollPane.PuristicScrollBar.createDefaultDownButton() |
protected Clickable |
ScrollBar.createDefaultUpButton()
Creates the default 'Up' ArrowButton for the ScrollBar.
|
protected Clickable |
PuristicScrollPane.PuristicScrollBar.createDefaultUpButton() |
protected Clickable |
ScrollBar.createPageDown()
Creates the pagedown Figure for the Scrollbar.
|
protected Clickable |
PuristicScrollPane.PuristicScrollBar.createPageDown() |
protected Clickable |
ScrollBar.createPageUp()
Creates the pageup Figure for the Scrollbar.
|
protected Clickable |
PuristicScrollPane.PuristicScrollBar.createPageUp() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
ScrollBar.setPageUp(Clickable up)
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.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.