Package | Description |
---|---|
buoy.widget |
Modifier and Type | Field and Description |
---|---|
static BSplitPane.Orientation |
BSplitPane.HORIZONTAL |
static BSplitPane.Orientation |
BSplitPane.VERTICAL |
Modifier and Type | Method and Description |
---|---|
BSplitPane.Orientation |
BSplitPane.getOrientation()
Get which way the container is split, HORIZONTAL or VERTICAL.
|
Modifier and Type | Method and Description |
---|---|
void |
BSplitPane.setOrientation(BSplitPane.Orientation orient)
Set which way the container is split, HORIZONTAL or VERTICAL.
|
Constructor and Description |
---|
BSplitPane(BSplitPane.Orientation orient)
Create a new BSplitPane.
|
BSplitPane(BSplitPane.Orientation orient,
Widget child1,
Widget child2)
Create a new BSplitPane.
|
Written by Peter Eastman.