|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SettingsBlop | |
|---|---|
| bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
| Uses of SettingsBlop in bibliothek.gui |
|---|
| Methods in bibliothek.gui that return SettingsBlop | |
|---|---|
SettingsBlop |
DockFrontend.readBlop(DataInputStream in)
Reads the contents of in using all the factories that are currently installed
on this DockFrontend, this method does not change any properties of the frontend. |
SettingsBlop |
DockFrontend.readBlopXML(XElement element)
Reads the contents of element using all the facotries installed on this
DockFrontend, without actually changing any property of this frontend. |
SettingsBlop |
DockFrontend.writeBlop()
Stores all the current Settings of this DockFrontend in a new SettingsBlop. |
| Methods in bibliothek.gui with parameters of type SettingsBlop | |
|---|---|
void |
DockFrontend.readBlop(SettingsBlop blop,
boolean keepExistingSettings)
Reads and applies the Settings stored in blop. |
void |
DockFrontend.writeBlop(SettingsBlop blop,
DataOutputStream out)
Writes the contents of blop into out. |
void |
DockFrontend.writeBlopXML(SettingsBlop blop,
XElement element)
Writes all the Settings of blop into element, this
method does use the factories installed on this DockFrontend, but does not
change any properties of the frontend. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||