Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
Modifier and Type | Method and Description |
---|---|
void |
Dockable.configureDisplayerHints(DockableDisplayerHints hints)
Orders this
Dockable to configure hints which will
be used by the parent component of this element. |
Modifier and Type | Method and Description |
---|---|
protected DockableDisplayerHints |
SplitDockStation.getConfigurableDisplayerHints()
Gets the argument that was last used for
SplitDockStation.configureDisplayerHints(DockableDisplayerHints) . |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.configureDisplayerHints(DockableDisplayerHints hints) |
void |
StackDockStation.configureDisplayerHints(DockableDisplayerHints hints) |
Modifier and Type | Method and Description |
---|---|
protected DockableDisplayerHints |
AbstractDockable.getConfigurableDisplayerHints()
Gets the last
DockableDisplayerHints that were given to
AbstractDockable.configureDisplayerHints(DockableDisplayerHints) . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockable.configureDisplayerHints(DockableDisplayerHints hints) |
Modifier and Type | Class and Description |
---|---|
protected class |
BasicDockableDisplayer.Hints
This implementation of
DockableDisplayerHints forwards
any changes to its BasicDockableDisplayer . |