at.tuwien.ifs.somtoolbox.apps.viewer
Class SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker
java.lang.Object
at.tuwien.ifs.somtoolbox.util.SwingWorker
at.tuwien.ifs.somtoolbox.apps.viewer.SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker
- Enclosing class:
- SOMViewer.ClusteringMenuItemActionListener
private class SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker
- extends SwingWorker
Method Summary |
Object |
construct()
Compute the value to be returned by the get method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
monitor
private ProgressMonitor monitor
SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker
public SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker()
construct
public Object construct()
- Description copied from class:
SwingWorker
- Compute the value to be returned by the
get
method.
- Specified by:
construct
in class SwingWorker