Public Member Functions | |
ComboDisplay (int iSpecies, int iType) | |
Constructor. | |
String | toString () |
Overridden so that this can be displayed in JLists. | |
int | GetSpecies () |
Gets the species. | |
int | GetType () |
Gets the type. | |
Private Attributes | |
String | m_sDescriptor |
int | m_iSpecies |
Combo species. | |
int | m_iType |
Combo type. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor. Formats a display string.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the species.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the type.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Overridden so that this can be displayed in JLists.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |