at.tuwien.ifs.somtoolbox.apps.viewer
Class SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.util.SwingWorker
      extended by at.tuwien.ifs.somtoolbox.apps.viewer.SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker
Enclosing class:
SOMViewer.ClusteringMenuItemActionListener

private class SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker
extends SwingWorker


Field Summary
private  ProgressMonitor monitor
           
 
Constructor Summary
SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker()
           
 
Method Summary
 Object construct()
          Compute the value to be returned by the get method.
 
Methods inherited from class at.tuwien.ifs.somtoolbox.util.SwingWorker
finished, get, getValue, interrupt, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monitor

private ProgressMonitor monitor
Constructor Detail

SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker

public SOMViewer.ClusteringMenuItemActionListener.TreeBuildWorker()
Method Detail

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