Package | Description |
---|---|
ilog.views.appframe |
Provides common classes that are used within all Java Application Framework modules.
|
ilog.views.appframe.docview |
Provides classes that are involved in the Document/View architecture of the Java Application Framework.
|
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.
|
ilog.views.appframe.settings.beans |
Provides the IlvBeanSettings for defining settings that access a set of beans.
|
ilog.views.appframe.settings.xml |
Provides the IlvXMLSettings class for defining settings that are initialized from XML streams.
|
ilog.views.appframe.swing |
Provides custom Swing components that are initialized from the settings.
|
ilog.views.appframe.swing.mdi |
Provides interfaces and classes for managing MDI Swing main windows.
|
Modifier and Type | Method and Description |
---|---|
IlvSettings[] |
IlvApplication.getSettings()
Returns the settings managed by this application.
|
IlvSettings |
IlvApplication.getSettings(String name)
Finds the settings with the specified
name . |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvApplication.addSettings(IlvSettings settings)
Adds new settings to the application.
|
boolean |
IlvApplication.removeSettings(IlvSettings settings)
Removes the specified settings from the list of settings stored by the
application.
|
Modifier and Type | Method and Description |
---|---|
IlvSettings |
IlvRecentFileList.getSettings()
Returns the settings that initialize the recent file list.
|
IlvSettings |
IlvDocumentTemplate.getSettings()
Returns the settings of the document template.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDocumentViewConfiguration.readSettings(IlvSettingsElement element,
IlvSettings settings)
Reads the settings of this document view configuration from the specified
settings element.
|
boolean |
IlvDocumentTemplate.readSettings(IlvSettings settings,
IlvApplication application)
Reads the settings of the document template.
|
void |
IlvRecentFileList.setSettings(IlvSettings settings)
Sets the settings of the recent file list.
|
void |
IlvDocumentTemplate.setSettings(IlvSettings settings)
Sets the settings that initialize the document template.
|
Modifier and Type | Method and Description |
---|---|
IlvSettings |
IlvPluginManager.getSettings()
Returns the settings that initialize the plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPluginManager.setSettings(IlvSettings settings)
Sets the settings of the plug-in manager.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSettingsManager
Defines settings that manage other settings added to layers.
|
Modifier and Type | Method and Description |
---|---|
IlvSettings |
IlvSettingsElement.getCascadedSettings(int level)
Returns the settings that own the
level cascaded element
that this settings element refers to. |
IlvSettings |
IlvSettingsNode.getSettings()
Returns the settings that have created this settings node.
|
IlvSettings[] |
IlvSettingsManager.getSettings()
Returns the settings managed by this settings manager.
|
IlvSettings |
IlvObjectSettingsHandler.getSettings()
Returns the settings that initialize the associated object.
|
IlvSettings |
IlvSettingsManager.getSettings(String name)
Finds the settings with the given name.
|
IlvSettings |
IlvSettingsManager.getWritableSettings()
Returns the settings where settings modifications are stored.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvSettingsManager.addSettings(IlvSettings settings,
String layerName)
Adds the specified settings to the specified layer.
|
boolean |
IlvSettingsManager.containsSettings(IlvSettings settings)
Determines whether this settings manager contains the specified
settings . |
protected void |
IlvSettingsManager.fireSettingsAddedEvent(IlvSettings settings)
Notifies all the settings listeners registered with the settings manager
that the specified
settings have been added to the
settings manager. |
protected void |
IlvSettingsManager.fireSettingsRemovedEvent(IlvSettings settings)
Notifies all the settings listeners registered with the settings manager
that the specified
settings have been removed from the
settings manager. |
Object |
IlvSettingsElement.getCascadedElement(IlvSettings settings)
Returns the element of the specified settings that has been cascaded in
this settings element
|
String |
IlvSettingsManager.getLayerName(IlvSettings settings)
Returns the name of the layer that the specified settings are inserted in.
|
protected IlvSettingsElement |
IlvObjectSettingsHandler.getSettingsElement(IlvSettings settings)
Returns the settings element that provides the settings for the
associated object.
|
protected void |
IlvObjectSettingsHandler.readSettings(IlvSettings settings)
Reads the settings of the object associated with this handler instance.
|
boolean |
IlvSettingsManager.removeSettings(IlvSettings settings)
Removes the specified settings.
|
void |
SettingsListener.saveChanges(IlvSettings settings)
Invoked when the settings manager that owns this listener
is asked for committing changes.
|
void |
IlvObjectSettingsHandler.setSettings(IlvSettings settings)
Sets the settings that initialize the associated object.
|
void |
SettingsListener.settingsAdded(IlvSettings settings)
Invoked when new settings were added to the settings manager
that owns this listener.
|
void |
SettingsListener.settingsInitialized(IlvSettings settings)
Invoked when the settings this listener listens for have been initialized.
|
void |
SettingsListener.settingsModified(IlvSettings settings)
Invoked when the content of a settings source was modified.
|
void |
SettingsListener.settingsRemoved(IlvSettings settings)
Invoked when settings were removed from
the settings manager that owns this listener.
|
void |
IlvSettingsManager.setWritableSettings(IlvSettings writableSettings)
Sets the settings where modifications made to settings owned by this
settings manager would be stored.
|
void |
IlvObjectSettingsHandler.writeSettings(IlvSettings settings)
Writes the settings of the object associated with this handler instance.
|
Constructor and Description |
---|
IlvSettingsElement(IlvSettings settings)
Creates a settings element for the specified
settings . |
Modifier and Type | Class and Description |
---|---|
class |
IlvBeanSettings
Defines settings that access properties of specified bean instances.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvXMLSettings
Defines settings associated with XML streams.
|
Modifier and Type | Method and Description |
---|---|
IlvSettings |
IlvToolBar.getSettings()
Returns the settings that the toolbar used to read its content.
|
IlvSettings |
IlvSwingMainWindow.getSettings()
Returns the settings that initialize the Swing main window.
|
IlvSettings |
IlvPopupMenu.getSettings()
Gets the settings that the menu bar uses to read its content.
|
IlvSettings |
IlvPanelView.getSettings()
Returns the settings the panel view reads its settings from.
|
IlvSettings |
IlvMenuBar.getSettings()
Returns the settings that initialize the menu bar.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvMenuCompletion.readSettings(IlvSettings settings)
Reads the definition of the menu completion from the specified settings.
|
void |
IlvToolBar.setSettings(IlvSettings settings)
Sets the settings that the toolbar uses to read its content.
|
void |
IlvSwingMainWindow.setSettings(IlvSettings settings)
Sets the settings that initialize the Swing main window.
|
void |
IlvPopupMenu.setSettings(IlvSettings settings)
Sets the settings that the menu bar uses to read its content.
|
void |
IlvPanelView.setSettings(IlvSettings settings)
Sets the settings the panel view reads its settings from.
|
void |
IlvMenuBar.setSettings(IlvSettings settings)
Sets the settings that the menu bar uses to read its content.
|
Modifier and Type | Method and Description |
---|---|
IlvSettings |
IlvMDITabbedPane.getSettings()
Returns the settings that initialize the tabbed pane.
|
IlvSettings |
IlvMDIMainFrame.getSettings()
Returns the settings that initialize the main frame.
|
IlvSettings |
IlvMDIApplet.getSettings()
Returns the settings that initialize the applet.
|
IlvSettings |
IlvDesktopPane.getSettings()
Returns the settings that initialize the desktop pane.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMDITabbedPane.setSettings(IlvSettings settings)
Sets the settings that initialize the tabbed pane.
|
void |
IlvMDIMainFrame.setSettings(IlvSettings settings)
Sets the settings that initialize the main frame.
|
void |
IlvMDIApplet.setSettings(IlvSettings settings)
Sets the settings that initialize the applet.
|
void |
IlvDesktopPane.setSettings(IlvSettings settings)
Sets the settings that initialize the desktop pane.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.