|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Setting | |
---|---|
bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
bibliothek.gui.dock.common.intern |
Uses of Setting in bibliothek.gui |
---|
Methods in bibliothek.gui that return Setting | |
---|---|
protected Setting |
DockFrontend.createSetting()
Creates a bag that contains all information needed to describe the current set of properties. |
Setting |
DockFrontend.getSetting(boolean entry)
Creates a new Setting which describes the current set of
properties of this frontend. |
protected Setting |
DockFrontend.read(boolean entry,
DataInputStream in)
Calls first DockFrontend.createSetting() and then
read(DockSituation, PropertyTransformer, boolean, DataInputStream) . |
protected Setting |
DockFrontend.readXML(boolean entry,
XElement element)
Calls DockFrontend.createSetting() and then
readXML(DockSituation, PropertyTransformer, boolean, XElement) . |
Methods in bibliothek.gui with parameters of type Setting | |
---|---|
void |
DockFrontend.setSetting(Setting setting,
boolean entry)
Changes the content of all root-stations according to setting . |
protected void |
DockFrontend.write(Setting setting,
boolean entry,
DataOutputStream out)
Calls write(DockSituation, PropertyTransformer, boolean, DataOutputStream) |
protected void |
DockFrontend.writeXML(Setting setting,
boolean entry,
XElement element)
Calls writeXML(DockSituation, PropertyTransformer, boolean, XElement) . |
Uses of Setting in bibliothek.gui.dock.common.intern |
---|
Subclasses of Setting in bibliothek.gui.dock.common.intern | |
---|---|
class |
CSetting
A Setting that stores also the contents of a CStateManager . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |