Package | Description |
---|---|
buoy.widget |
Modifier and Type | Field and Description |
---|---|
static BScrollPane.ScrollbarPolicy |
BScrollPane.SCROLLBAR_ALWAYS |
static BScrollPane.ScrollbarPolicy |
BScrollPane.SCROLLBAR_AS_NEEDED |
static BScrollPane.ScrollbarPolicy |
BScrollPane.SCROLLBAR_NEVER |
Modifier and Type | Method and Description |
---|---|
BScrollPane.ScrollbarPolicy |
BScrollPane.getHorizontalScrollbarPolicy()
Get the horizontal scrollbar policy.
|
BScrollPane.ScrollbarPolicy |
BScrollPane.getVerticalScrollbarPolicy()
Get the vertical scrollbar policy.
|
Modifier and Type | Method and Description |
---|---|
void |
BScrollPane.setHorizontalScrollbarPolicy(BScrollPane.ScrollbarPolicy policy)
Set the horizontal scrollbar policy.
|
void |
BScrollPane.setVerticalScrollbarPolicy(BScrollPane.ScrollbarPolicy policy)
Set the vertical scrollbar policy.
|
Constructor and Description |
---|
BScrollPane(BScrollPane.ScrollbarPolicy horizontalPolicy,
BScrollPane.ScrollbarPolicy verticalPolicy)
Create a new BScrollPane with no content or header Widgets.
|
BScrollPane(Widget contentWidget,
BScrollPane.ScrollbarPolicy horizontalPolicy,
BScrollPane.ScrollbarPolicy verticalPolicy)
Create a new BScrollPane with the specified Widget as its content.
|
Written by Peter Eastman.