private static class AtomSetChooser.AtomSet extends DefaultMutableTreeNode
Modifier and Type | Field and Description |
---|---|
private int |
atomSetIndex
The index of that AtomSet
|
private String |
atomSetName
The name of the AtomSet
|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Constructor and Description |
---|
AtomSet(int atomSetIndex,
String atomSetName) |
Modifier and Type | Method and Description |
---|---|
int |
getAtomSetIndex() |
String |
toString() |
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
private int atomSetIndex
private String atomSetName
public AtomSet(int atomSetIndex, String atomSetName)
public int getAtomSetIndex()
public String toString()
toString
in class DefaultMutableTreeNode