| Package | Description |
|---|---|
| com.vsegouin.mowitnow.controllers |
Created by v.segouin on 13/09/2016.
|
| com.vsegouin.mowitnow.controllers.interfaces |
Created by v.segouin on 13/09/2016.
|
| com.vsegouin.mowitnow.mower.enums |
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 |
|---|---|
List<Map.Entry<Mower,MowerCommands>> |
MainController.getProgramHistoric() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainController.executesCommands(Mower mower,
MowerCommands command) |
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<Mower,MowerCommands>> |
MowerController.getProgramHistoric()
Get the full historic of the program.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MowerController.executesCommands(Mower mower,
MowerCommands command)
Make the mower executes the command.
|
| Modifier and Type | Method and Description |
|---|---|
static MowerCommands |
MowerCommands.fetchCommand(char abbreviation)
Find a commands thanks to the abbreviation.
|
static MowerCommands |
MowerCommands.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MowerCommands[] |
MowerCommands.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainControllerGUI.executeCommands(MowerCommands command) |
| Modifier and Type | Method and Description |
|---|---|
void |
GUIController.executeCommands(MowerCommands command)
Make the current mower to execute the command.
|
Copyright © 2016. All Rights Reserved.