|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An implementation of this VisualGraphViewListener interface
can be registered to a VisualGraphView to get notified of
specific changes.
| Method Summary | |
void |
drawingOrderChanged()
Called whenever the drawing order of the VisualGraphView
has been changed. |
void |
layoutControllerChanged(LayoutController lcPrevious,
LayoutController lcNew)
Called whenever a different layout controller is assigned. |
void |
ruleRegistryChanged(RuleRegistry regPrevious,
RuleRegistry regNew)
Called whenever a different rule registry is assigned. |
| Method Detail |
public void drawingOrderChanged()
VisualGraphView
has been changed.
public void ruleRegistryChanged(RuleRegistry regPrevious,
RuleRegistry regNew)
regPrevious - The previous rule registry, might be nullregNew - The new rule registry, might be null
public void layoutControllerChanged(LayoutController lcPrevious,
LayoutController lcNew)
lcPrevious - The previous layout controller, might be nulllcNew - The new layout controller, might be null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||