|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockSituation | |
---|---|
bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
bibliothek.gui.dock.common.intern | |
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. |
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. Note: the frontend and the file formats heavely depend on the internal implementation of this method. |
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.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 |