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 | |||
| ) | [inline] |
Constructor.
Formats a display string.
| oPop | Tree population. | |
| iSpecies | Species for this combo. | |
| iType | Type for this combo. |
| int javawrapper::ComboDisplay::GetSpecies | ( | ) | [inline] |
Gets the species.
| int javawrapper::ComboDisplay::GetType | ( | ) | [inline] |
Gets the type.
| String javawrapper::ComboDisplay::toString | ( | ) | [inline] |
Overridden so that this can be displayed in JLists.
1.4.7