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.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 |
---|---|
IlvSettingsElement[] |
IlvApplication.select(IlvSettingsQuery query)
Returns the settings elements selected by the specified query.
|
IlvSettingsElement[] |
IlvApplication.select(IlvSettingsQuery query,
IlvSettingsElement[] contextElements)
Returns the settings elements selected by the specified query starting
from the specified settings elements.
|
IlvSettingsElement |
IlvApplication.selectElement(IlvSettingsQuery query)
Returns the first settings element selected by the specified query.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsQuery |
IlvRecentFileList.getSettingsQuery()
Returns the query that selects the settings element of the recent file list.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecentFileList.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that defines the
recent file list.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsQuery |
IlvPluginManager.getSettingsQuery()
Returns the query that selects the settings element of the plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPluginManager.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element which defines the
plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsQuery |
IlvObjectSettingsHandler.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings of the associated object.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsElement |
IlvSettingsElement.ensureChildElement(IlvSettingsQuery query)
Ensures a descendant of this element accessible with the specified
relative
query exists. |
IlvSettingsElement |
IlvSettings.ensureSettingsElement(IlvSettingsQuery query)
Ensures that a settings element of those settings is selectable from
the specified
query . |
IlvSettingsElement[] |
IlvSettingsElement.getChildren(IlvSettingsQuery query)
Returns the descendent elements that are selected by the specified query,
starting the selection from this settings element.
|
IlvSettingsElement[] |
IlvSettings.select(IlvSettingsQuery query)
Returns the settings elements selected by the specified query.
|
IlvSettingsElement[] |
IlvSettings.select(IlvSettingsQuery query,
IlvSettingsElement[] contextElements)
Returns the settings elements selected by the specified query from the
specified settings element.
|
IlvSettingsElement |
IlvSettings.selectElement(IlvSettingsQuery query)
Returns the first settings element selected by the specified query.
|
IlvSettingsNode[] |
IlvSettings.selectNodes(IlvSettingsQuery query)
Returns the settings nodes selected by the specified query.
|
void |
IlvObjectSettingsHandler.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for the associated object.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsQuery |
IlvToolBar.getSettingsQuery()
Returns the query that selects the settings element that defines the
content of this toolbar.
|
IlvSettingsQuery |
IlvSwingMainWindow.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings of this main window.
|
IlvSettingsQuery |
IlvPopupMenu.getSettingsQuery()
Returns the query that selects the settings element that defines the
content of this toolbar.
|
IlvSettingsQuery |
IlvPanelView.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings for this panel view.
|
IlvSettingsQuery |
IlvMenuBar.getSettingsQuery()
Returns the query that selects the settings element that defines the
content of this menu bar.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvToolBar.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that defines the
content of this toolbar.
|
void |
IlvSwingMainWindow.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for this main window.
|
void |
IlvPopupMenu.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that defines the
content of this toolbar.
|
void |
IlvPanelView.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for this panel view.
|
void |
IlvMenuBar.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that defines the
content of this menu bar.
|
Modifier and Type | Method and Description |
---|---|
IlvSettingsQuery |
IlvMDITabbedPane.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings of this MDI tabbed pane.
|
IlvSettingsQuery |
IlvMDIMainFrame.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings of this main frame.
|
IlvSettingsQuery |
IlvMDIApplet.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings of this main frame.
|
IlvSettingsQuery |
IlvDesktopPane.getSettingsQuery()
Returns the query that selects the settings element that provides
the settings of this MDI tabbed pane.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMDITabbedPane.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for this MDI tabbed pane.
|
void |
IlvMDIMainFrame.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for this main frame.
|
void |
IlvMDIApplet.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for this main frame.
|
void |
IlvDesktopPane.setSettingsQuery(IlvSettingsQuery query)
Sets the query that selects the settings element that provides the settings
for this MDI tabbed pane.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.