Public Member Functions | |
CopySpeciesEditor (TreeSetup oSetup) | |
void | actionPerformed (ActionEvent oEvent) |
Controls actions for this window. | |
Package Attributes | |
TreeSetup | m_oSetup |
Parent calling window. | |
Private Attributes | |
JList | m_jSpeciesCopyFromList |
List displaying the species to create a copy of. | |
JList | m_jSpeciesCopyToList |
List displaying the species to become the copy. | |
DefaultListModel | m_jSpeciesCopyFromListModel = new DefaultListModel() |
List model for species to create a copy of. | |
DefaultListModel | m_jSpeciesCopyToListModel = new DefaultListModel() |
List model for species to become a copy. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.TreeSetup.CopySpeciesEditor.CopySpeciesEditor | ( | TreeSetup | oSetup | ) |
void javawrapper.TreeSetup.CopySpeciesEditor.actionPerformed | ( | ActionEvent | oEvent | ) |
Controls actions for this window.
oEvent | ActionEvent |
JList javawrapper.TreeSetup.CopySpeciesEditor.m_jSpeciesCopyFromList [private] |
List displaying the species to create a copy of.
JList javawrapper.TreeSetup.CopySpeciesEditor.m_jSpeciesCopyToList [private] |
List displaying the species to become the copy.
DefaultListModel javawrapper.TreeSetup.CopySpeciesEditor.m_jSpeciesCopyFromListModel = new DefaultListModel() [private] |
List model for species to create a copy of.
DefaultListModel javawrapper.TreeSetup.CopySpeciesEditor.m_jSpeciesCopyToListModel = new DefaultListModel() [private] |
List model for species to become a copy.
Parent calling window.