Interface | Description |
---|---|
PropertyChangeListener |
An interface to callback action on a
Property changes. |
PropertyCollection |
An interface which holds a collection of
Property 's. |
PropertyIO |
The interface for a PropertyIO.
|
Class | Description |
---|---|
Property<T> |
The main Property class.
|
PropertyFrameworkGlobals |
Contains different static parameters, which is used by the framework.
|
PropertyFrameworkGlobals.GlobalPropertyStaticCollection | |
PropertyLocator |
Locate a Property value in any of the registered PropertyCollection's in PropertyCollectionRegistry.
|
PropertyType<T> |
The abstract property type.
|
PropertyValidationVO |
Holds data of the validation of a property.
|
Exception | Description |
---|---|
PropertyException |
The generic exception for property errors.
|
PropertyIOException |
The exception thrown when ever something with PropertyIO is involved.
|