Uses of Class
rs.edu.raf.dsw.rudok.app.repository.MindMap
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.filesystem
Methods in rs.edu.raf.dsw.rudok.app.filesystem that return MindMap Modifier and Type Method Description abstract MindMap
IFileSystem. loadMindMapTemplate(String path)
Loads theMindMap
from the given path.Methods in rs.edu.raf.dsw.rudok.app.filesystem with parameters of type MindMap Modifier and Type Method Description abstract boolean
IFileSystem. exportMindMap(MindMap mindMap, RenderedImage renderedImage)
Exports a rendered mind map.abstract boolean
IFileSystem. saveMindMapTemplate(MindMap mindMap)
Saves theMindMap
and its subtree. -
Uses of MindMap in rs.edu.raf.dsw.rudok.app.filesystem.local
Methods in rs.edu.raf.dsw.rudok.app.filesystem.local that return MindMap Modifier and Type Method Description MindMap
LocalFileSystem. loadMindMapTemplate(String path)
Methods in rs.edu.raf.dsw.rudok.app.filesystem.local with parameters of type MindMap Modifier and Type Method Description org.json.JSONObject
LocalFileSystem. createJsonMindMap(MindMap mindMap)
TranslatesMindMap
into JSON format.boolean
LocalFileSystem. exportMindMap(MindMap mindMap, RenderedImage renderedImage)
boolean
LocalFileSystem. saveMindMapTemplate(MindMap mindMap)
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.gui.swing.command
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.command with parameters of type MindMap Modifier and Type Method Description static CommandManager
CommandManagerFactory. getCommandManager(MindMap mindMap)
Returns theCommandManager
assigned to the passedMindMap
, or creates a new one if not existing. -
Uses of MindMap 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 MindMap Constructor Description AddElementCommand(MindMap parent, int x, int y, int width, int height)
Adds a newTopic
.AddElementCommand(MindMap parent, Topic from, Topic to)
Adds a newConnection
between the givenTopic
s.RemoveElementCommand(MindMap parent, Element... toRemove)
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel that return MindMap Modifier and Type Method Description MindMap
IMindMapPanel. getMindMap()
Returns theMindMap
associated with this panel.MindMap
MindMapPanel. getMindMap()
Constructors in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel with parameters of type MindMap Constructor Description MindMapPanel(MindMap mindMap)
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.diagram.view
Constructors in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.diagram.view with parameters of type MindMap Constructor Description DiagramFramework(MindMap parent)
DiagramView(MindMap mindMap)
-
Uses of MindMap 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 MindMap Modifier and Type Method Description void
IState. migrate(MindMap parent, int x1, int y1)
Performs the migration ofIState
with the given parameters.void
IState. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
Performs the migration ofIState
with the given parameters.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.Constructors in rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager with parameters of type MindMap Constructor Description StateManager(MindMap parent)
-
Uses of MindMap 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 MindMap Modifier and Type Method Description void
StateAddTopic. migrate(MindMap parent, int x1, int y1)
void
StateDeleteElement. migrate(MindMap parent, Topic... topics)
void
StateDrawConnection. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
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, int x1, int y1, int x2, int y2, boolean complete)
void
StateMoveTopic. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)
void
StateSelectTopic. migrate(MindMap parent, int x1, int y1)
void
StateSelectTopic. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
void
StateSelectTopic. migrate(MindMap parent, Topic... topics)
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.gui.swing.projectpanel
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.projectpanel with parameters of type MindMap Modifier and Type Method Description void
IProjectPanel. closeMindMap(MindMap m)
Closes aMindMap
in the panel.void
ProjectPanel. closeMindMap(MindMap m)
void
IProjectPanel. openMindMap(MindMap m)
Opens a newMindMap
in the panel.void
ProjectPanel. openMindMap(MindMap m)
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.gui.swing.view.dialogs
Constructors in rs.edu.raf.dsw.rudok.app.gui.swing.view.dialogs with parameters of type MindMap Constructor Description EditMindMapDialog(MindMap mindMap)
-
Uses of MindMap in rs.edu.raf.dsw.rudok.app.repository
Methods in rs.edu.raf.dsw.rudok.app.repository with parameters of type MindMap Modifier and Type Method Description void
MindMap. copyTemplate(MindMap template)
Copies the children and settings from the given template. -
Uses of MindMap in rs.edu.raf.dsw.rudok.app.repository.nodefactory
Constructors in rs.edu.raf.dsw.rudok.app.repository.nodefactory with parameters of type MindMap Constructor Description ElementFactory(MindMap parent)