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 Details

    • StateSelectTopic

      public StateSelectTopic()
  • Method Details

    • migrate

      public void migrate​(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
      Description copied from class: IState
      Performs the migration of IState with the given parameters. May produce no result if not implemented.
      Overrides:
      migrate in class IState
    • migrate

      public void migrate​(MindMap parent, int x1, int y1)
      Description copied from class: IState
      Performs the migration of IState with the given parameters. May produce no result if not implemented.
      Overrides:
      migrate in class IState
    • migrate

      public void migrate​(MindMap parent, Topic... topics)
      Description copied from class: IState
      Performs the migration of IState with the given parameters. May produce no result if not implemented.
      Overrides:
      migrate in class IState
    • rollback

      public void rollback​(Object... params)
      Description copied from class: IState
      Rolls back the previous state.
      Overrides:
      rollback in class IState
      Parameters:
      params - Parameters.