|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericNodeRealizer.SelectionChangeHandler
This interface is used by GenericNodeRealizer
to notify
interested parties of selection state changes.
Classes implementing this interface should query the given context
realizer instance for the necessary information each time the methods are
called since instances of this interface will be shared for multiple
GenericNodeRealizer
instances.
Method Summary | |
---|---|
void |
selectionChanged(NodeRealizer context)
Invoked from NodeRealizer.setSelected(boolean) when
the selection state of the specified realizer instance has changed. |
Method Detail |
---|
void selectionChanged(NodeRealizer context)
NodeRealizer.setSelected(boolean)
when
the selection state of the specified realizer instance has changed.
context
- the realizer 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 |