Class AtomSetChooser.AtomSet
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- org.openscience.jmol.app.jmolpanel.AtomSetChooser.AtomSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,javax.swing.tree.MutableTreeNode,javax.swing.tree.TreeNode
- Enclosing class:
- AtomSetChooser
private static class AtomSetChooser.AtomSet extends javax.swing.tree.DefaultMutableTreeNodeObjects in the AtomSetChooser tree
-
-
Field Summary
Fields Modifier and Type Field Description private intatomSetIndexThe index of that AtomSetprivate java.lang.StringatomSetNameThe name of the AtomSet
-
Constructor Summary
Constructors Constructor Description AtomSet(int atomSetIndex, java.lang.String atomSetName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAtomSetIndex()java.lang.StringtoString()-
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
-
-