public final class LinkBundleSelectionChangedEvent extends LinkBundleEvent
LinkBundleSelectionChangedEvent
event is delivered to the
listeners of the sublink selections in a link bundle.IlvLinkBundle
,
LinkBundleSelectionChangedListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
source
Constructor and Description |
---|
LinkBundleSelectionChangedEvent(IlvLinkBundle linkBundle,
IlvLinkImage sublink)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getSource, toString
public static final int SUBLINK_SELECTED
public static final int SUBLINK_DESELECTED
public LinkBundleSelectionChangedEvent(IlvLinkBundle linkBundle, IlvLinkImage sublink)
linkBundle
- The link bundle source of the event.sublink
- The sublink whose selection has changed.public void setSource(Object source)
source
- The new source.public IlvLinkBundle getLinkBundle()
IlvLinkBundle
source of the event.getLinkBundle
in class LinkBundleEvent
public 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()
public void setType(int type)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.