Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
Public Member Functions | |
CopySpeciesEditor (TreeSpeciesSetup oSetup) | |
void | actionPerformed (ActionEvent oEvent) |
Controls actions for this window. | |
Package Attributes | |
TreeSpeciesSetup | m_oSetup |
Parent calling window. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
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.TreeSpeciesSetup.CopySpeciesEditor.CopySpeciesEditor | ( | TreeSpeciesSetup | oSetup | ) |
void javawrapper.TreeSpeciesSetup.CopySpeciesEditor.actionPerformed | ( | ActionEvent | oEvent | ) |
Controls actions for this window.
oEvent | ActionEvent |
final long javawrapper.TreeSpeciesSetup.CopySpeciesEditor.serialVersionUID = 1 [static, package] |
List displaying the species to create a copy of.
List displaying the species to become the copy.
DefaultListModel javawrapper.TreeSpeciesSetup.CopySpeciesEditor.m_jSpeciesCopyFromListModel = new DefaultListModel() [private] |
List model for species to create a copy of.
DefaultListModel javawrapper.TreeSpeciesSetup.CopySpeciesEditor.m_jSpeciesCopyToListModel = new DefaultListModel() [private] |
List model for species to become a copy.
Parent calling window.