Inheritance diagram for javawrapper::PlantEdit:

Public Member Functions | |
| PlantEdit (EpisodicEventsWindow oWindow) throws ModelException | |
| Constructor. | |
| PlantEdit (EpisodicEventsWindow oWindow, PlantingData oToDisplay) throws ModelException | |
| Constructor that displays a planting event to edit. | |
| void | actionPerformed (ActionEvent oEvent) |
| Responds to window events. | |
Protected Member Functions | |
| void | MakeGUI () |
| Makes the GUI. | |
| void | AddNewPlanting () throws ModelException |
| Puts the new planting into DisturbanceWindow. | |
Protected Attributes | |
| JTextField[] | mp_jSpeciesAmt |
| List of text fields, one for each species, for which species to apply the planting to. | |
| JTextField | m_jTimestepEdit = new JTextField(" ") |
| Edit box where timestep is entered. | |
| JRadioButton | m_jGriddedPlantingButton = new JRadioButton("Gridded") |
| Radio button for gridded planting. | |
| JRadioButton | m_jRandomPlantingButton = new JRadioButton("Random") |
| Radio button for random planting. | |
| JLabel | m_jPlantAmountValueLabel = new JLabel() |
| Label that displays the plant amount value for the currently displayed planting. | |
| JTextField | m_jPlantAmtEdit = new JTextField(" ") |
| Edit box where amount to plant or plant spacing is entered. | |
| int | m_iPlantingIndex = -1 |
| This is where our new planting event goes. | |
Private Attributes | |
| String | m_sHelpID = "windows.edit_planting_window" |
| Help ID string. | |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
|
Constructor. Creates the window.
|
|
||||||||||||
|
Constructor that displays a planting event to edit.
|
|
|
Responds to window events.
|
|
|
Puts the new planting into DisturbanceWindow.
|
|
|
Makes the GUI. This draws all the window components and places them appropriately. |
|
|
This is where our new planting event goes. In the case of an edited event, this will make sure that it is inserted where it used to be. |
1.4.6-NO