Package | Description |
---|---|
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTabLayoutManager<I extends AbstractTabLayoutManagerPane>
This layout manager creates a common interface to store information for each
TabPane individually. |
class |
MenuLineLayout
Orders tabs in a line, if there is not enough space a menu is used.
|
class |
RowLayout
This layout puts all tabs in one, or if there is not enough space, in many,
rows.
|
Modifier and Type | Field and Description |
---|---|
static PropertyKey<TabLayoutManager> |
TabPane.LAYOUT_MANAGER
The layout manager used by any
TabPane to set the boundaries of its children. |
Modifier and Type | Method and Description |
---|---|
TabLayoutManager |
AbstractTabPane.getLayoutManager()
Gets the layout manager that is currently used to layout the contents
of this pane.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabPane.setLayoutManager(TabLayoutManager layoutManager)
Sets the layout manager that will layout the contents of this pane, a
value of
null will reinstall the default layout manager. |