SORTIE Java Interface  1
Public Member Functions | Private Attributes | List of all members
sortie.gui.TreeSpeciesSetup.CopySpeciesEditor Class Reference

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

Inheritance diagram for sortie.gui.TreeSpeciesSetup.CopySpeciesEditor:

Public Member Functions

 CopySpeciesEditor (TreeSpeciesSetup oSetup)
 
void actionPerformed (ActionEvent oEvent)
 Controls actions for this window. More...
 

Private Attributes

JList< String > m_jSpeciesCopyFromList
 List displaying the species to create a copy of. More...
 
JList< String > m_jSpeciesCopyToList
 List displaying the species to become the copy. More...
 
DefaultListModel< String > m_jSpeciesCopyFromListModel = new DefaultListModel<String>()
 List model for species to create a copy of. More...
 
DefaultListModel< String > m_jSpeciesCopyToListModel = new DefaultListModel<String>()
 List model for species to become a copy. More...
 

Detailed Description

This class creates an interface for copying species.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Constructor & Destructor Documentation

◆ CopySpeciesEditor()

sortie.gui.TreeSpeciesSetup.CopySpeciesEditor.CopySpeciesEditor ( TreeSpeciesSetup  oSetup)

Member Function Documentation

◆ actionPerformed()

void sortie.gui.TreeSpeciesSetup.CopySpeciesEditor.actionPerformed ( ActionEvent  oEvent)

Controls actions for this window.

Parameters
oEventActionEvent

Member Data Documentation

◆ m_jSpeciesCopyFromList

JList<String> sortie.gui.TreeSpeciesSetup.CopySpeciesEditor.m_jSpeciesCopyFromList
private

List displaying the species to create a copy of.

◆ m_jSpeciesCopyFromListModel

DefaultListModel<String> sortie.gui.TreeSpeciesSetup.CopySpeciesEditor.m_jSpeciesCopyFromListModel = new DefaultListModel<String>()
private

List model for species to create a copy of.

◆ m_jSpeciesCopyToList

JList<String> sortie.gui.TreeSpeciesSetup.CopySpeciesEditor.m_jSpeciesCopyToList
private

List displaying the species to become the copy.

◆ m_jSpeciesCopyToListModel

DefaultListModel<String> sortie.gui.TreeSpeciesSetup.CopySpeciesEditor.m_jSpeciesCopyToListModel = new DefaultListModel<String>()
private

List model for species to become a copy.


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