Package | Description |
---|---|
buoy.widget | |
buoyx.docking |
Modifier and Type | Field and Description |
---|---|
static BTabbedPane.TabPosition |
BTabbedPane.BOTTOM |
static BTabbedPane.TabPosition |
BTabbedPane.LEFT |
static BTabbedPane.TabPosition |
BTabbedPane.RIGHT |
static BTabbedPane.TabPosition |
BTabbedPane.TOP |
Modifier and Type | Method and Description |
---|---|
BTabbedPane.TabPosition |
BTabbedPane.getTabPosition()
Get the position of the tabs (TOP, LEFT, BOTTOM, or RIGHT).
|
Modifier and Type | Method and Description |
---|---|
void |
BTabbedPane.setTabPosition(BTabbedPane.TabPosition pos)
Set the position of the tabs (TOP, LEFT, BOTTOM, or RIGHT).
|
Constructor and Description |
---|
BTabbedPane(BTabbedPane.TabPosition pos)
Create a new TabbedContainer.
|
Modifier and Type | Method and Description |
---|---|
BTabbedPane.TabPosition |
DockingContainer.getTabPosition()
Get which side of the content Widget the DockableWidgets appear on.
|
Modifier and Type | Method and Description |
---|---|
void |
DockingContainer.setTabPosition(BTabbedPane.TabPosition position)
Set which side of the content Widget the DockableWidgets appear on.
|
Constructor and Description |
---|
DockingContainer(Widget content,
BTabbedPane.TabPosition tabPosition)
Create a DockingContainer.
|
Written by Peter Eastman.