Package | Description |
---|---|
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
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 java.util.Collection<Dockable> |
DefaultLayoutChangeStrategy.approveClosing(DockFrontendInternals frontend,
DockSituation situation,
DefaultLayoutChangeStrategy.SettingAccess setting)
Asks the
VetoManager whether some Dockable s can be hidden. |