Package | Description |
---|---|
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLayoutChangeStrategy.applyInvisibleLayout(DockFrontendInternals frontend,
DockSituation situation,
DefaultLayoutChangeStrategy.SettingAccess setting)
Applies
setting to the invisible elements. |
protected void |
DefaultLayoutChangeStrategy.applyLayout(DockFrontendInternals frontend,
DockSituation situation,
DefaultLayoutChangeStrategy.SettingAccess setting,
boolean entry)
Applies the layout described in
setting to the visible elements. |
boolean |
DefaultLayoutChangeStrategy.setLayout(DockFrontendInternals frontend,
Setting setting,
boolean entry) |
boolean |
LayoutChangeStrategy.setLayout(DockFrontendInternals frontend,
Setting setting,
boolean entry)
Changes the layout of
frontend by reading and applying setting . |
Modifier and Type | Method and Description |
---|---|
DockLayoutComposition |
DockSituation.fillMissing(DockLayoutComposition composition)
Using the factories currently known to this
DockSituation , this
method tries to fill gaps in composition . |