|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockSituation | |
---|---|
bibliothek.gui | |
bibliothek.gui.dock.common.intern | |
bibliothek.gui.dock.frontend | |
bibliothek.gui.dock.layout |
Uses of DockSituation in bibliothek.gui |
---|
Methods in bibliothek.gui that return DockSituation | |
---|---|
protected DockSituation |
DockFrontend.createSituation(boolean entry)
Invoked every time before the current setting is written into a stream. |
Methods in bibliothek.gui with parameters of type DockSituation | |
---|---|
protected Set<Dockable> |
DockFrontend.estimateClosing(DockSituation situation,
DockLayoutComposition layout)
Tries to estimate which of the currently visible Dockable s will
be closed if layout is applied to this frontend. |
protected void |
DockFrontend.estimateLocations(DockSituation situation,
DockLayoutComposition layout)
Tries to fill the property location
for each element in layout . |
protected Map<String,DockableProperty> |
DockFrontend.listEstimateLocations(DockSituation situation,
DockLayoutComposition layout)
Tries to estimate the location of missing Dockable s. |
protected Map<String,DockLayoutComposition> |
DockFrontend.listLayouts(DockSituation situation,
DockLayoutComposition layout)
Tries to estimate the layouts of missing Dockable s. |
Uses of DockSituation in bibliothek.gui.dock.common.intern |
---|
Methods in bibliothek.gui.dock.common.intern with parameters of type DockSituation | |
---|---|
void |
CSetting.read(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
DataInputStream in)
|
void |
CSetting.readXML(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
XElement element)
|
void |
CSetting.write(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
DataOutputStream out)
|
void |
CSetting.writeXML(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
XElement element)
|
Uses of DockSituation in bibliothek.gui.dock.frontend |
---|
Methods in bibliothek.gui.dock.frontend with parameters of type DockSituation | |
---|---|
void |
Setting.fillMissing(DockSituation situation)
Using the factories given by situation , this method tries
to fill any gaps in the layout. |
void |
Setting.read(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
DataInputStream in)
Reads the properties of this setting. |
void |
Setting.readXML(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
XElement element)
Reads the properties of this setting. |
void |
Setting.write(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
DataOutputStream out)
Writes the properties of this setting into out . |
void |
Setting.writeXML(DockSituation situation,
PropertyTransformer transformer,
boolean entry,
XElement element)
Writes the properties of this setting in xml format. |
Uses of DockSituation in bibliothek.gui.dock.layout |
---|
Subclasses of DockSituation in bibliothek.gui.dock.layout | |
---|---|
class |
PredefinedDockSituation
A DockSituation that does not load or store all DockElements . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |