Uses of Package
ilog.views.event

Packages that use ilog.views.event
ilog.cpl.graph.action.toolbar Contains predefined buttons that can be added to the toolbar of the graph view. 
ilog.cpl.graph.util Contains utility classes for both the IlpNetwork and IlpEquipment components. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.interactor Provides the predefined interactors for a view. 
ilog.tgo.util Provides general purpose classes and interfaces used in ILOG JTGO. 
ilog.tgo.util.internal Provides general purpose classes and interfaces used in ILOG JTGO. 
ilog.views Provides the classes necessary to create a high performance 2D graphic application. 
ilog.views.bpmn Contains the classes for the BPMN Support. 
ilog.views.event Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes. 
ilog.views.event.adapter Provides event listener adapter and handler. 
ilog.views.graphic Contains the predefined graphic objects of JViews. 
ilog.views.graphic.composite Provides classes for creating Composite Graphics. 
ilog.views.graphic.composite.decoration Provides predefined decorations. 
ilog.views.graphic.linkpolicy Contains the link shape policies. 
ilog.views.hypergraph This package contains the graphic framework for hypergraphs. 
ilog.views.interactor Provides the predefined interactors for a view. 
ilog.views.maps This package contains the base classes to write map applications. 
ilog.views.maps.beans Provides useful beans for creating map applications. 
ilog.views.maps.graphic This package contains graphic objects specialized for cartographic display. 
ilog.views.maps.theme Provides classes for dynamic styling. 
ilog.views.prototypes Provides legacy facilities that allow you to define custom graphic objects easily. 
ilog.views.sdm.graphic Contains specialized graphic objects used by the SDM component. 
ilog.views.sdm.interactor Contains specialized interactors for the SDM component. 
ilog.views.sdm.renderer Contains the classes that define the renderers of an SDM engine. 
ilog.views.sdm.renderer.graphlayout Contains the classes IlvGraphLayoutRenderer and IlvLinkLayoutRenderer that give access to the ILOG JViews Graph Layout capabilities. 
ilog.views.sdm.swing Contains JFC/Swing-based components that can be used to build a complete GUI with the SDM facilities. 
ilog.views.svg Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. 
 

Classes in ilog.views.event used by ilog.cpl.graph.action.toolbar
InteractorChangedEvent
          An InteractorChangedEvent event is delivered to the listeners of the interactors on a view of a manager.
 

Classes in ilog.views.event used by ilog.cpl.graph.util
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
 

Classes in ilog.views.event used by ilog.tgo.graphic
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.tgo.interactor
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
 

Classes in ilog.views.event used by ilog.tgo.util
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
 

Classes in ilog.views.event used by ilog.tgo.util.internal
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
 

Classes in ilog.views.event used by ilog.views
GraphicBagHierarchyEvent
          An GraphicBagHierarchyEvent event is fired when the hierarchy of graphic bags changed.
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
GraphicBagHierarchyListener
          The listener interface for receiving changed events related to the hierarchy of graphic bags.
InteractorListener
          Interface to be implemented by objects that need to observe the modifications of the interactor on a view of a manager.
ManagerChangedListener
          Interface to be implemented by objects that need to observe the modifications of the manager of a view.
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
ManagerExpansionListener
          Interface to be implemented by objects that need to observe the expand/collapse of a manager.
ManagerLayerListener
          The listener interface for receiving events about layers in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
ManagerViewsChangedEvent
          An ManagerViewsChangedEvent event is delivered to the listeners of the addition/removal of a view of a manager.
ManagerViewsChangedListener
          Interface to be implemented by objects that need to observe the addition or removal of manager views to/from a manager.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
NamedPropertyListener
          Interface to be implemented by objects that need to observe when a named property is added to a graphic object or removed from a graphic object.
TransformerListener
          Interface to be implemented by objects that need to observe the modifications of a transformer.
 

Classes in ilog.views.event used by ilog.views.bpmn
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
 

Classes in ilog.views.event used by ilog.views.event
GraphicBagHierarchyEvent
          An GraphicBagHierarchyEvent event is fired when the hierarchy of graphic bags changed.
GraphicBagHierarchyListener
          The listener interface for receiving changed events related to the hierarchy of graphic bags.
InteractorChangedEvent
          An InteractorChangedEvent event is delivered to the listeners of the interactors on a view of a manager.
ManagerChangedEvent
          An ManagerChangedEvent event is delivered to the listeners that needs to observe the modifications of the manager displayed by a view (IlvManagerView).
ManagerContentAboutToChangeEvent
          A ManagerContentAboutToChangeEvent event is fired by the manager before a graphic object is changed or deleted.
ManagerContentChangedEvent
          An ManagerContentChangedEvent event is the base class for events fired by the manager when its contents change.
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
ManagerEvent
          The abstract base class for events related to a manager.
ManagerExpansionEvent
          A ManagerExpansionEvent event is fired by the manager before a manager is expanded or after the manager is collapsed.
ManagerLayerEvent
          The base class for events related to a layer of a manager.
ManagerLayerInsertedEvent
          An event that indicates that a layer was inserted in a manager.
ManagerLayerMovedEvent
          An event that indicates that the index of a layer has changed in a manager.
ManagerLayerPropertyEvent
          An event that indicates that a property of a layer has changed.
ManagerLayerRemovedEvent
          An event that indicates that a layer was removed from a manager.
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerViewsChangedEvent
          An ManagerViewsChangedEvent event is delivered to the listeners of the addition/removal of a view of a manager.
ManagerViewsChangedListener
          Interface to be implemented by objects that need to observe the addition or removal of manager views to/from a manager.
NamedPropertyEvent
          An NamedPropertyEvent event is delivered to objects that are listening to additions and removals of named properties of a graphic object.
TransformerChangedEvent
          An TransformerChangedEvent event is delivered to objects that are listening to the modification of the transformer of a view.
 

Classes in ilog.views.event used by ilog.views.event.adapter
ManagerContentChangedEvent
          An ManagerContentChangedEvent event is the base class for events fired by the manager when its contents change.
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
ManagerExpansionEvent
          A ManagerExpansionEvent event is fired by the manager before a manager is expanded or after the manager is collapsed.
ManagerExpansionListener
          Interface to be implemented by objects that need to observe the expand/collapse of a manager.
ManagerLayerEvent
          The base class for events related to a layer of a manager.
ManagerLayerInsertedEvent
          An event that indicates that a layer was inserted in a manager.
ManagerLayerListener
          The listener interface for receiving events about layers in a manager.
ManagerLayerMovedEvent
          An event that indicates that the index of a layer has changed in a manager.
ManagerLayerRemovedEvent
          An event that indicates that a layer was removed from a manager.
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
 

Classes in ilog.views.event used by ilog.views.graphic
GraphicBagHierarchyEvent
          An GraphicBagHierarchyEvent event is fired when the hierarchy of graphic bags changed.
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
GraphicBagHierarchyListener
          The listener interface for receiving changed events related to the hierarchy of graphic bags.
ManagerViewsChangedEvent
          An ManagerViewsChangedEvent event is delivered to the listeners of the addition/removal of a view of a manager.
ManagerViewsChangedListener
          Interface to be implemented by objects that need to observe the addition or removal of manager views to/from a manager.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.graphic.composite
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.graphic.composite.decoration
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerContentChangedEvent
          An ManagerContentChangedEvent event is the base class for events fired by the manager when its contents change.
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.graphic.linkpolicy
ManagerContentChangedEvent
          An ManagerContentChangedEvent event is the base class for events fired by the manager when its contents change.
ManagerContentChangedListener
          Interface to be implemented by objects that need to observe the modifications of a manager.
 

Classes in ilog.views.event used by ilog.views.hypergraph
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.interactor
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
 

Classes in ilog.views.event used by ilog.views.maps
NamedPropertyEvent
          An NamedPropertyEvent event is delivered to objects that are listening to additions and removals of named properties of a graphic object.
NamedPropertyListener
          Interface to be implemented by objects that need to observe when a named property is added to a graphic object or removed from a graphic object.
TransformerChangedEvent
          An TransformerChangedEvent event is delivered to objects that are listening to the modification of the transformer of a view.
TransformerListener
          Interface to be implemented by objects that need to observe the modifications of a transformer.
 

Classes in ilog.views.event used by ilog.views.maps.beans
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
NamedPropertyEvent
          An NamedPropertyEvent event is delivered to objects that are listening to additions and removals of named properties of a graphic object.
NamedPropertyListener
          Interface to be implemented by objects that need to observe when a named property is added to a graphic object or removed from a graphic object.
TransformerChangedEvent
          An TransformerChangedEvent event is delivered to objects that are listening to the modification of the transformer of a view.
TransformerListener
          Interface to be implemented by objects that need to observe the modifications of a transformer.
 

Classes in ilog.views.event used by ilog.views.maps.graphic
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.maps.theme
TransformerChangedEvent
          An TransformerChangedEvent event is delivered to objects that are listening to the modification of the transformer of a view.
TransformerListener
          Interface to be implemented by objects that need to observe the modifications of a transformer.
 

Classes in ilog.views.event used by ilog.views.prototypes
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.sdm.graphic
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.sdm.interactor
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
 

Classes in ilog.views.event used by ilog.views.sdm.renderer
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.sdm.renderer.graphlayout
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 

Classes in ilog.views.event used by ilog.views.sdm.swing
ManagerSelectionChangedEvent
          A ManagerSelectionChangedEvent event is delivered to the listeners of the selections in a manager.
ManagerSelectionListener
          Interface to be implemented by objects that need to observe selection modifications in a manager.
 

Classes in ilog.views.event used by ilog.views.svg
GraphicBagHierarchyEventReceiver
          Objects that can receive graphic bag hierarchy events should implement this interface.
ManagerViewsHierarchyEventReceiver
          Objects that can receive manager views changed events through the entire hierarchy of nested managers should implement this interface.
 



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