Uses of Class
rs.edu.raf.dsw.rudok.app.repository.Topic
-
Uses of Topic in rs.edu.raf.dsw.rudok.app.filesystem.local
Methods in rs.edu.raf.dsw.rudok.app.filesystem.local with parameters of type Topic Modifier and Type Method Description org.json.JSONObject
LocalFileSystem. createJsonTopic(Topic topic)
TranslatesTopic
into JSON format. -
Uses of Topic in rs.edu.raf.dsw.rudok.app.gui.swing.command.standard
Constructors in rs.edu.raf.dsw.rudok.app.gui.swing.command.standard with parameters of type Topic Constructor Description AddElementCommand(MindMap parent, Topic from, Topic to)
Adds a newConnection
between the givenTopic
s.MoveTopicCommand(int dX, int dY, Topic... targets)
Default constructor. -
Uses of Topic in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel with parameters of type Topic Modifier and Type Method Description void
IMindMapPanel. mouseClickStateMigrate(Topic topic)
Performs the state migration for a mouse click.void
MindMapPanel. mouseClickStateMigrate(Topic topic)
void
IMindMapPanel. mouseDrawStateMigrate(Topic... topics)
Performs the state migration for a mouse draw.void
IMindMapPanel. mouseDrawStateMigrate(Topic t, int x1, int y1, boolean complete)
Performs the state migration for a mouse draw.void
IMindMapPanel. mouseDrawStateMigrate(Topic t1, Topic t2)
Performs the state migration for a mouse draw.void
MindMapPanel. mouseDrawStateMigrate(Topic... topics)
void
MindMapPanel. mouseDrawStateMigrate(Topic t, int x1, int y1, boolean complete)
void
MindMapPanel. mouseDrawStateMigrate(Topic t1, Topic t2)
-
Uses of Topic in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager with parameters of type Topic Modifier and Type Method Description void
IState. migrate(MindMap parent, Topic... topics)
Performs the migration ofIState
with the given parameters.void
IState. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)
Performs the migration ofIState
with the given parameters.void
IState. migrate(MindMap parent, Topic t1, Topic t2)
Performs the migration ofIState
with the given parameters. -
Uses of Topic in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.states
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.states with parameters of type Topic Modifier and Type Method Description void
StateDeleteElement. migrate(MindMap parent, Topic... topics)
void
StateDrawConnection. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)
void
StateDrawConnection. migrate(MindMap parent, Topic t1, Topic t2)
void
StateMoveTopic. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)
void
StateSelectTopic. migrate(MindMap parent, Topic... topics)
-
Uses of Topic in rs.edu.raf.dsw.rudok.app.gui.swing.view.dialogs
Constructor parameters in rs.edu.raf.dsw.rudok.app.gui.swing.view.dialogs with type arguments of type Topic Constructor Description EditTopicDialog(Set<Topic> topics)
-
Uses of Topic in rs.edu.raf.dsw.rudok.app.repository
Methods in rs.edu.raf.dsw.rudok.app.repository that return Topic Modifier and Type Method Description Topic
Connection. getFrom()
Topic
Connection. getTo()
Methods in rs.edu.raf.dsw.rudok.app.repository that return types with arguments of type Topic Modifier and Type Method Description Map<Topic,Connection>
Topic. getConnections()
Methods in rs.edu.raf.dsw.rudok.app.repository with parameters of type Topic Modifier and Type Method Description Connection
Topic. connect(Topic target)
void
Connection. setFrom(Topic from)
void
Connection. setTo(Topic to)
Constructors in rs.edu.raf.dsw.rudok.app.repository with parameters of type Topic Constructor Description Connection(String nodeName, int stroke, String color, Topic from, Topic to)