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.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectBBoxChangedEvent
An
ObjectBBoxChangedEvent event is fired after
a graphic object changes its bounding rectangle. |
class |
ObjectInsertedEvent
An
ObjectInsertedEvent event is fired after
a graphic object is added to a manager. |
class |
ObjectLayerChangedEvent
An
ObjectLayerChangedEvent event is fired after
a graphic object changes layer in a manager. |
class |
ObjectRemovedEvent
An
ObjectRemovedEvent event is fired by the
manager when a graphic object is removed. |
class |
ObjectVisibilityChangedEvent
An
ObjectVisibilityChangedEvent event is fired after
a graphic object changes its visibility state. |
Modifier and Type | Method and Description |
---|---|
void |
ManagerContentChangedListener.contentsChanged(ManagerContentChangedEvent evt)
This method is called by the manager, to notify content modifications.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvManagerContentChangedDispatcher.contentsChanged(IlvGraphic g,
ManagerContentChangedEvent event)
Reacts for the input graphic on content change events.
|
void |
IlvManagerContentChangedDispatcher.contentsChanged(ManagerContentChangedEvent event)
Reacts on content change events.
|
void |
IlvLinkVisibilityHandler.contentsChanged(ManagerContentChangedEvent evt)
This method is called by the manager to notify content modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
Ilv3DViewBoundsDataSource.contentsChanged(ManagerContentChangedEvent evt)
Updates style bounds when the bounds graphic is reshaped.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.