Class StateActionManager
java.lang.Object
rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.controller.StateActionManager
- All Implemented Interfaces:
IStateActionManager
public class StateActionManager extends Object implements IStateActionManager
-
Constructor Summary
Constructors Constructor Description StateActionManager(IMindMapPanel mindMapPanel)
-
Method Summary
Modifier and Type Method Description IStateAction
getStartAddTopicStateAction()
IStateAction
getStartDeleteElementStateAction()
IStateAction
getStartDrawConnectionStateAction()
IStateAction
getStartMoveTopicStateAction()
IStateAction
getStartSelectTopicStateAction()
void
initActions()
-
Constructor Details
-
StateActionManager
-
-
Method Details
-
initActions
public void initActions() -
getStartAddTopicStateAction
- Specified by:
getStartAddTopicStateAction
in interfaceIStateActionManager
-
getStartDeleteElementStateAction
- Specified by:
getStartDeleteElementStateAction
in interfaceIStateActionManager
-
getStartDrawConnectionStateAction
- Specified by:
getStartDrawConnectionStateAction
in interfaceIStateActionManager
-
getStartMoveTopicStateAction
- Specified by:
getStartMoveTopicStateAction
in interfaceIStateActionManager
-
getStartSelectTopicStateAction
- Specified by:
getStartSelectTopicStateAction
in interfaceIStateActionManager
-