| Package | Description |
|---|---|
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
| Modifier and Type | Method and Description |
|---|---|
PropertyTransformer |
DockFrontend.createPropertyTransformer()
Creates a new
PropertyTransformer that can be used to read and write
DockablePropertys that are associated with this DockFrontend. |
| Modifier and Type | Method and Description |
|---|---|
PropertyTransformer |
DefaultLayoutChangeStrategy.createTransformer(DockFrontendInternals frontend) |
PropertyTransformer |
LayoutChangeStrategy.createTransformer(DockFrontendInternals frontend)
Creates a converter for reading and writing
DockablePropertys. |
PropertyTransformer |
DockFrontendPerspective.getPropertyTransformer()
Gets a
PropertyTransformer which is used to read and write
DockablePropertys. |
PropertyTransformer |
DefaultDockFrontendPerspective.getPropertyTransformer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017 Docking Frames. All rights reserved.