See: Description
Interface | Description |
---|---|
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.
|
ManagerContentMonitor |
A listener that listens events of type
ManagerContentAboutToChangeEvent
in addition to events of type ManagerContentChangedEvent . |
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.
|
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.
|
Class | Description |
---|---|
GraphicBagHierarchyEvent |
A
GraphicBagHierarchyEvent event is fired
when the hierarchy of graphic bags changes. |
IlvListenerList<L extends EventListener> |
An instance of IlvListenerList holds an unordered list of objects
implementing
EventListener interface. |
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. |
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.
|
ManagerLayerNameEvent |
An event that indicates that the name of a layer
has changed.
|
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.
|
ManagerLayerSelectableEvent |
An event that indicates that the selectable state of a layer
has changed.
|
ManagerLayerVisibilityEvent |
An event that indicates that the visibility of a layer has changed.
|
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. |
NamedPropertyEvent |
An
NamedPropertyEvent event is delivered to objects
that are listening to additions and removals of named properties of a
graphic object. |
ObjectBBoxChangedEvent |
An
ObjectBBoxChangedEvent event is fired after
a graphic object changes its bounding rectangle. |
ObjectInsertedEvent |
An
ObjectInsertedEvent event is fired after
a graphic object is added to a manager. |
ObjectLayerChangedEvent |
An
ObjectLayerChangedEvent event is fired after
a graphic object changes layer in a manager. |
ObjectRemovedEvent |
An
ObjectRemovedEvent event is fired by the
manager when a graphic object is removed. |
ObjectVisibilityChangedEvent |
An
ObjectVisibilityChangedEvent event is fired after
a graphic object changes its visibility state. |
TransformerChangedEvent |
An
TransformerChangedEvent event is delivered to objects
that are listening to the modification of
the transformer of a view. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.