Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PuristicScrollPane.PuristicScrollBar
A
ScrollBar with no thumb and non-opaque buttons. |
Modifier and Type | Field and Description |
---|---|
protected ScrollBar |
ScrollPane.hBar
The horizontal scrollbar
|
protected ScrollBar |
ScrollPane.vBar
The vertical scrollbar
|
Modifier and Type | Method and Description |
---|---|
ScrollBar |
ScrollPane.getHorizontalScrollBar()
Returns the ScrollPane's horizontal ScrollBar.
|
ScrollBar |
ScrollPane.getVerticalScrollBar()
Returns the ScrollPane's vertical ScrollBar.
|
Modifier and Type | Method and Description |
---|---|
protected Rectangle |
ScrollBarLayout.layoutButtons(ScrollBar scrollBar)
Places the buttons and returns the Rectangle into which the track should
be placed.
|
void |
ScrollPane.setHorizontalScrollBar(ScrollBar bar)
Sets the ScrollPane's horizontal ScrollBar to the passed ScrollBar.
|
void |
ScrollPane.setVerticalScrollBar(ScrollBar bar)
Sets the ScrollPane's vertical ScrollBar to the passed Scrollbar.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.