Package | Description |
---|---|
ilog.views.appframe.settings |
Provides interfaces and classes for managing the settings of an application.
|
ilog.views.appframe.settings.xml |
Provides the IlvXMLSettings class for defining settings that are initialized from XML streams.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvMutableSettingsModel
Defines the requirements for a settings model that can change by
adding or removing objects or by changing the attribute values of an element.
|
Modifier and Type | Method and Description |
---|---|
protected IlvSettingsModel |
IlvSettings.createModel(short accessRights)
Creates the model of those settings.
|
IlvSettingsModel |
IlvSettings.getModel()
Returns the model of those settings.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
IlvSettings.getID(Object element,
String type,
IlvSettingsModel model)
Returns the ID value that uniquely identifies the specified object of
the model among other objects with the same type and parent.
|
Object |
IlvSettings.IDResolver.getID(Object element,
String type,
IlvSettingsModel model)
Returns the ID value for the object.
|
Object |
IlvSettings.IDAttributeMapper.getID(Object element,
String type,
IlvSettingsModel model)
Returns the ID value for the specified element, if the
specified type is equal to the type given to the constructor of
this mapper.
|
void |
IlvSettings.setModel(IlvSettingsModel model)
Sets the model of those settings.
|
Constructor and Description |
---|
IlvSettings(String name,
IlvSettingsModel model)
Constructs settings with the specified name and model.
|
Modifier and Type | Method and Description |
---|---|
protected IlvSettingsModel |
IlvXMLSettings.createModel(short accessRights)
Creates an empty
DOM model. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.