Class AtomSetChooser.AtomSet

java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.openscience.jmol.app.jmolpanel.AtomSetChooser.AtomSet
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
Enclosing class:
AtomSetChooser

private static class AtomSetChooser.AtomSet extends DefaultMutableTreeNode
Objects in the AtomSetChooser tree
  • Field Details

    • atomSetIndex

      private int atomSetIndex
      The index of that AtomSet
    • atomSetName

      private String atomSetName
      The name of the AtomSet
  • Constructor Details

    • AtomSet

      public AtomSet(int atomSetIndex, String atomSetName)
  • Method Details