| BeanModelNode |
Represents a node in the settings model.
|
| BeanModelNodeSeq<T extends SimpleBeanModelNode> |
Represents an indexed list of nodes sharing the same type.
|
| BeanNodeVisitor<T> |
Implements a visitor pattern over bean nodes.
|
| PropertyUtils |
|
| RestorePropertyVisitor |
Visits a bean model and restores the properties described by the nodes
into their respective settings owner.
|
| SettingsPersistenceUtil |
Utility methods to persist settings of the application.
|
| SimpleBeanModelNode |
Represents a node in the settings owner tree, and stores the values of the properties that
should be saved and restored.
|
| XmlInterface |
Represents a version of the Xml format used to store settings.
|
| XmlInterfaceImpl |
|
| XmlInterfaceImpl.DocumentMakerVisitor |
|