|
||||||||||
| 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.ManagerSelectionChangedEvent
public final class ManagerSelectionChangedEvent
A ManagerSelectionChangedEvent event is delivered to the
listeners of the selections in a manager.
ManagerSelectionListener,
Serialized Form| Field Summary | |
|---|---|
static int |
OBJECT_DESELECTED
The type of the event when an object is deselected. |
static int |
OBJECT_SELECTED
The type of the event when an object is selected. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ManagerSelectionChangedEvent(IlvManager manager,
IlvGraphic obj)
Creates the event. |
|
| Method Summary | |
|---|---|
IlvGraphic |
getGraphic()
Returns the graphic object whose selection has changed. |
IlvManager |
getManager()
Returns the manager source of the event. |
int |
getType()
Returns the type of the event. |
boolean |
isAdjusting()
Returns true if this event is part of a series of several
events. |
boolean |
isAdjustmentEnd()
Returns true if this event is the last of a series of
several events. |
void |
setAdjusting(boolean set)
Changes the adjusting mode of the event You should not call this method. |
void |
setAdjustmentEnd(boolean set)
Changes the 'Adjustment' property of the event. |
void |
setGraphic(IlvGraphic graphic)
Changes the graphic object whose selection has changed. |
void |
setSource(Object source)
Changes the source of the event. |
void |
setType(int type)
Sets the type of the event. |
| 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 |
| Field Detail |
|---|
public static final int OBJECT_SELECTED
public static final int OBJECT_DESELECTED
| Constructor Detail |
|---|
public ManagerSelectionChangedEvent(IlvManager manager,
IlvGraphic obj)
manager - The manager source of the event.obj - The graphic object whose selection has changed.| Method Detail |
|---|
public void setSource(Object source)
source - The new source.public IlvManager getManager()
getManager in class ManagerEventpublic IlvGraphic getGraphic()
public void setGraphic(IlvGraphic graphic)
public boolean isAdjusting()
true if this event is part of a series of several
events.
public void setAdjusting(boolean set)
public boolean isAdjustmentEnd()
true if this event is the last of a series of
several events.
public void setAdjustmentEnd(boolean set)
public final int getType()
OBJECT_SELECTED,
OBJECT_DESELECTED,
IlvManager.setSelectionAdjusting(boolean)public void setType(int type)
|
||||||||||
| PREV CLASS Documentation homepage. NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||