public class NewProjectController extends Object
Constructor and Description |
---|
NewProjectController(GUIController controller,
LanguageManager languageManager)
Basic constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cancelAction()
Close the dialog box.
|
void |
newProjectAction()
Reset the app and reload the interface to get a brand new program.
|
@Inject public NewProjectController(GUIController controller, LanguageManager languageManager)
controller
- the main GUI controller which orchestrate the GUI's componentlanguageManager
- language manager used for internationalizationCopyright © 2016. All Rights Reserved.