Package | Description |
---|---|
com.vsegouin.mowitnow.ui.gui |
Created by v.segouin on 12/09/2016.
|
com.vsegouin.mowitnow.ui.gui.controllers |
Created by v.segouin on 13/09/2016.
|
com.vsegouin.mowitnow.ui.gui.controllers.interfaces |
Created by v.segouin on 13/09/2016.
|
Modifier and Type | Method and Description |
---|---|
static ProgramState |
ProgramState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramState[] |
ProgramState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProgramState |
MainControllerGUI.getProgramState() |
Modifier and Type | Method and Description |
---|---|
void |
MainControllerGUI.setProgramState(ProgramState state) |
Modifier and Type | Method and Description |
---|---|
ProgramState |
GUIController.getProgramState()
Return the program state, the state corresponds to the action that will be executed by executeProgramState.
|
Modifier and Type | Method and Description |
---|---|
void |
GUIController.setProgramState(ProgramState state)
Set the program state.
|
Copyright © 2016. All Rights Reserved.