Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<StackDockComponentFactory> |
StackDockStation.COMPONENT_FACTORY
Key used to read the current
StackDockComponentFactory |
Modifier and Type | Method and Description |
---|---|
StackDockComponentFactory |
StackDockStation.getStackComponentFactory()
Gets the factory which is used to create a
StackDockComponent . |
Modifier and Type | Method and Description |
---|---|
void |
StackDockStation.setStackComponentFactory(StackDockComponentFactory factory)
Sets the factory which will be used to create a
StackDockComponent
for this station. |
Modifier and Type | Method and Description |
---|---|
void |
BasicTheme.setStackDockComponentFactory(StackDockComponentFactory stackDockComponentFactory)
Sets the factory which will be used to create components for
StackDockStation . |
void |
BasicTheme.setStackDockComponentFactory(StackDockComponentFactory stackDockComponentFactory,
Priority priority)
Sets the factory which will be used to create components for
StackDockStation . |