|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdiva.graph.AbstractGraphController.ChangeListener
private class AbstractGraphController.ChangeListener
This inner class responds to changes in the graph we are controlling.
| Constructor Summary | |
|---|---|
private |
AbstractGraphController.ChangeListener()
|
| Method Summary | |
|---|---|
void |
edgeHeadChanged(GraphEvent e)
An edge's head has been changed in a registered graph or one of its subgraphs. |
void |
edgeTailChanged(GraphEvent e)
An edge's tail has been changed in a registered graph or one of its subgraphs. |
void |
nodeAdded(GraphEvent e)
A node has been been added to the registered graph or one of its subgraphs. |
void |
nodeRemoved(GraphEvent e)
A node has been been deleted from the registered graphs or one of its subgraphs. |
void |
structureChanged(GraphEvent e)
The structure of the event's "source" graph has been drastically changed in some way, and this event signals the listener to refresh its view of that graph from model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private AbstractGraphController.ChangeListener()
| Method Detail |
|---|
public void edgeHeadChanged(GraphEvent e)
edgeHeadChanged in interface GraphListenerpublic void edgeTailChanged(GraphEvent e)
edgeTailChanged in interface GraphListenerpublic void nodeAdded(GraphEvent e)
nodeAdded in interface GraphListenerpublic void nodeRemoved(GraphEvent e)
nodeRemoved in interface GraphListenerpublic void structureChanged(GraphEvent e)
structureChanged in interface GraphListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||