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.docview.project |
Provides the interfaces and classes for defining project documents.
|
ilog.views.appframe.event |
Provides interfaces and classes for dealing with different types of events fired by main Application Framework classes.
|
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.docking |
Provides classes for dealing with dockable panes.
|
ilog.views.appframe.swing.mdi |
Provides interfaces and classes for managing MDI Swing main windows.
|
ilog.views.appframe.util |
Provides common services for initializing an application and utility classes.
|
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvAction.getApplication()
Returns the application associated with this action.
|
Modifier and Type | Method and Description |
---|---|
static char |
IlvAction.GetMnemonic(Action action,
IlvApplication application)
Returns the mnemonic character that should be set to the menu items
associated with the specified
action . |
static Action |
IlvAction.GetSelectedGroupAction(IlvApplication application,
String group)
Returns the action currently selected in the specified
group
of actions. |
void |
IlvAction.readSettings(IlvSettingsElement element,
IlvApplication application)
Reads the settings of the action from the specified settings element.
|
static void |
IlvAction.SetAction(AbstractButton button,
Action action,
IlvApplication application,
int iconsSize)
Sets the action to a specified button, taking care of internationalization
issues.
|
static void |
IlvAction.SetAction(Component component,
Action action,
IlvApplication application)
Sets the action to a specified component, taking care of internationalization
issues.
|
static void |
IlvAction.UpdateButtonProperties(AbstractButton button,
IlvApplication application)
Updates the
button properties according to the parameters
of its associated action. |
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvRecentFileList.getApplication()
Returns the application of the recent file list.
|
IlvApplication |
IlvMainWindow.getApplication()
Returns the application of the main window.
|
IlvApplication |
IlvDocumentViewSupport.getApplication()
Returns the application of the view.
|
IlvApplication |
IlvDocumentView.getApplication()
Returns the application associated with the view.
|
IlvApplication |
IlvDocumentTemplate.getApplication()
Returns the application of this document template.
|
IlvApplication |
IlvDocument.getApplication()
Returns the application of the document.
|
abstract IlvApplication |
IlvAbstractMainWindow.getApplication()
Returns the application associated with the main window.
|
IlvApplication |
IlvAbstractDocument.getApplication()
Returns the application of the document.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvFileDocumentTemplate.readSettings(IlvSettingsElement element,
IlvApplication application)
Reads the settings of the file document template from the specified
settings element.
|
boolean |
IlvDocumentTemplate.readSettings(IlvSettingsElement element,
IlvApplication application)
Reads the settings of the document template from the specified
settings element.
|
boolean |
IlvDocumentTemplate.readSettings(IlvSettings settings,
IlvApplication application)
Reads the settings of the document template.
|
void |
IlvRecentFileList.setApplication(IlvApplication application)
Sets the application of this recent file list.
|
void |
IlvMainWindow.setApplication(IlvApplication application)
Sets the application of the main window.
|
void |
IlvDocumentViewSupport.setApplication(IlvApplication application)
Sets the application of the view.
|
void |
IlvDocumentTemplate.setApplication(IlvApplication application)
Sets the application of this document template.
|
void |
IlvAbstractMainWindow.setApplication(IlvApplication application)
Sets the application of the main window.
|
void |
IlvAbstractDocument.setApplication(IlvApplication application)
Sets the application of the document.
|
Constructor and Description |
---|
IlvRecentFileList(IlvRecentFileList.FileHandler openFile,
String settingsName,
IlvApplication application)
Constructs a new
IlvRecentFileList instance. |
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvProjectDataContainer.getApplication()
Returns the application of the project data container.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvProjectDataContainer.setApplication(IlvApplication application)
Sets the application of the project data container.
|
Modifier and Type | Method and Description |
---|---|
IlvApplication |
ApplicationEvent.getApplication()
Returns the application that originated this event.
|
Constructor and Description |
---|
ApplicationEvent(int id,
IlvApplication application)
Constructs an
ApplicationEvent object with the specified
id and application source. |
Modifier and Type | Method and Description |
---|---|
IlvApplication |
PluginEvent.getApplication()
Returns the host application to install the plug-in in.
|
IlvApplication |
IlvPluginManager.getApplication()
Returns the application of the plug-in manager.
|
IlvApplication |
IlvPlugin.getApplication()
Returns the application of the plug-in.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvPluginInstaller.canInstall(IlvApplication application,
IlvPlugin plugin)
Determines whether the specified
plugin can be installed
in the host application . |
boolean |
IlvPluginInstaller.canUninstall(IlvApplication application,
IlvPlugin plugin)
Determines whether the plug-in can be uninstalled from the host
application . |
static ArrayList<IlvPluginManager> |
IlvPluginManager.getPluginManagers(IlvApplication application)
Returns the plugin managers of the application.
|
void |
IlvPluginInstaller.install(IlvApplication application,
IlvPlugin plugin)
Invoked to install the plug-in in the host
application . |
void |
IlvPluginManager.setApplication(IlvApplication application)
Sets the
application that this plug-in manager will manage
the plug-ins for. |
void |
IlvPlugin.setApplication(IlvApplication application)
Sets the application of the plug-in.
|
void |
IlvPluginInstaller.uninstall(IlvApplication application,
IlvPlugin plugin)
Invoked to uninstall the plug-in from the host
application . |
Modifier and Type | Method and Description |
---|---|
IlvApplication |
LocaleSettingsEvent.getApplication()
Returns the application.
|
IlvApplication |
IlvSettingsManager.getApplication()
Returns the application that owns this settings manager.
|
IlvApplication |
IlvSettings.getApplication()
Returns the application of those settings.
|
IlvApplication |
IlvObjectSettingsHandler.getApplication()
Returns the application of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSettingsManager.setApplication(IlvApplication application)
Sets the application that owns this settings manager.
|
void |
IlvSettings.setApplication(IlvApplication application)
Sets the application that owns those settings.
|
void |
IlvObjectSettingsHandler.setApplication(IlvApplication application)
Sets the application of the object.
|
Constructor and Description |
---|
LocaleSettingsEvent(int id,
IlvApplication application)
Constructs a
LocaleSettingsEvent object with the specified
id and application source. |
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvToolBar.getApplication()
Returns the application of the toolbar.
|
IlvApplication |
IlvSwingMainWindow.getApplication()
Returns the application of the main window.
|
IlvApplication |
IlvPopupMenu.getApplication()
Gets the application associated with this menu bar.
|
IlvApplication |
IlvPanelView.getApplication()
Returns the application of the view.
|
IlvApplication |
IlvMenuCompletion.getApplication()
Gets the application associated with this menu completion.
|
IlvApplication |
IlvMenuBar.getApplication()
Returns the application associated with this menu bar.
|
IlvApplication |
IlvDockingBarArea.getApplication()
Returns the application of the docking bar area.
|
Modifier and Type | Method and Description |
---|---|
static JButton |
IlvToolBar.AddActionButton(Action action,
Container container,
int index,
IlvApplication application)
Adds a new button to the specified container at the specified index.
|
static Component |
IlvMenuBar.AddActionItem(Action action,
Container container,
int index,
IlvApplication application)
Adds a new item to the specified container at the specified index.
|
static JMenuItem |
IlvMenuBar.CreateMenuItem(Action action,
IlvApplication application)
Creates a menu item for the specified action.
|
void |
IlvToolBar.setApplication(IlvApplication application)
Sets the application of the toolbar.
|
void |
IlvSwingMainWindow.setApplication(IlvApplication application)
Sets the application associated with the main window.
|
void |
IlvPopupMenu.setApplication(IlvApplication application)
Sets the application of the pop-up menu.
|
void |
IlvPanelView.setApplication(IlvApplication application)
Sets the application of the view.
|
void |
IlvMenuCompletion.setApplication(IlvApplication application)
Sets the application to associate with this menu completion.
|
void |
IlvMenuBar.setApplication(IlvApplication application)
Sets the application of the menu bar.
|
void |
IlvDockingBarArea.setApplication(IlvApplication application)
Sets the application of the docking bar area.
|
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvDockingArea.getApplication()
Returns the application associated with this docking area.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDockingArea.setApplication(IlvApplication application)
Sets the application of the docking area.
|
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvMDITabbedPane.getApplication()
Returns the application associated with this tabbed pane.
|
IlvApplication |
IlvMDITab.getApplication()
Returns the application of the view.
|
IlvApplication |
IlvMDIMainFrame.getApplication()
Returns the application of the main frame.
|
IlvApplication |
IlvMDIDockingArea.getApplication()
Returns the application associated with this tabbed pane.
|
IlvApplication |
IlvMDIClient.getApplication()
Returns the application associated with this MDI client.
|
IlvApplication |
IlvMDIApplet.getApplication()
Returns the application of the applet.
|
IlvApplication |
IlvInternalFrame.getApplication()
Returns the application of the view.
|
IlvApplication |
IlvDesktopPane.getApplication()
Returns the application associated with desktop pane.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMDITabbedPane.setApplication(IlvApplication application)
Sets the application associated with this tabbed pane.
|
void |
IlvMDITab.setApplication(IlvApplication application)
Sets the application of the view.
|
void |
IlvMDIMainFrame.setApplication(IlvApplication application)
Sets the application of the main frame.
|
void |
IlvMDIDockingArea.setApplication(IlvApplication application)
Sets the application associated with this tabbed pane.
|
void |
IlvMDIClient.setApplication(IlvApplication application)
Sets the application of this MDI client.
|
void |
IlvMDIApplet.setApplication(IlvApplication application)
Sets the application of this applet.
|
void |
IlvInternalFrame.setApplication(IlvApplication application)
Sets the application of the view.
|
void |
IlvDesktopPane.setApplication(IlvApplication application)
Sets the application of this desktop pane.
|
Modifier and Type | Method and Description |
---|---|
IlvApplication |
IlvProgressMonitor.getApplication()
Returns the application of the monitor.
|
Modifier and Type | Method and Description |
---|---|
static String |
IlvUtil.AbbreviatePathName(String pathname,
IlvApplication application,
int maxCharacterCount,
boolean atLeastFilename)
Abbreviates a file name string to a string containing a specified number
of characters.
|
void |
IlvProgressMonitor.setApplication(IlvApplication application)
Sets the application of the monitor.
|
Constructor and Description |
---|
IlvProgressMonitor(Action action,
IlvApplication application,
Object message,
String note,
int min,
int max)
Constructs a new progress monitor associated with the processing of the
specified
action in a separate thread. |
IlvProgressMonitor(IlvApplication application,
Object message,
String note,
int min,
int max)
Constructs a new progress monitor.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.