Public Member Functions | |
ComboDisplay (TreePopulation oPop, 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 |
The value to display to users. | |
int | m_iSpecies |
Combo species. | |
int | m_iType |
Combo type. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.ComboDisplay.ComboDisplay | ( | TreePopulation | oPop, | |
int | iSpecies, | |||
int | iType | |||
) |
Constructor.
Formats a display string.
oPop | Tree population. | |
iSpecies | Species for this combo. | |
iType | Type for this combo. |
String javawrapper.ComboDisplay.toString | ( | ) |
Overridden so that this can be displayed in JLists.
int javawrapper.ComboDisplay.GetSpecies | ( | ) |
Gets the species.
int javawrapper.ComboDisplay.GetType | ( | ) |
Gets the type.
String javawrapper.ComboDisplay.m_sDescriptor [private] |
The value to display to users.
int javawrapper.ComboDisplay.m_iSpecies [private] |
Combo species.
int javawrapper.ComboDisplay.m_iType [private] |
Combo type.