SORTIE Java Interface  1
Public Member Functions | Protected Attributes | List of all members
sortie.gui.behaviorsetup.HarvestInterfaceSetup.FileColumnsChooser Class Reference

Dialog for choosing new file columns. More...

Inheritance diagram for sortie.gui.behaviorsetup.HarvestInterfaceSetup.FileColumnsChooser:

Public Member Functions

 FileColumnsChooser (JDialog jParent) throws ModelException
 Constructor. More...
 
void actionPerformed (java.awt.event.ActionEvent e)
 Takes care of button pushes. More...
 

Protected Attributes

JList< String > m_jPotentialFileColumnsList
 List displaying potential file columns. More...
 
DefaultListModel< String > m_jPotentialFileColumnsListModel
 List model for displaying potential file columns. More...
 

Detailed Description

Dialog for choosing new 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: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Constructor & Destructor Documentation

◆ FileColumnsChooser()

sortie.gui.behaviorsetup.HarvestInterfaceSetup.FileColumnsChooser.FileColumnsChooser ( JDialog  jParent) throws ModelException

Constructor.

Updates the list of potential columns, builds the GUI, and displays.

Parameters
jParentParent window
Exceptions
ModelExceptionpassed through from called functions

Member Function Documentation

◆ actionPerformed()

void sortie.gui.behaviorsetup.HarvestInterfaceSetup.FileColumnsChooser.actionPerformed ( java.awt.event.ActionEvent  e)

Takes care of button pushes.

Parameters
eActionEvent What event triggered this.

Member Data Documentation

◆ m_jPotentialFileColumnsList

JList<String> sortie.gui.behaviorsetup.HarvestInterfaceSetup.FileColumnsChooser.m_jPotentialFileColumnsList
protected

List displaying potential file columns.

◆ m_jPotentialFileColumnsListModel

DefaultListModel<String> sortie.gui.behaviorsetup.HarvestInterfaceSetup.FileColumnsChooser.m_jPotentialFileColumnsListModel
protected
Initial value:
= new
DefaultListModel<String>()

List model for displaying potential file columns.


The documentation for this class was generated from the following file: