|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving events that are related to a VisualGraph instance.
| Method Summary | |
void |
isolatedVisualEdgeAdded(VisualGraphEvent visualgraphevent)
An isolated VisualEdge was added to the VisualGraph. |
void |
isolatedVisualEdgeRemoved(VisualGraphEvent visualgraphevent)
An isolated VisualEdge was removed from the
VisualGraph. |
void |
layout(VisualGraphEvent visualgraphevent)
The structure of the VisualGraph has changed by an action
on the graph, so that the current layout of the graph has to be applied.
|
void |
visualEdgeAdded(VisualGraphEvent visualgraphevent)
A VisualEdge was added to the VisualGraph. |
void |
visualEdgeAttachRejected(VisualGraphEvent visualgraphevent)
An attachment of a VisualEdge was rejected by the graph.
|
void |
visualEdgeRemoved(VisualGraphEvent visualgraphevent)
A VisualEdge was removed from the VisualGraph. |
void |
visualEdgeSplit(VisualGraphEvent visualgraphevent)
An edge-split was performed. |
void |
visualNodeAdded(VisualGraphEvent visualgraphevent)
A VisualNode was added to the VisualGraph. |
void |
visualNodeDeleteEdgeCascade(VisualGraphEvent visualgraphevent)
An edge-cascade was performed. |
void |
visualNodeRemoved(VisualGraphEvent visualgraphevent)
A VisualNode was added to the VisualGraph. |
| Method Detail |
public void visualNodeAdded(VisualGraphEvent visualgraphevent)
VisualNode was added to the VisualGraph.
visualgraphevent - the VisualGraphEvent
structure that contains the event information.public void visualNodeRemoved(VisualGraphEvent visualgraphevent)
VisualNode was added to the VisualGraph.
visualgraphevent - the VisualGraphEvent
structure that contains the event information.public void visualEdgeAdded(VisualGraphEvent visualgraphevent)
VisualEdge was added to the VisualGraph.
visualgraphevent - the VisualGraphEvent structure
that contains the event information.public void visualEdgeRemoved(VisualGraphEvent visualgraphevent)
VisualEdge was removed from the VisualGraph.
visualgraphevent - the VisualGraphEvent structure
that contains the event information.public void isolatedVisualEdgeAdded(VisualGraphEvent visualgraphevent)
VisualEdge was added to the VisualGraph.
visualgraphevent - the VisualGraphEvent structure
that contains the event information.public void isolatedVisualEdgeRemoved(VisualGraphEvent visualgraphevent)
VisualEdge was removed from the
VisualGraph.
visualgraphevent - the VisualGraphEvent structure
that contains the event information.public void visualEdgeAttachRejected(VisualGraphEvent visualgraphevent)
VisualEdge was rejected by the graph.
This event is thrown to indicate that an edge could not be added
if the library chooses to do so in certain contexts. If it however not
thrown in all cases when a VisualEdge cannot be added.
If for example an already added VisualEdge is added, this
event is not thrown.
visualgraphevent - the VisualGraphEvent structure
that contains the event information.public void visualEdgeSplit(VisualGraphEvent visualgraphevent)
visualgraphevent - the VisualGraphEvent structure that
contains the event information.public void visualNodeDeleteEdgeCascade(VisualGraphEvent visualgraphevent)
visualgraphevent - the VisualGraphEvent structure that
contains the event information.public void layout(VisualGraphEvent visualgraphevent)
VisualGraph has changed by an action
on the graph, so that the current layout of the graph has to be applied.
Note: programmatically changes like node insertion might not invoke
this callback
visualgraphevent - the VisualGraphEvent structure that
contains the event information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||