Class StateSelectTopic
java.lang.Object
rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.IState
rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.states.StateSelectTopic
public class StateSelectTopic extends IState
-
Constructor Summary
Constructors Constructor Description StateSelectTopic()
-
Method Summary
Modifier and Type Method Description void
migrate(MindMap parent, int x1, int y1)
Performs the migration ofIState
with the given parameters.void
migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
Performs the migration ofIState
with the given parameters.void
migrate(MindMap parent, Topic... topics)
Performs the migration ofIState
with the given parameters.void
rollback(Object... params)
Rolls back the previous state.
-
Constructor Details
-
StateSelectTopic
public StateSelectTopic()
-
-
Method Details
-
migrate
Description copied from class:IState
Performs the migration ofIState
with the given parameters. May produce no result if not implemented. -
migrate
Description copied from class:IState
Performs the migration ofIState
with the given parameters. May produce no result if not implemented. -
migrate
Description copied from class:IState
Performs the migration ofIState
with the given parameters. May produce no result if not implemented. -
rollback
Description copied from class:IState
Rolls back the previous state.
-