Interface | Description |
---|---|
DataConnector |
Defines the way an editor can access data in read/write mode.
|
PreferenceModel |
This interface defines the Preference data model.
|
PreferenceSection |
This interface defines a preference section.
|
PropertiesDataConnector |
Defines a data connector capable of serializing standard Java Properties objects.
|
RawDataConnector |
Defines a data connector capable of serializing standard Java String objects.
|
Class | Description |
---|---|
DataConnectorFactory |
This class handles the various data connectors available in the Framework.
|
PreferenceModelFactory |
This class can be used to create concrete PreferenceModel instances.
|
Enum | Description |
---|---|
DataConnector.TYPE |
Default types of Data Connector available in the Framework.
|
Exception | Description |
---|---|
PreferenceException |
This is the main type of exception thrown by the Preference framework.
|
This package contains API to setup data models.
Main class to use is PreferenceModelFactory. For more information, please refer to developer manual.
Plealog Software - 2003-2017