Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.controls.ClusteringControl

Packages that use ClusteringControl
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls This package provides control elements, mostly dialogs, for the SOMViewer application. 
 

Uses of ClusteringControl in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as ClusteringControl
private  ClusteringControl SOMViewer.clusteringControl
           
 

Uses of ClusteringControl in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as ClusteringControl
private  ClusteringControl ClusterBoderColorChooser.clusteringControl
           
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer.controls with parameters of type ClusteringControl
ClusterBoderColorChooser(Window parent, Color color, ClusteringControl clusteringControl)