|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusterMapListener
ClusterMapListeners are notified by a ClusterMap when its state changes, as a direct result of a method invocation on the ClusterMap.
| Method Summary | |
|---|---|
void |
clusterModelChanged(ClusterMap map)
Event that signals that the ClusterMap has gotten a different ClusterModel instance. |
void |
graphChanged(ClusterMap map)
Event that signals that the ClusterMap's updateGraph method has finished and the visualisation has structurally changed, i.e. |
void |
propertyChanged(String property,
Object subject,
ClusterMap map)
Event that signals that the specified property has changed. |
void |
renderingChanged(ClusterMap map)
Event that signals that the rendering has changed, other than through selection or structural graph changes. |
void |
selectionChanged(ClusterMap map)
Event that signals that the current set of selected objects has changed, triggered by user interaction in the ClusterMap or by request from other components. |
| Method Detail |
|---|
void clusterModelChanged(ClusterMap map)
void graphChanged(ClusterMap map)
void selectionChanged(ClusterMap map)
void renderingChanged(ClusterMap map)
void propertyChanged(String property,
Object subject,
ClusterMap map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||