|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.SelectionChangeHandler
This interface is used by GenericEdgeRealizer
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
GenericEdgeRealizer
instances.
Method Summary | |
---|---|
void |
selectionChanged(EdgeRealizer context)
Invoked from EdgeRealizer.setSelected(boolean) when
the selection state of the specified realizer instance has changed. |
Method Detail |
---|
void selectionChanged(EdgeRealizer context)
EdgeRealizer.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 |