Class TagBrowseTree.StartupWorker

  • All Implemented Interfaces:
    java.lang.Runnable, java.util.concurrent.Future<java.lang.Integer>, java.util.concurrent.RunnableFuture<java.lang.Integer>
    Enclosing class:
    TagBrowseTree

    protected class TagBrowseTree.StartupWorker
    extends javax.swing.SwingWorker<java.lang.Integer,​java.lang.Integer>
    Class that helps properly set the properties on the tree during startup
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.SwingWorker

        javax.swing.SwingWorker.StateValue
    • Constructor Summary

      Constructors 
      Constructor Description
      StartupWorker​(java.lang.String rootNodePath, Dataset selectedPaths, int selectedMode, int treeMode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Integer doInBackground()  
      void done()  
      • Methods inherited from class javax.swing.SwingWorker

        addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartupWorker

        public StartupWorker​(java.lang.String rootNodePath,
                             Dataset selectedPaths,
                             int selectedMode,
                             int treeMode)
    • Method Detail

      • doInBackground

        protected java.lang.Integer doInBackground()
                                            throws java.lang.Exception
        Specified by:
        doInBackground in class javax.swing.SwingWorker<java.lang.Integer,​java.lang.Integer>
        Throws:
        java.lang.Exception
      • done

        public void done()
        Overrides:
        done in class javax.swing.SwingWorker<java.lang.Integer,​java.lang.Integer>