Class ScriptTreeNode

java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
gov.nih.mipav.view.dialogs.ScriptTreeNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class ScriptTreeNode extends DefaultMutableTreeNode
Class used as a DefaultMutableTreeNode, except it stores a default name that can be recalled at any time if the users deletes the image/voi.
See Also:
  • Field Details

    • nodeType

      private int nodeType
    • filePath

      private String filePath
  • Constructor Details

    • ScriptTreeNode

      public ScriptTreeNode(Object userObject, int nodeType)
  • Method Details

    • getNodeType

      public int getNodeType()
    • setNodeType

      public void setNodeType(int nodeType)
    • getFilePath

      public String getFilePath()
    • setFilePath

      public void setFilePath(String filePath)