|
||||||||||
| 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.graphic.linkbundle.event.LinkBundleEvent
ilog.views.graphic.linkbundle.event.LinkBundleSelectionChangedEvent
public final class LinkBundleSelectionChangedEvent
A LinkBundleSelectionChangedEvent event is delivered to the
listeners of the sublink selections in a link bundle.
IlvLinkBundle,
LinkBundleSelectionChangedListener,
Serialized Form| Field Summary | |
|---|---|
static int |
SUBLINK_DESELECTED
The type of the event when a sublink is deselected. |
static int |
SUBLINK_SELECTED
The type of the event when a sublink is selected. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
LinkBundleSelectionChangedEvent(IlvLinkBundle linkBundle,
IlvLinkImage sublink)
Creates the event. |
|
| Method Summary | |
|---|---|
IlvLinkBundle |
getLinkBundle()
Returns the IlvLinkBundle source of the event. |
IlvLinkImage |
getSublink()
Returns the sublink whose selection has changed. |
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. |
void |
setAdjustmentEnd(boolean set)
Changes the Adjustment property of the event. |
void |
setSource(Object source)
Changes the source of the event. |
void |
setSublink(IlvLinkImage sublink)
Changes the sublink whose selection has changed. |
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 SUBLINK_SELECTED
public static final int SUBLINK_DESELECTED
| Constructor Detail |
|---|
public LinkBundleSelectionChangedEvent(IlvLinkBundle linkBundle,
IlvLinkImage sublink)
linkBundle - The link bundle source of the event.sublink - The sublink whose selection has changed.| Method Detail |
|---|
public void setSource(Object source)
source - The new source.public IlvLinkBundle getLinkBundle()
IlvLinkBundle source of the event.
getLinkBundle in class LinkBundleEventpublic IlvLinkImage getSublink()
public void setSublink(IlvLinkImage sublink)
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)
Adjustment property of the event.
You should not call this method.
This method is public for implementation purposes.
public final int getType()
SUBLINK_SELECTED,
SUBLINK_DESELECTED,
IlvLinkBundle.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 | |||||||||