public class MapCreationController extends Object
Constructor and Description |
---|
MapCreationController(GUIController controller,
LanguageManagerInterface languageManager)
Basic constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cancelAction()
Will close the current dialog box.
|
void |
createNewMap()
Get the form values, check if it's a regular number and will create a new empty map.
|
@Inject public MapCreationController(GUIController controller, LanguageManagerInterface languageManager)
controller
- the GUI controller which orchestrate the others component.languageManager
- language manager used for internationalizationCopyright © 2016. All Rights Reserved.