|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface YLabel.SelectionChangeHandler
This interface is used by YLabel
to notify interested
parties of selection state changes.
Classes implementing this interface should query the given context
label instance for the necessary information each time the methods are
called since instances of this interface will be shared for multiple
YLabel
instances.
Method Summary | |
---|---|
void |
selectionChanged(YLabel label)
Invoked from YLabel.setSelected(boolean) when
the selection state of the specified label instance has changed. |
Method Detail |
---|
void selectionChanged(YLabel label)
YLabel.setSelected(boolean)
when
the selection state of the specified label instance has changed.
label
- the label instance whose selection state has changed.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |