Uses of Interface
ilog.cpl.interactor.IlpViewInteractor

Packages that use IlpViewInteractor
ilog.cpl ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. 
ilog.cpl.equipment.renderer Provides the interfaces and classes related to customization of the equipment component using cascading style sheets. 
ilog.cpl.graph.interactor Provides classes and interfaces for creating Graph interactors. 
ilog.cpl.graphic Provides classes and interfaces to create graphic objects. 
ilog.cpl.graphic.views Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. 
ilog.cpl.interactor Contains all the base classes of interactors. 
ilog.cpl.network.interactor Provides classes and interfaces for creating Network interactors. 
ilog.cpl.network.renderer Provides the interfaces and classes related to customization of the network component using cascading style sheets. 
ilog.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.table.interactor Contains all the table-specific interactors giving the ILOG JTGO Table component its default behavior. 
ilog.cpl.table.renderer Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. 
ilog.cpl.tree.renderer Provides the interfaces and classes related to customization of the ILOG JTGO Tree component using cascading style sheets. 
ilog.tgo.faces.graph.dhtml.event Contains the JViews TGO Faces DHTML specific event types needed in order to propagate events from DHTML clients into the JViews TGO Faces server side runtime. 
 

Uses of IlpViewInteractor in ilog.cpl
 

Methods in ilog.cpl that return IlpViewInteractor
 IlpViewInteractor IlpTree.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpTable.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpEquipment.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpNetwork.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpTree.getViewInteractor()
          Retrieves the current view interactor from the controller.
 IlpViewInteractor IlpTable.getViewInteractor()
          Retrieves the current view interactor from the controller.
 IlpViewInteractor IlpEquipment.getViewInteractor()
          Returns the interactor associated with the view.
 IlpViewInteractor IlpNetwork.getViewInteractor()
          Returns the interactor associated with the view.
 

Methods in ilog.cpl with parameters of type IlpViewInteractor
 void IlpTree.setDefaultViewInteractor(IlpViewInteractor interactor)
          Sets the default view interactor.
 void IlpTable.setDefaultViewInteractor(IlpViewInteractor interactor)
          Sets the default view interactor.
 void IlpEquipment.setDefaultViewInteractor(IlpViewInteractor interactor)
          Sets the default view interactor.
 void IlpNetwork.setDefaultViewInteractor(IlpViewInteractor interactor)
          Sets the default view interactor.
 void IlpTree.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 void IlpTable.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 void IlpEquipment.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 void IlpNetwork.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 

Uses of IlpViewInteractor in ilog.cpl.equipment.renderer
 

Methods in ilog.cpl.equipment.renderer that return IlpViewInteractor
 IlpViewInteractor IlpInteractorRenderer.getViewInteractor()
          Returns the view interactor.
 

Methods in ilog.cpl.equipment.renderer with parameters of type IlpViewInteractor
 void IlpInteractorRenderer.setViewInteractor(IlpViewInteractor vi)
          Sets the default view interactor.
 

Uses of IlpViewInteractor in ilog.cpl.graph.interactor
 

Classes in ilog.cpl.graph.interactor that implement IlpViewInteractor
 class IlpGraphEditEquipmentObjectInteractor
          This class defines a view interactor that allows the user to edit or move equipment objects such as cards, shelves, ports and LEDs.
 

Uses of IlpViewInteractor in ilog.cpl.graphic
 

Methods in ilog.cpl.graphic that return IlpViewInteractor
 IlpViewInteractor IlpInteractiveGraphicComponent.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpGraphicController.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpAbstractGraphicController.getDefaultViewInteractor()
          Returns the default view interactor.
 IlpViewInteractor IlpInteractiveGraphicComponent.getViewInteractor()
          Returns the interactor associated with the view.
 IlpViewInteractor IlpGraphicController.getViewInteractor()
          Returns the interactor associated with the view.
 IlpViewInteractor IlpAbstractGraphicController.getViewInteractor()
          Returns the interactor associated with the view.
 

Methods in ilog.cpl.graphic with parameters of type IlpViewInteractor
 void IlpInteractiveGraphicComponent.setDefaultViewInteractor(IlpViewInteractor interactor)
          Sets the default view interactor.
 void IlpAbstractGraphicController.setDefaultViewInteractor(IlpViewInteractor interactor)
          Sets the default view interactor.
 void IlpInteractiveGraphicComponent.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 void IlpGraphicController.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 void IlpAbstractGraphicController.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 

Uses of IlpViewInteractor in ilog.cpl.graphic.views
 

Classes in ilog.cpl.graphic.views that implement IlpViewInteractor
 class IlpViewsViewInteractor
          This is a view interactor which encapsulates an ILOG JViews view interactor.
 

Uses of IlpViewInteractor in ilog.cpl.interactor
 

Classes in ilog.cpl.interactor that implement IlpViewInteractor
 class IlpDefaultViewInteractor
          Provides a default implementation for IlpViewInteractor.
 

Uses of IlpViewInteractor in ilog.cpl.network.interactor
 

Classes in ilog.cpl.network.interactor that implement IlpViewInteractor
 class IlpEditEquipmentObjectInteractor
          This action sets an equipment object edit interactor to the view.
 

Uses of IlpViewInteractor in ilog.cpl.network.renderer
 

Methods in ilog.cpl.network.renderer that return IlpViewInteractor
 IlpViewInteractor IlpInteractorRenderer.getViewInteractor()
          Returns the view interactor.
 

Methods in ilog.cpl.network.renderer with parameters of type IlpViewInteractor
 void IlpInteractorRenderer.setViewInteractor(IlpViewInteractor vi)
          Sets the default view interactor.
 

Uses of IlpViewInteractor in ilog.cpl.table
 

Methods in ilog.cpl.table with parameters of type IlpViewInteractor
 void IlpTableController.setViewInteractor(IlpViewInteractor interactor)
          Sets the interactor associated with the view.
 

Uses of IlpViewInteractor in ilog.cpl.table.interactor
 

Classes in ilog.cpl.table.interactor that implement IlpViewInteractor
 class IlpDefaultTableViewInteractor
          This is the table view specific view interactor.
 

Uses of IlpViewInteractor in ilog.cpl.table.renderer
 

Methods in ilog.cpl.table.renderer that return IlpViewInteractor
 IlpViewInteractor IlpAbstractTableInteractorRenderer.getViewInteractor()
          Returns the table view interactor.
 

Methods in ilog.cpl.table.renderer with parameters of type IlpViewInteractor
 void IlpAbstractTableInteractorRenderer.setViewInteractor(IlpViewInteractor v)
          Sets the interactor in the Table view.
 

Uses of IlpViewInteractor in ilog.cpl.tree.renderer
 

Methods in ilog.cpl.tree.renderer that return IlpViewInteractor
 IlpViewInteractor IlpAbstractTreeInteractorRenderer.getViewInteractor()
          Returns the interactor currently set in the tree view.
 

Methods in ilog.cpl.tree.renderer with parameters of type IlpViewInteractor
 void IlpAbstractTreeInteractorRenderer.setViewInteractor(IlpViewInteractor v)
          Sets the interactor in the Tree View.
 

Uses of IlpViewInteractor in ilog.tgo.faces.graph.dhtml.event
 

Methods in ilog.tgo.faces.graph.dhtml.event that return IlpViewInteractor
protected  IlpViewInteractor IltFacesSelectInteractorListener.getViewInteractor(String actionName)
          For any given action name, the IltSelectInteractor view interactor is returned.
protected abstract  IlpViewInteractor IltFacesGraphInteractorActionListener.getViewInteractor(String actionName)
          This method returns the view interactor that should process the mouse events in a view.
 



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