public class RootController extends AbstractController
| Constructor and Description |
|---|
RootController() |
| Modifier and Type | Method and Description |
|---|---|
void |
about()
Menu: Show about dialog.
|
void |
changeLocaleEnglish()
Menu: Change language to "German".
|
void |
changeLocaleGerman()
Menu: Change language to "German".
|
void |
editInvoices()
Menu: Show "invoices" view.
|
void |
editPersons()
Menu: Show "persons" view.
|
void |
editRedo()
Menu: Perform redo.
|
void |
editResult()
Menu: Show "result" view.
|
void |
editUndo()
Menu: Perform undo.
|
void |
highlightLink()
Highlight the links on the left side according to the selected right side
view.
|
void |
loadProject()
Menu: Load project.
|
void |
newProject()
Menu: Start new project.
|
void |
quit()
Menu: Quit program.
|
void |
saveProject()
Menu: Save project.
|
void |
saveProjectAs()
Menu: Save project as ...
|
void |
setRedoEnabled(boolean enabled)
Change disabled proeprty of "Redo" menu entry.
|
void |
setUndoEnabled(boolean enabled)
Change disabled proeprty of "Undo" menu entry.
|
void |
showWelcome()
Menu: Show "welcome" view.
|
void |
updateRightSide(javafx.scene.Node rightside)
Refresh the view on the right side.
|
getApp, getStage, setApp, setStagepublic void changeLocaleGerman()
public void changeLocaleEnglish()
public void newProject()
public void loadProject()
public void saveProject()
public void saveProjectAs()
public void about()
public void quit()
public void editUndo()
public void editRedo()
public void showWelcome()
public void editPersons()
public void editInvoices()
public void editResult()
public void setUndoEnabled(boolean enabled)
enabled - ntrue if menu entry should be enabledpublic void setRedoEnabled(boolean enabled)
enabled - ntrue if menu entry should be enabledpublic void updateRightSide(javafx.scene.Node rightside)
rightside - new view parent nodepublic void highlightLink()
Copyright © 2015 illucIT Software GmbH. All rights reserved.