|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.view.Selections.SelectionStateObserver
public static class Selections.SelectionStateObserver
Base class that can be subclassed to receive notification about changes in the selection state of a Graph2D.
Constructor Summary | |
---|---|
Selections.SelectionStateObserver()
|
Method Summary | |
---|---|
void |
onGraph2DSelectionEvent(Graph2DSelectionEvent e)
Implementation of interface Graph2DSelectionListener . |
void |
onGraphEvent(GraphEvent e)
Implementation of interface GraphListener . |
protected void |
updateSelectionState(Graph2D graph)
Method that will be invoked whenever there is an indication that the selection state of the given graph has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Selections.SelectionStateObserver()
Method Detail |
---|
public void onGraph2DSelectionEvent(Graph2DSelectionEvent e)
Graph2DSelectionListener
.
onGraph2DSelectionEvent
in interface Graph2DSelectionListener
public void onGraphEvent(GraphEvent e)
GraphListener
.
onGraphEvent
in interface GraphListener
protected void updateSelectionState(Graph2D graph)
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |