|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Setting | |
---|---|
bibliothek.gui |
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.getLastAppliedEntrySetting()
Gets the last Setting that was given to DockFrontend.setSetting(Setting, boolean)
when the entry-parameter was set to true . |
Setting |
DockFrontend.getLastAppliedFullSetting()
Gets the last Setting that was given to DockFrontend.setSetting(Setting, boolean)
when the entry-parameter was set to false . |
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) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |