|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphViewListener
A listener for changes in a graph's structure or contents, which are communicated through GraphViewEvent objects. GraphViewListeners register themselves with a GraphViewModel object, and receive events from Nodes and Edges contained by that model's root graph or any of its subgraphs.
Red |
Method Summary | |
---|---|
void |
edgeDrawn(GraphViewEvent e)
A connector representing an edge was just drawn. |
void |
edgeRouted(GraphViewEvent e)
The connector representing an edge was just routed. |
void |
nodeDrawn(GraphViewEvent e)
A figure representing a node was just drawn. |
void |
nodeMoved(GraphViewEvent e)
The figure representing a node was moved. |
Method Detail |
---|
void nodeMoved(GraphViewEvent e)
void edgeRouted(GraphViewEvent e)
void nodeDrawn(GraphViewEvent e)
void edgeDrawn(GraphViewEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |