Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.component | |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
SplitDockStation.getComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.setComponentConfiguration(DockComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
DockComponentRoot.getComponentConfiguration()
Gets the currently applied configuration.
|
DockComponentConfiguration |
DockComponentRootHandler.getConfiguration()
Gets the configuration that is applied to
root . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDockComponentManager.addConfiguration(Filter<DockComponentRoot> filter,
DockComponentConfiguration configuration) |
void |
DockComponentManager.addConfiguration(Filter<DockComponentRoot> filter,
DockComponentConfiguration configuration)
Adds a new configuration, the configuration is only applied if
filter includes a DockComponentRoot , and
if no other configuration was applied |
void |
DefaultDockComponentManager.removeConfiguration(DockComponentConfiguration configuration) |
void |
DockComponentManager.removeConfiguration(DockComponentConfiguration configuration)
Removes
configuration from the list of configurations. |
void |
DockComponentRoot.setComponentConfiguration(DockComponentConfiguration configuration)
Sets a configuration which is to be applied to all
Component s (and maybe their children) of this DockComponentRoot . |
void |
DockComponentRootHandler.setConfiguration(DockComponentConfiguration configuration)
Sets the configuration that is to be applied to
root . |
void |
DefaultDockComponentManager.setDefaultConfiguration(DockComponentConfiguration configuration) |
void |
DockComponentManager.setDefaultConfiguration(DockComponentConfiguration configuration)
Sets the default configuration which is to be used if no other configuration is found.
|
Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
AbstractDockable.getComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockable.setComponentConfiguration(DockComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
AbstractDockStation.getComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockStation.setComponentConfiguration(DockComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
BasicDockableDisplayer.getComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
BasicDockableDisplayer.setComponentConfiguration(DockComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
AbstractMultiDockTitle.getComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMultiDockTitle.setComponentConfiguration(DockComponentConfiguration configuration) |