Uses of Package
ilog.cpl.interactor

Packages that use ilog.cpl.interactor
ilog.cpl ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. 
ilog.cpl.css Contains basic classes to provide the customization of graphic components and objects through CSS. 
ilog.cpl.equipment Together with ilog.cpl.IlpEquipment, this package constitutes the ILOG JTGO 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.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.graphic.views.action Provides action event classes that are delivered to predefined actions of the network and equipment components. 
ilog.cpl.interactor Contains all the base classes of interactors. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
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.service Provides the interfaces and classes related to the context, some of the services and some general base classes used by styles. 
ilog.cpl.style Deprecated Provides classes and interfaces for handling styles (see IlpStyle). 
ilog.cpl.style.key Deprecated Provides a set of keys used to identify values within styles. 
ilog.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.table.action Contains all the action classes used as default interactions or by pop-up menus in the ILOG JTGO Table graphical 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 Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
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. 
ilog.tgo.interactor Provides the predefined interactors for a view. 
 

Classes in ilog.cpl.interactor used by ilog.cpl
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.css
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
 

Classes in ilog.cpl.interactor used by ilog.cpl.equipment
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
 

Classes in ilog.cpl.interactor used by ilog.cpl.graph
IlpGesture
          This class enumerates the possible basic gestures for interactions.
IlpInteractionState
          Describes the state of a user interaction.
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
IlpObjectInteractionContext
          An object interaction context is used to store contextual information about the events that occur over a single object.
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
 

Classes in ilog.cpl.interactor used by ilog.cpl.graph.action.toolbar
IlpPopupMenuFactory
          Defines a factory for creating pop-up menus.
 

Classes in ilog.cpl.interactor used by ilog.cpl.graph.interactor
IlpAbstractInteractor
          Abstract implementation for IlpInteractor.
IlpDefaultViewInteractor
          Provides a default implementation for IlpViewInteractor.
IlpGesture
          This class enumerates the possible basic gestures for interactions.
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.graphic
IlpInteractionState
          Describes the state of a user interaction.
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
IlpObjectInteractionContext
          An object interaction context is used to store contextual information about the events that occur over a single object.
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractionContext
          Describes the context of a user interaction that can occur anywhere in a view.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.graphic.views
IlpAbstractInteractor
          Abstract implementation for IlpInteractor.
IlpDefaultViewInteractor
          Provides a default implementation for IlpViewInteractor.
IlpGesture
          This class enumerates the possible basic gestures for interactions.
IlpInteractionContext
          Describes the context of user interactions.
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.graphic.views.action
IlpObjectActionEvent
          When an action is triggered by an object interactor, the action event received by the action is an object action event.
IlpObjectInteractionContext
          An object interaction context is used to store contextual information about the events that occur over a single object.
IlpViewActionEvent
          When an action is triggered by a view interactor, after having recognized a gesture, the action event received by the action is a view action event.
IlpViewInteractionContext
          Describes the context of a user interaction that can occur anywhere in a view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.interactor
IlpAbstractInteractor
          Abstract implementation for IlpInteractor.
IlpActionEventFactory
          This interface represents a factory used to create action events.
IlpDefaultInteractionContext
          Default implementation for IlpInteractionContext.
IlpGesture
          This class enumerates the possible basic gestures for interactions.
IlpInteractionContext
          Describes the context of user interactions.
IlpInteractionState
          Describes the state of a user interaction.
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpInteractorAction
          This class represents a bean object that stores information about actions to be used by interactors.
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
IlpObjectInteractionContext
          An object interaction context is used to store contextual information about the events that occur over a single object.
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpPopupMenuFactory
          Defines a factory for creating pop-up menus.
IlpViewInteractionContext
          Describes the context of a user interaction that can occur anywhere in a view.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.network
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
 

Classes in ilog.cpl.interactor used by ilog.cpl.network.interactor
IlpAbstractInteractor
          Abstract implementation for IlpInteractor.
IlpDefaultViewInteractor
          Provides a default implementation for IlpViewInteractor.
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.network.renderer
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.service
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
 

Classes in ilog.cpl.interactor used by ilog.cpl.style
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
 

Classes in ilog.cpl.interactor used by ilog.cpl.style.key
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
 

Classes in ilog.cpl.interactor used by ilog.cpl.table
IlpAbstractPopupMenuFactory
          Abstract implementation of IlpPopupMenuFactory for creating pop-up menus.
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
IlpPopupMenuFactory
          Defines a factory for creating pop-up menus.
IlpViewInteractionContext
          Describes the context of a user interaction that can occur anywhere in a view.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.table.action
IlpInteractionState
          Describes the state of a user interaction.
IlpViewActionEvent
          When an action is triggered by a view interactor, after having recognized a gesture, the action event received by the action is a view action event.
IlpViewInteractionContext
          Describes the context of a user interaction that can occur anywhere in a view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.table.interactor
IlpAbstractInteractor
          Abstract implementation for IlpInteractor.
IlpActionEventFactory
          This interface represents a factory used to create action events.
IlpDefaultInteractionContext
          Default implementation for IlpInteractionContext.
IlpDefaultViewInteractionContext
          Provides a default implementation of IlpViewInteractionContext A view interaction context is used to store contextual information about the events that occur over a graphic view.
IlpDefaultViewInteractor
          Provides a default implementation for IlpViewInteractor.
IlpInteractionContext
          Describes the context of user interactions.
IlpInteractionState
          Describes the state of a user interaction.
IlpInteractor
          Translates atomic input events into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpPopupMenuFactory
          Defines a factory for creating pop-up menus.
IlpViewInteractionContext
          Describes the context of a user interaction that can occur anywhere in a view.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.table.renderer
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.cpl.tree
IlpInteractorManager
          This interface provides methods to retrieve interactors associated to objects and attributes.
IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
 

Classes in ilog.cpl.interactor used by ilog.cpl.tree.renderer
IlpObjectInteractor
          This interface translates atomic input events that occur on business objects being represented in an ILOG JTGO Graphic component into Swing action invocations in a given context, recognizing higher-level gestures when applicable, and invoking the associated Swing actions.
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.tgo.faces.graph.dhtml.event
IlpViewInteractor
          View interactors manage interactions with a graphic view.
 

Classes in ilog.cpl.interactor used by ilog.tgo.interactor
IlpGesture
          This class enumerates the possible basic gestures for interactions.
 



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