Package | Description |
---|---|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
Modifier and Type | Class and Description |
---|---|
protected class |
CLayoutChangeStrategy.CSettingAccess
A
DefaultLayoutChangeStrategy.SettingAccess that modifies the roots by calling
CLayoutChangeStrategy.replaceMultipleDockables(DockFrontendInternals, CSettingAccess, DockLayoutComposition) . |
Modifier and Type | Method and Description |
---|---|
protected DefaultLayoutChangeStrategy.SettingAccess |
CLayoutChangeStrategy.createAccess(DockFrontendInternals frontend,
Setting setting) |
Modifier and Type | Method and Description |
---|---|
protected DefaultLayoutChangeStrategy.SettingAccess |
DefaultLayoutChangeStrategy.createAccess(DockFrontendInternals frontend,
Setting setting)
Creates a wrapper around
setting that allows the algorithm of this
LayoutChangeStrategy to access the setting. |
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. |
protected Collection<Dockable> |
DefaultLayoutChangeStrategy.approveClosing(DockFrontendInternals frontend,
DockSituation situation,
DefaultLayoutChangeStrategy.SettingAccess setting)
Asks the
VetoManager whether some Dockable s can be hidden. |