Uses of Interface
ilog.cpl.graphic.views.IlpViewsView

Packages that use IlpViewsView
ilog.cpl.equipment Together with ilog.cpl.IlpEquipment, this package constitutes the ILOG JTGO Equipment component. 
ilog.cpl.equipment.action.toolbar Contains predefined buttons that can be added to the toolbar of the Equipment component. 
ilog.cpl.graph Contains the abstract common implementation for both the IlpNetwork and IlpEquipment components, including a model, a view and a controller and related classes. 
ilog.cpl.graph.action.toolbar Contains predefined buttons that can be added to the toolbar of the graph view. 
ilog.cpl.graph.background Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO. 
ilog.cpl.graphic.views Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. 
ilog.cpl.graphic.views.background Provides classes for background support using ILOG JViews Maps. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.cpl.network.action.toolbar Contains predefined buttons that can be added to the toolbar of the Network component. 
 

Uses of IlpViewsView in ilog.cpl.equipment
 

Classes in ilog.cpl.equipment that implement IlpViewsView
 class IlpEquipmentView
          This class displays the contents of an IlpEquipmentModel in an ILOG JViews grapher.
 

Uses of IlpViewsView in ilog.cpl.equipment.action.toolbar
 

Constructors in ilog.cpl.equipment.action.toolbar with parameters of type IlpViewsView
IlpEquipmentEditGroupAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpEquipmentEditGroupButton(IlpViewsView view)
          Creates the button.
IlpEquipmentEditLabelButton(IlpViewsView view)
          Creates the button.
IlpEquipmentEditLinkPortAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpEquipmentEditLinkPortButton(IlpViewsView view)
          Creates the button.
IlpEquipmentEditObjectAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpEquipmentEditObjectButton(IlpViewsView view)
          Creates the button.
IlpEquipmentFitToContentsAction(IlpViewsView view)
          Creates the action.
IlpEquipmentFitToContentsButton(IlpViewsView view)
          Creates the button.
IlpEquipmentInteractorAction(IlpViewsView view)
          Creates the action.
IlpEquipmentInteractorAction(IlpViewsView view, AbstractButton button, IlpViewsViewInteractor interactor)
          Creates the action.
IlpEquipmentInteractorAction(IlpViewsView view, AbstractButton button, IlvManagerViewInteractor interactor)
          Creates the action.
IlpEquipmentInteractorButton(IlpViewsView view, IlpViewsViewInteractor interactor, String iconLocation, String tooltip)
          Creates the button.
IlpEquipmentInteractorButton(IlpViewsView view, IlvManagerViewInteractor interactor)
          Creates the button.
IlpEquipmentInteractorButton(IlpViewsView view, IlvManagerViewInteractor interactor, String iconLocation, String tooltip)
          Creates the button.
IlpEquipmentLabelLayoutAction(IlpViewsView view)
          Creates the action.
IlpEquipmentLabelLayoutButton(IlpViewsView view)
          Creates the button.
IlpEquipmentMakeLinearGroupButton(IlpViewsView view)
          Creates the button.
IlpEquipmentMakeLinkButton(IlpViewsView view)
          Creates the button.
IlpEquipmentMakePolyGroupButton(IlpViewsView view)
          Creates the button.
IlpEquipmentMakePolyLinkButton(IlpViewsView view)
          Creates the button.
IlpEquipmentMakeRectGroupButton(IlpViewsView view)
          Creates the button.
IlpEquipmentPanButton(IlpViewsView view)
          Creates the button.
IlpEquipmentScrollToContentsAction(IlpViewsView view)
          Creates the action.
IlpEquipmentScrollToContentsButton(IlpViewsView view)
          Creates the button.
IlpEquipmentSelectAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpEquipmentSelectButton(IlpViewsView view)
          Creates the button.
IlpEquipmentUnZoomViewButton(IlpViewsView view)
          Creates the button.
IlpEquipmentZoomBackAction(IlpViewsView view)
          Creates the action.
IlpEquipmentZoomBackButton(IlpViewsView view)
          Creates the button.
IlpEquipmentZoomInAction(IlpViewsView view, double zoomFactor)
          Creates the action.
IlpEquipmentZoomInButton(IlpViewsView view)
          Creates the button.
IlpEquipmentZoomOutAction(IlpViewsView view, double zoomFactor)
          Creates the action.
IlpEquipmentZoomOutButton(IlpViewsView view)
          Creates the button.
IlpEquipmentZoomResetAction(IlpViewsView view)
          Creates the action.
IlpEquipmentZoomResetButton(IlpViewsView view)
          Creates the button.
IlpEquipmentZoomViewButton(IlpViewsView view)
          Creates the button.
 

Uses of IlpViewsView in ilog.cpl.graph
 

Classes in ilog.cpl.graph that implement IlpViewsView
 class IlpGraphView
          This class displays the contents of an IlpGraphModel in an ILOG JViews grapher.
 

Uses of IlpViewsView in ilog.cpl.graph.action.toolbar
 

Methods in ilog.cpl.graph.action.toolbar that return IlpViewsView
 IlpViewsView IlpAbstractGraphAction.getView()
          Returns the view.
 

Methods in ilog.cpl.graph.action.toolbar with parameters of type IlpViewsView
protected  void IlpGraphInteractorButton.init(IlpViewsView view, String iconLocation, String tooltip)
           
 

Constructors in ilog.cpl.graph.action.toolbar with parameters of type IlpViewsView
IlpAbstractGraphAction(IlpViewsView view)
          Constructor
IlpGraphFitToContentsAction(IlpViewsView view, String bundle)
          Creates the action.
IlpGraphInteractorAction(IlpViewsView view, AbstractButton button, IlpViewsViewInteractor interactor, String bundle)
          Creates the action.
IlpGraphInteractorAction(IlpViewsView view, AbstractButton button, IlvManagerViewInteractor interactor, String bundle)
          Creates the action.
IlpGraphInteractorAction(IlpViewsView view, String bundle)
          Creates the action.
 

Uses of IlpViewsView in ilog.cpl.graph.background
 

Fields in ilog.cpl.graph.background declared as IlpViewsView
protected  IlpViewsView IlpDefaultBackgroundSupport.view
          The view currently attached to this background support.
 

Methods in ilog.cpl.graph.background that return IlpViewsView
 IlpViewsView IlpDefaultBackgroundSupport.getView()
          IlpBackgroundSupport implementation.
 IlpViewsView IlpBackgroundSupport.getView()
          Returns the IlpViewsView that this background support is associated with.
 

Methods in ilog.cpl.graph.background with parameters of type IlpViewsView
 void IlpAbstractIVLBackground.addManagerLayer(IlvManagerLayer layer, int index, IlpViewsView view)
          Adds an IlvManagerLayer to this background at the specified index.
 void IlpAbstractIVLBackground.create(IlvManager manager, int index, IlpViewsView view)
          Invokes super implementation and handles internal structures.
 void IlpBackground.create(IlvManager manager, int index, IlpViewsView view)
          Called by the IlpBackgroundSupport to indicate to this background that it should create the provided IlvManager with the graphics that are to represent the background.
 void IlpAbstractMapDataSourceBackground.create(IlvManager manager, int index, IlpViewsView view)
          This method: Obtains the IlvMapDataSource Fills it with the background Updates the IlvManagerLayer references It relies on the IlpMapDataSourceBackground.createMapDataSource.
 void IlpAbstractBackground.create(IlvManager manager, int index, IlpViewsView view)
          Handles some of the common logistics behind creating a background, namely: Update the visibility of the IlvManagerLayer instances based on the properties of this background.
 void IlpSVGBackground.create(IlvManager manager, int index, IlpViewsView view)
          Populates the IlvManager with the contents of the background file at the specified index.
 void IlpImageTileBackground.create(IlvManager manager, int index, IlpViewsView view)
          Loads the images using load-on-demand via tiling.
 void IlpIVLFrameworkBackground.create(IlvManager manager, int index, IlpViewsView view)
          Reads the contents of the IVL file into the IlvManager.
 void IlpIVLMapBackground.create(IlvManager manager, int index, IlpViewsView view)
          Populates the IlvManager with the contents of the background file at the specified index.
 IlpBackground IlpIVLBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground implementation for IVL files depending on the current creation mode.
 IlpBackground IlpMIDMIFBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground representing the given file.
 IlpBackground IlpShapeBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground representing the given file.
 IlpBackground IlpImageBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground representing the given file.
 IlpBackground IlpSVGBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground representing the given file.
 IlpBackground IlpBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground representing the given file.
 IlpBackground IlpSVGZBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Creates an IlpBackground representing the given file.
 IlpBackground IlpXMLBackgroundFactory.createBackground(IlpViewsView view, URL XMLfileURL)
          Creates an IlpBackground representing the contents of the given XML file.
 IlvMapDataSource IlpImageBackground.createMapDataSource(IlpViewsView view)
          Creates an ilog.views.maps.datasource.IlvMapDataSource that can handle the supported raster formats.
 IlvMapDataSource IlpMapDataSourceBackground.createMapDataSource(IlpViewsView view)
          Should create the appropriate IlvMapDataSource implementation for the specified URL defined for this background.
 IlvMapDataSource IlpShapeBackground.createMapDataSource(IlpViewsView view)
          Creates an ilog.views.maps.datasource.IlvTiledShapeDataSource if load-on-demand is enabled or an ilog.views.maps.datasource.IlvShapeDataSource otherwise.
 IlvMapDataSource IlpMIDMIFBackground.createMapDataSource(IlpViewsView view)
          Returns an ilog.views.maps.datasource.IlvMIDMIFDataSource.
protected  IlvFeatureRenderer IlpAbstractMapDataSourceBackground.createRenderer(IlpViewsView view, IlvMapFeatureIterator featureIterator)
          Can be overwritten by background implementations that want to provide a custom IlvFeatureRenderer for a background.
protected  IlvFeatureRenderer IlpImageBackground.createRenderer(IlpViewsView view, URL backgroundURL, IlvMapFeatureIterator featureIterator)
          Creates a renderer for the attributes of the map.
 void IlpAbstractIVLBackground.dispose(IlvManager manager, IlpViewsView view)
          Calls the super implementation and then disposes internal structure.
 void IlpBackground.dispose(IlvManager manager, IlpViewsView view)
          Called by the IlpBackgroundSupport to indicate to this background that it should dispose the graphics that are representing this background from the provided IlvManager.
 void IlpAbstractMapDataSourceBackground.dispose(IlvManager manager, IlpViewsView view)
          This method: Clears the area of the IlvManagerLayers used Clears the IlvMapDataSource references from the underlying IlvManager.
 void IlpAbstractBackground.dispose(IlvManager manager, IlpViewsView view)
          Performs the following actions: Ensures that the area covered by the this background's layers are scheduled for a redraw Removes this background's layers from the provided IlvManager Clears the IlvManagerLayer references Subclasses should overwrite this method is further processing needs to be take place.
 void IlpIVLMapBackground.dispose(IlvManager manager, IlpViewsView view)
          Calls the super implementation and then disposes of any potential Map Theme settings.
 void IlpAbstractIVLBackground.removeManagerLayer(int index, IlpViewsView view)
          Removes the IlvManagerLayer positioned at the specified index from this background.
 void IlpDefaultBackgroundSupport.setView(IlpViewsView view)
          IlpBackgroundSupport implementation.
 void IlpBackgroundSupport.setView(IlpViewsView view)
          Associates this background support with the provided view.
 

Uses of IlpViewsView in ilog.cpl.graphic.views
 

Subinterfaces of IlpViewsView in ilog.cpl.graphic.views
 interface IlpStylableViewsView
          This is a graphic view that uses an ILOG JViews IlvManagerView object for displaying and that can be customized using Cascading Style Sheets (CSS).
 

Uses of IlpViewsView in ilog.cpl.graphic.views.background
 

Methods in ilog.cpl.graphic.views.background that return IlpViewsView
 IlpViewsView IlpDefaultBackgroundSupport.getView()
          Deprecated. Returns the view.
 

Methods in ilog.cpl.graphic.views.background with parameters of type IlpViewsView
 void IlpDefaultBackgroundSupport.attach(IlpViewsView view)
          Deprecated. Attaches this object to a given view.
 void IlpBackgroundSupport.attach(IlpViewsView view)
          Deprecated. Attaches this object to a given view.
 IlpBackground IlpMIDMIFBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpSVGBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpImageBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpIVLBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpShapeFileBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpSVGZBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpBackgroundFactory.createBackground(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an IlpBackground representing the given file.
 IlpBackground IlpXMLBackgroundFactory.createBackground(IlpViewsView view, URL XMLfileURL)
          Deprecated. Creates an IlpBackground representing the contents of the given XML file.
 IlvManagerLayer IlpShapeFileBackground.createLayer(IlpViewsView view, URL SHPfileURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for a .shp file.
 IlvManagerLayer IlpIVLBackground.createLayer(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for an IVL file.
 IlvManagerLayer IlpBackground.createLayer(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for containing a given background.
 IlvManagerLayer IlpImageTileBackground.createLayer(IlpViewsView view, URL XMLfileURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for an image file.
 IlvManagerLayer IlpImageBackground.createLayer(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for an image file.
 IlvManagerLayer IlpSVGBackground.createLayer(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for an SVG file.
 IlvManagerLayer IlpMIDMIFBackground.createLayer(IlpViewsView view, URL MIFfileURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for a .mif file.
protected  IlvFeatureRenderer IlpShapeFileBackground.createRenderer(IlpViewsView view, URL SHPfileURL, IlvMapFeatureIterator reader)
          Deprecated. Creates a renderer for the attributes of the map.
protected  IlvFeatureRenderer IlpImageBackground.createRenderer(IlpViewsView view, URL backgroundURL, IlvMapFeatureIterator reader)
          Deprecated. Creates a renderer for the attributes of the map.
protected  IlvFeatureRenderer IlpMIDMIFBackground.createRenderer(IlpViewsView view, URL SHPfileURL, IlvMapFeatureIterator reader)
          Deprecated. Creates a renderer for the map's attributes.
 void IlpShapeFileBackground.fillLayer(IlpViewsView view, URL SHPfileURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with a .shp file.
 void IlpIVLBackground.fillLayer(IlpViewsView viewsView, URL backgroundURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with an IVL file.
 void IlpBackground.fillLayer(IlpViewsView view, URL backgroundURL, IlvManagerLayer layer)
          Deprecated. Fills an IlvManagerLayer returned by createLayer with objects.
 void IlpImageTileBackground.fillLayer(IlpViewsView view, URL XMLfileURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with an image file.
 void IlpImageBackground.fillLayer(IlpViewsView view, URL backgroundURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with an image file.
 void IlpSVGBackground.fillLayer(IlpViewsView view, URL backgroundURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with an SVG file.
 void IlpMIDMIFBackground.fillLayer(IlpViewsView view, URL MIFfileURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with a .mif file.
 void IlpDefaultBackgroundSupport.setView(IlpViewsView view)
          Deprecated. Implementation of ilog.cpl.graph.background.IlpBackgroundSupport.
 

Uses of IlpViewsView in ilog.cpl.network
 

Classes in ilog.cpl.network that implement IlpViewsView
 class IlpNetworkView
          This class displays the contents of an IlpNetworkModel in an ILOG JViews grapher.
 

Uses of IlpViewsView in ilog.cpl.network.action.toolbar
 

Constructors in ilog.cpl.network.action.toolbar with parameters of type IlpViewsView
IlpNetworkEditEquipmentObjectAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpNetworkEditEquipmentObjectButton(IlpViewsView view)
          Creates the button.
IlpNetworkEditGroupAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpNetworkEditGroupButton(IlpViewsView view)
          Creates the button.
IlpNetworkEditLabelButton(IlpViewsView view)
          Creates the button.
IlpNetworkEditLinkPortAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpNetworkEditLinkPortButton(IlpViewsView view)
          Creates the button.
IlpNetworkFitToContentsAction(IlpViewsView view)
          Creates the action.
IlpNetworkFitToContentsButton(IlpViewsView view)
          Creates the button.
IlpNetworkInteractorAction(IlpViewsView view)
          Creates the action.
IlpNetworkInteractorAction(IlpViewsView view, AbstractButton button, IlpViewsViewInteractor interactor)
          Creates the action.
IlpNetworkInteractorAction(IlpViewsView view, AbstractButton button, IlvManagerViewInteractor interactor)
          Creates the action.
IlpNetworkInteractorButton(IlpViewsView view, IlpViewsViewInteractor interactor, String iconLocation, String tooltip)
          Creates the button.
IlpNetworkInteractorButton(IlpViewsView view, IlvManagerViewInteractor interactor)
          Creates the button.
IlpNetworkInteractorButton(IlpViewsView view, IlvManagerViewInteractor interactor, String iconLocation, String tooltip)
          Creates the button.
IlpNetworkLabelLayoutAction(IlpViewsView view)
          Creates the action.
IlpNetworkLabelLayoutButton(IlpViewsView view)
          Creates the button.
IlpNetworkMakeLinearGroupButton(IlpViewsView view)
          Creates the button.
IlpNetworkMakeLinkButton(IlpViewsView view)
          Creates the button.
IlpNetworkMakePolyGroupButton(IlpViewsView view)
          Creates the button.
IlpNetworkMakePolyLinkButton(IlpViewsView view)
          Creates the button.
IlpNetworkMakeRectGroupButton(IlpViewsView view)
          Creates the button.
IlpNetworkPanButton(IlpViewsView view)
          Creates the button.
IlpNetworkScrollToContentsAction(IlpViewsView view)
          Creates the action.
IlpNetworkScrollToContentsButton(IlpViewsView view)
          Creates the button.
IlpNetworkSelectAction(IlpViewsView view, AbstractButton button)
          Creates the action.
IlpNetworkSelectButton(IlpViewsView view)
          Creates the button.
IlpNetworkUnZoomViewButton(IlpViewsView view)
          Creates the button.
IlpNetworkZoomBackAction(IlpViewsView view)
          Creates the action.
IlpNetworkZoomBackButton(IlpViewsView view)
          Creates the button.
IlpNetworkZoomInAction(IlpViewsView view, double zoomFactor)
          Creates the action.
IlpNetworkZoomInButton(IlpViewsView view)
          Creates the button.
IlpNetworkZoomOutAction(IlpViewsView view, double zoomFactor)
          Creates the action.
IlpNetworkZoomOutButton(IlpViewsView view)
          Creates the button.
IlpNetworkZoomResetAction(IlpViewsView view)
          Creates the action.
IlpNetworkZoomResetButton(IlpViewsView view)
          Creates the button.
IlpNetworkZoomViewButton(IlpViewsView view)
          Creates the button.
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.