Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagerLayerInsertedEvent
An event that indicates that a layer was inserted
in a manager.
|
class |
ManagerLayerMovedEvent
An event that indicates that the index of a layer has changed
in a manager.
|
class |
ManagerLayerNameEvent
An event that indicates that the name of a layer
has changed.
|
class |
ManagerLayerPropertyEvent
An event that indicates that a property of a layer
has changed.
|
class |
ManagerLayerRemovedEvent
An event that indicates that a layer was removed from
a manager.
|
class |
ManagerLayerSelectableEvent
An event that indicates that the selectable state of a layer
has changed.
|
class |
ManagerLayerVisibilityEvent
An event that indicates that the visibility of a layer has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagerLayerListener.layerChanged(ManagerLayerEvent event)
This method is called by the manager, as notification that the layer
has changed in some way.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvManagerLayerAdapter.layerChanged(ManagerLayerEvent event)
This method is called by the manager, as notification that the layer
has changed in some way.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.