Uses of Class
ilog.views.appframe.IlvApplication

Packages that use IlvApplication
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. 
 

Uses of IlvApplication in ilog.views.appframe
 

Methods in ilog.views.appframe that return IlvApplication
 IlvApplication IlvAction.getApplication()
          Returns the application associated with this action.
 

Methods in ilog.views.appframe with parameters of type IlvApplication
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.
 

Uses of IlvApplication in ilog.views.appframe.docview
 

Methods in ilog.views.appframe.docview that return IlvApplication
 IlvApplication IlvDocumentTemplate.getApplication()
          Returns the application of this document template.
 IlvApplication IlvDocumentView.getApplication()
          Returns the application associated with the view.
 IlvApplication IlvDocument.getApplication()
          Returns the application of the document.
 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 IlvAbstractDocument.getApplication()
          Returns the application of the document.
abstract  IlvApplication IlvAbstractMainWindow.getApplication()
          Returns the application associated with the main window.
 

Methods in ilog.views.appframe.docview with parameters of type IlvApplication
 boolean IlvDocumentTemplate.readSettings(IlvSettingsElement element, IlvApplication application)
          Reads the settings of the document template from the specified settings element.
 boolean IlvFileDocumentTemplate.readSettings(IlvSettingsElement element, IlvApplication application)
          Reads the settings of the file document template from the specified settings element.
 boolean IlvDocumentTemplate.readSettings(IlvSettings settings, IlvApplication application)
          Reads the settings of the document template.
 void IlvDocumentTemplate.setApplication(IlvApplication application)
          Sets the application of this 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 IlvAbstractDocument.setApplication(IlvApplication application)
          Sets the application of the document.
 void IlvAbstractMainWindow.setApplication(IlvApplication application)
          Sets the application of the main window.
 

Constructors in ilog.views.appframe.docview with parameters of type IlvApplication
IlvRecentFileList(IlvRecentFileList.FileHandler openFile, String settingsName, IlvApplication application)
          Constructs a new IlvRecentFileList instance.
 

Uses of IlvApplication in ilog.views.appframe.docview.project
 

Methods in ilog.views.appframe.docview.project that return IlvApplication
 IlvApplication IlvProjectDataContainer.getApplication()
          Returns the application of the project data container.
 

Methods in ilog.views.appframe.docview.project with parameters of type IlvApplication
 void IlvProjectDataContainer.setApplication(IlvApplication application)
          Sets the application of the project data container.
 

Uses of IlvApplication in ilog.views.appframe.event
 

Methods in ilog.views.appframe.event that return IlvApplication
 IlvApplication ApplicationEvent.getApplication()
          Returns the application that originated this event.
 

Constructors in ilog.views.appframe.event with parameters of type IlvApplication
ApplicationEvent(int id, IlvApplication application)
          Constructs an ApplicationEvent object with the specified id and application source.
 

Uses of IlvApplication in ilog.views.appframe.plugin
 

Methods in ilog.views.appframe.plugin that return IlvApplication
 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.
 

Methods in ilog.views.appframe.plugin with parameters of type IlvApplication
 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.
 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.
 

Uses of IlvApplication in ilog.views.appframe.settings
 

Methods in ilog.views.appframe.settings that return IlvApplication
 IlvApplication IlvObjectSettingsHandler.getApplication()
          Returns the application of the object.
 IlvApplication IlvSettingsManager.getApplication()
          Returns the application that owns this settings manager.
 IlvApplication LocaleSettingsEvent.getApplication()
          Returns the application.
 IlvApplication IlvSettings.getApplication()
          Returns the application of those settings.
 

Methods in ilog.views.appframe.settings with parameters of type IlvApplication
 void IlvObjectSettingsHandler.setApplication(IlvApplication application)
          Sets the application of the object.
 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.
 

Constructors in ilog.views.appframe.settings with parameters of type IlvApplication
LocaleSettingsEvent(int id, IlvApplication application)
          Constructs a LocaleSettingsEvent object with the specified id and application source.
 

Uses of IlvApplication in ilog.views.appframe.swing
 

Methods in ilog.views.appframe.swing that return IlvApplication
 IlvApplication IlvMenuBar.getApplication()
          Returns the application associated with this menu bar.
 IlvApplication IlvPopupMenu.getApplication()
          Gets the application associated with this menu bar.
 IlvApplication IlvPanelView.getApplication()
          Returns the application of the view.
 IlvApplication IlvDockingBarArea.getApplication()
          Returns the application of the docking bar area.
 IlvApplication IlvToolBar.getApplication()
          Returns the application of the toolbar.
 IlvApplication IlvMenuCompletion.getApplication()
          Gets the application associated with this menu completion.
 IlvApplication IlvSwingMainWindow.getApplication()
          Returns the application of the main window.
 

Methods in ilog.views.appframe.swing with parameters of type IlvApplication
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 IlvMenuBar.setApplication(IlvApplication application)
          Sets the application of the menu bar.
 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 IlvDockingBarArea.setApplication(IlvApplication application)
          Sets the application of the docking bar area.
 void IlvToolBar.setApplication(IlvApplication application)
          Sets the application of the toolbar.
 void IlvMenuCompletion.setApplication(IlvApplication application)
          Sets the application to associate with this menu completion.
 void IlvSwingMainWindow.setApplication(IlvApplication application)
          Sets the application associated with the main window.
 

Uses of IlvApplication in ilog.views.appframe.swing.docking
 

Methods in ilog.views.appframe.swing.docking that return IlvApplication
 IlvApplication IlvDockingArea.getApplication()
          Returns the application associated with this docking area.
 

Methods in ilog.views.appframe.swing.docking with parameters of type IlvApplication
 void IlvDockingArea.setApplication(IlvApplication application)
          Sets the application of the docking area.
 

Uses of IlvApplication in ilog.views.appframe.swing.mdi
 

Methods in ilog.views.appframe.swing.mdi that return IlvApplication
 IlvApplication IlvMDITab.getApplication()
          Returns the application of the view.
 IlvApplication IlvMDIApplet.getApplication()
          Returns the application of the applet.
 IlvApplication IlvMDIDockingArea.getApplication()
          Returns the application associated with this tabbed pane.
 IlvApplication IlvInternalFrame.getApplication()
          Returns the application of the view.
 IlvApplication IlvMDIMainFrame.getApplication()
          Returns the application of the main frame.
 IlvApplication IlvMDIClient.getApplication()
          Returns the application associated with this MDI client.
 IlvApplication IlvMDITabbedPane.getApplication()
          Returns the application associated with this tabbed pane.
 IlvApplication IlvDesktopPane.getApplication()
          Returns the application associated with desktop pane.
 

Methods in ilog.views.appframe.swing.mdi with parameters of type IlvApplication
 void IlvMDITab.setApplication(IlvApplication application)
          Sets the application of the view.
 void IlvMDIApplet.setApplication(IlvApplication application)
          Sets the application of this applet.
 void IlvMDIDockingArea.setApplication(IlvApplication application)
          Sets the application associated with this tabbed pane.
 void IlvInternalFrame.setApplication(IlvApplication application)
          Sets the application of the view.
 void IlvMDIMainFrame.setApplication(IlvApplication application)
          Sets the application of the main frame.
 void IlvMDIClient.setApplication(IlvApplication application)
          Sets the application of this MDI client.
 void IlvMDITabbedPane.setApplication(IlvApplication application)
          Sets the application associated with this tabbed pane.
 void IlvDesktopPane.setApplication(IlvApplication application)
          Sets the application of this desktop pane.
 

Uses of IlvApplication in ilog.views.appframe.util
 

Methods in ilog.views.appframe.util that return IlvApplication
 IlvApplication IlvProgressMonitor.getApplication()
          Returns the application of the monitor.
 

Methods in ilog.views.appframe.util with parameters of type IlvApplication
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.
 

Constructors in ilog.views.appframe.util with parameters of type IlvApplication
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 © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.