Package | Description |
---|---|
ilog.views.appframe |
Provides common classes that are used within all Java Application Framework modules.
|
ilog.views.appframe.plugin |
Provides interfaces and classes for adding plug-ins to an application.
|
ilog.views.appframe.settings |
Provides interfaces and classes for managing the settings of an application.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsManager |
IlvApplication.getSettingsManager()
Returns the settings manager that manages all the settings of the
application.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsManager |
IlvPlugin.getSettingsManager()
Returns the settings manager that manages the settings of this plug-in.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsManager |
IlvSettings.getSettingsManager()
Returns the settings manager that owns those settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSettings.setSettingsManager(IlvSettingsManager manager)
Sets the settings manager that owns those settings.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.