org.openscience.jmol.app

Class AtomSetChooser.AtomSet

private static class AtomSetChooser.AtomSet extends DefaultMutableTreeNode

Objects in the AtomSetChooser tree
Field Summary
intatomSetIndex
The index of that AtomSet
StringatomSetName
The name of the AtomSet
Constructor Summary
AtomSet(int atomSetIndex, String atomSetName)
Method Summary
intgetAtomSetIndex()
StringtoString()

Field Detail

atomSetIndex

private int atomSetIndex
The index of that AtomSet

atomSetName

private String atomSetName
The name of the AtomSet

Constructor Detail

AtomSet

public AtomSet(int atomSetIndex, String atomSetName)

Method Detail

getAtomSetIndex

public int getAtomSetIndex()

toString

public String toString()