Class ActionManager
java.lang.Object
rs.edu.raf.dsw.rudok.app.gui.swing.controller.actions.ActionManager
- All Implemented Interfaces:
IActionManager
public class ActionManager extends Object implements IActionManager
-
Constructor Summary
Constructors Constructor Description ActionManager()
-
Method Summary
-
Constructor Details
-
ActionManager
public ActionManager()
-
-
Method Details
-
initActions
public void initActions() -
getStudentInfoAction
- Specified by:
getStudentInfoAction
in interfaceIActionManager
-
getNewAction
- Specified by:
getNewAction
in interfaceIActionManager
-
getDeleteAction
- Specified by:
getDeleteAction
in interfaceIActionManager
-
getProjectAuthorAction
- Specified by:
getProjectAuthorAction
in interfaceIActionManager
-
getNewProjectAction
- Specified by:
getNewProjectAction
in interfaceIActionManager
-
getOpenProjectAction
- Specified by:
getOpenProjectAction
in interfaceIActionManager
-
getCloseProjectAction
- Specified by:
getCloseProjectAction
in interfaceIActionManager
-
getQuitAction
- Specified by:
getQuitAction
in interfaceIActionManager
-
getUndoAction
- Specified by:
getUndoAction
in interfaceIActionManager
-
getRedoAction
- Specified by:
getRedoAction
in interfaceIActionManager
-
getOpenPreferencesAction
- Specified by:
getOpenPreferencesAction
in interfaceIActionManager
-
getSaveProjectAction
- Specified by:
getSaveProjectAction
in interfaceIActionManager
-
getSaveProjectAsAction
- Specified by:
getSaveProjectAsAction
in interfaceIActionManager
-
getSaveAllProjectsAction
- Specified by:
getSaveAllProjectsAction
in interfaceIActionManager
-
getExportAction
- Specified by:
getExportAction
in interfaceIActionManager
-