javawrapper.TreeSpeciesSetup.CopySpeciesEditor Class Reference

This class creates an interface for copying species. More...

Inherits javax::swing::JDialog, and java::awt::event::ActionListener.

List of all members.

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.


Detailed Description

This class creates an interface for copying species.

Copyright: Copyright (c) Charles D. Canham 2003 Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0
Edit history:
------------------
January 30, 2007: Created (LEM)

Constructor & Destructor Documentation

javawrapper.TreeSpeciesSetup.CopySpeciesEditor.CopySpeciesEditor ( TreeSpeciesSetup  oSetup  ) 


Member Function Documentation

void javawrapper.TreeSpeciesSetup.CopySpeciesEditor.actionPerformed ( ActionEvent  oEvent  ) 

Controls actions for this window.

Parameters:
oEvent ActionEvent


Member Data Documentation

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.


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

Generated on Wed Oct 28 14:01:24 2009 for SORTIE Java Interface by  doxygen 1.5.6