Public Member Functions | |
FileColumnsChooser (JDialog jParent) throws ModelException | |
Constructor. | |
void | actionPerformed (java.awt.event.ActionEvent e) |
Takes care of button pushes. | |
Protected Attributes | |
JList | m_jPotentialFileColumnsList |
List displaying potential file columns. | |
DefaultListModel | m_jPotentialFileColumnsListModel |
List model for displaying potential file columns. |
This depends on there being some species/type combos for the behavior in order to work correctly.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper::HarvestInterfaceSetup::FileColumnsChooser::FileColumnsChooser | ( | JDialog | jParent | ) | throws ModelException [inline] |
Constructor.
Updates the list of potential columns, builds the GUI, and displays.
jParent | Parent window |
ModelException | passed through from called functions |
void javawrapper::HarvestInterfaceSetup::FileColumnsChooser::actionPerformed | ( | java.awt.event.ActionEvent | e | ) | [inline] |
Takes care of button pushes.
e | ActionEvent What event triggered this. |
DefaultListModel javawrapper::HarvestInterfaceSetup::FileColumnsChooser::m_jPotentialFileColumnsListModel [protected] |
Initial value:
new
DefaultListModel()