|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.views.event.ManagerEvent
ilog.views.event.ManagerContentChangedEvent
ilog.views.event.ObjectLayerChangedEvent
public final class ObjectLayerChangedEvent
An ObjectLayerChangedEvent event is fired after
a graphic object changes layer in a manager.
ManagerContentChangedListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class ilog.views.event.ManagerContentChangedEvent |
|---|
ADJUSTMENT_END, OBJECT_ADDED, OBJECT_BBOX_CHANGED, OBJECT_LAYER_CHANGED, OBJECT_REMOVED, OBJECT_VISIBILITY_CHANGED |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ObjectLayerChangedEvent(IlvManager manager)
Creates the event. |
|
| Method Summary | |
|---|---|
IlvGraphic |
getGraphicObject()
Returns the graphic object concerned by this event. |
IlvManagerLayer |
getNewLayer()
Returns the layer where the object was inserted. |
IlvManagerLayer |
getOldLayer()
Returns the layer where the object was removed. |
void |
setGraphicObject(IlvGraphic g)
Changes the graphic object of the event. |
void |
setNewLayer(IlvManagerLayer layer)
Sets the layer where the object was inserted. |
void |
setOldLayer(IlvManagerLayer layer)
Sets the layer where the object was removed. |
| Methods inherited from class ilog.views.event.ManagerContentChangedEvent |
|---|
getType, isAdjusting, setAdjusting, setType |
| Methods inherited from class ilog.views.event.ManagerEvent |
|---|
getManager |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectLayerChangedEvent(IlvManager manager)
manager - The manager source of the event.| Method Detail |
|---|
public final IlvGraphic getGraphicObject()
public final IlvManagerLayer getOldLayer()
public final IlvManagerLayer getNewLayer()
public final void setGraphicObject(IlvGraphic g)
public final void setOldLayer(IlvManagerLayer layer)
public final void setNewLayer(IlvManagerLayer layer)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||