| Package | Description |
|---|---|
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| Modifier and Type | Method and Description |
|---|---|
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 factories installed on this
DockFrontend, without actually changing any property of this frontend. |
SettingsBlop |
DockFrontend.writeBlop()
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2017 Docking Frames. All rights reserved.