Static Public Member Functions | |
static void | GoToState (int iState, MainWindow oWindow) |
Transfer the GUI from one state to another. | |
Static Public Attributes | |
static final int | NO_PAR_FILE = 0 |
State: no parameter file has been loaded. | |
static final int | PAR_FILE_LOADED = 1 |
State: parameter file has been successfully loaded. | |
static final int | RUNNING = 2 |
State: Model is running. | |
static final int | PAUSED = 3 |
State: Model has been paused. |
The states are as follows:
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
static void javawrapper::MainWindowStateSetter::GoToState | ( | int | iState, | |
MainWindow | oWindow | |||
) | [inline, static] |
Transfer the GUI from one state to another.
iState | The state to which to transfer. | |
oWindow | Main application window. |