Uses of Class
ilog.util.IlEventType

Packages that use IlEventType
ilog.cpl.datasource Contains data source interfaces and default implementation and some related abstract adapters. 
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.background.event Contains the event related types that are used within the JViews TGO background support. 
ilog.cpl.graphic Provides classes and interfaces to create graphic objects. 
ilog.cpl.model Provides classes and interfaces to create the application business model. 
ilog.cpl.model.container Provides interfaces for representation objects capable of forming a containment hierarchy. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.cpl.style Deprecated Provides classes and interfaces for handling styles (see IlpStyle). 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
ilog.util General usage utilities. 
 

Uses of IlEventType in ilog.cpl.datasource
 

Fields in ilog.cpl.datasource declared as IlEventType
static IlEventType DataSourceEvent.Type.BatchEnded
          Batch of the datasource operations have finished.
static IlEventType DataSourceEvent.Type.BatchStarted
          Batch of the datasource operations have stated.
static IlEventType DataSourceManagerEvent.Type.DataSourceAdded
          Datasource has been added.
static IlEventType DataSourceManagerEvent.Type.DataSourceRemoved
          Datasource has been removed
static IlEventType DataSourceObjectEvent.Type.ObjectAttributeChanged
          Object attribute value changed.
static IlEventType DataSourceEvent.Type.ObjectsAdded
          Objects have been added to the datasource.
static IlEventType DataSourceEvent.Type.ObjectsRemoved
          Objects have been removed from the datasource.
static IlEventType DataSourceObjectEvent.Type.ObjectStructureChanged
          Object structure changed.
static IlEventType AdapterEvent.Type.RepresentationObjectsAdded
          Event sent when representation objects are added.
static IlEventType AdapterEvent.Type.RepresentationObjectsRemoved
          Event sent when representation objects are removed.
 

Constructors in ilog.cpl.datasource with parameters of type IlEventType
AdapterEvent(IlEventType type, IlpAbstractAdapter adapter, IlpRepresentationObject representationObject)
          Constructor for add/remove events.
AdapterEvent(IlEventType type, IlpAbstractAdapter adapter, List representationObjects)
          Constructor for add/remove events.
DataSourceEvent(IlEventType type, IlpDataSource dataSource)
          Constructor for batch events.
DataSourceEvent(IlEventType type, IlpDataSource dataSource, IlpObject object)
          Constructor for add/remove events.
DataSourceEvent(IlEventType type, IlpDataSource dataSource, List objects)
          Constructor for add/remove events.
DataSourceManagerEvent(IlEventType type, IlpDataSourceManager manager, IlpDataSource ds)
          Constructor for add/remove events.
 

Uses of IlEventType in ilog.cpl.equipment
 

Subclasses of IlEventType in ilog.cpl.equipment
static class EquipmentModelEvent.Type
          Event types
static class EquipmentSelectionEvent.Type
          Even types
 

Uses of IlEventType in ilog.cpl.graph
 

Subclasses of IlEventType in ilog.cpl.graph
static class GraphModelEvent.Type
          Event type
static class GraphRendererEvent.Type
          Event type
static class GraphSelectionEvent.Type
          Event type
static class NodeExpansionEvent.Type
          Event type
 

Constructors in ilog.cpl.graph with parameters of type IlEventType
GraphRendererEvent(Object source, IlEventType type, IlpRepresentationObject ro)
          Creates events of type GraphRendererEvent.Type.CONTAINER_ADDED or GraphRendererEvent.Type.CONTAINER_UPDATED
GraphRendererEvent(Object source, IlEventType type, IlpRepresentationObject ro, IlpGraphic graphic, IlpGraphicRendererContext context)
          Creates events of type GraphRendererEvent.Type.GRAPHIC_ADDED or GraphRendererEvent.Type.GRAPHIC_UPDATED
 

Uses of IlEventType in ilog.cpl.graph.background.event
 

Subclasses of IlEventType in ilog.cpl.graph.background.event
static class IlpBackgroundEvent.Type
          Provides the predefined IlpBackgroundEvent event types.
 

Constructors in ilog.cpl.graph.background.event with parameters of type IlEventType
IlpBackgroundEvent(Object source, IlEventType type, IlpBackground background, int index, URL url)
           
 

Uses of IlEventType in ilog.cpl.graphic
 

Fields in ilog.cpl.graphic declared as IlEventType
static IlEventType GraphicChangeEvent.Type.EndGraphicChange
          End changing graphic object.
static IlEventType GraphicChangeEvent.Type.StartGraphicChange
          Start changing graphic object.
 

Constructors in ilog.cpl.graphic with parameters of type IlEventType
GraphicChangeEvent(IlEventType type, Object source)
          Constructor.
 

Uses of IlEventType in ilog.cpl.model
 

Fields in ilog.cpl.model declared as IlEventType
static IlEventType AttributeGroupEvent.Type.AttributeAdded
          Attribute added
static IlEventType AttributeGroupEvent.Type.AttributeChanged
          Attribute changed
static IlEventType AttributeGroupEvent.Type.AttributeRemoved
          Attribute removed
static IlEventType AttributeValueEvent.Type.AttributeValueChange
          Attribute value changed
static IlEventType AttributeGroupEvent.Type.ModelStructureChanged
          Attribute group structure changed
 

Constructors in ilog.cpl.model with parameters of type IlEventType
AttributeGroupEvent(IlEventType type, IlpAttributeGroup model)
          Constructor
AttributeGroupEvent(IlEventType type, IlpAttributeGroup model, IlpAttribute attribute)
          Constructor
AttributeValueEvent(IlEventType type, IlpAttributeValueHolder source, IlpAttribute attribute, Object newv, Object oldv)
          Constructor.
AttributeValueEvent(IlEventType type, Object source, IlpAttribute attribute)
          Deprecated. Use AttributeValueEvent.AttributeValueEvent(IlpAttributeValueHolder, IlpAttribute) or { @link #AttributeValueEvent(IlpAttributeValueHolder, IlpAttribute, Object, Object)}
 

Uses of IlEventType in ilog.cpl.model.container
 

Subclasses of IlEventType in ilog.cpl.model.container
static class RepresentationLinkEvent.Type
          Type of events supported by this event class.
static class RepresentationNodeEvent.Type
          Type of events supported by this event class.
 

Uses of IlEventType in ilog.cpl.network
 

Subclasses of IlEventType in ilog.cpl.network
static class NetworkModelEvent.Type
          Type of events supported by this event class.
static class NetworkModelObserveEvent.Type
          Deprecated. Event Type
static class NetworkSelectionEvent.Type
          Event type
 

Uses of IlEventType in ilog.cpl.style
 

Fields in ilog.cpl.style declared as IlEventType
static IlEventType StyleChangeEvent.Type.ForceStyleUpdate
           
static IlEventType StyleChangeEvent.Type.StyleChanged
          Event sent when a value in a style has changed
 

Constructors in ilog.cpl.style with parameters of type IlEventType
StyleChangeEvent(Object source, IlEventType evtype)
          Deprecated. Creates an event which may be general or not.
 

Uses of IlEventType in ilog.tgo.model
 

Fields in ilog.tgo.model declared as IlEventType
static IlEventType IltLinkSet.LinkSetEvent.Type.LinksAdded
          Deprecated.  
static IlEventType IltLinkSet.LinkSetEvent.Type.LinksRemoved
          Deprecated.  
 

Constructors in ilog.tgo.model with parameters of type IlEventType
IltLinkSet.LinkSetEvent(IlEventType atype, IltLinkSet linkSet, IltAbstractLink link)
          Deprecated. Constructor for add/remove events.
IltLinkSet.LinkSetEvent(IlEventType atype, IltLinkSet linkSet, List links)
          Deprecated. Constructor for add/remove events.
 

Uses of IlEventType in ilog.util
 

Methods in ilog.util that return IlEventType
 IlEventType IlEventObject.getType()
          Returns the event type.
 

Constructors in ilog.util with parameters of type IlEventType
IlEventObject(Object source, IlEventType type)
          Constructor.
 



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