Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
bibliothek.extension.gui.dock.theme.eclipse.stack.tab |
Various components needed to paint and manage the tab which is visible
on a
EclipseTabPane . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Method and Description |
---|---|
void |
BubbleTab.setConfiguration(TabConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
EclipseTab.setConfiguration(TabConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
BaseTabComponent.setConfiguration(TabConfiguration configuration) |
void |
DockTitleTab.setConfiguration(TabConfiguration configuration)
Deprecated.
|
void |
TabComponent.setConfiguration(TabConfiguration configuration)
Fine tunes the look and behavior of this tab.
|
Modifier and Type | Method and Description |
---|---|
void |
FlatTab.setConfiguration(TabConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
TabConfiguration |
CombinedStackDockComponent.getConfiguration(Dockable child)
|
Modifier and Type | Method and Description |
---|---|
void |
CombinedTab.setConfiguration(TabConfiguration configuration)
Fine tunes this tab.
|
Modifier and Type | Method and Description |
---|---|
TabConfiguration |
TabComponentLayoutManager.getConfiguration()
Gets the current configuration of the tab
|
TabConfiguration |
TabConfigurations.getConfiguration(Dockable dockable)
Gets the configuration for a tab that represents
Dockable . |
Modifier and Type | Method and Description |
---|---|
void |
TabComponentLayoutManager.setConfiguration(TabConfiguration configuration)
Changes the look and behavior of the tab.
|
Constructor and Description |
---|
TabComponentLayoutManager(OrientedLabel label,
ButtonPanel panel,
TabConfiguration configuration)
Creates a new layout manager.
|