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 MindMapIFileSystem. loadMindMapTemplate(String path)Loads theMindMapfrom the given path.Methods in rs.edu.raf.dsw.rudok.app.filesystem with parameters of type MindMap Modifier and Type Method Description abstract booleanIFileSystem. exportMindMap(MindMap mindMap, RenderedImage renderedImage)Exports a rendered mind map.abstract booleanIFileSystem. saveMindMapTemplate(MindMap mindMap)Saves theMindMapand 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 MindMapLocalFileSystem. 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.JSONObjectLocalFileSystem. createJsonMindMap(MindMap mindMap)TranslatesMindMapinto JSON format.booleanLocalFileSystem. exportMindMap(MindMap mindMap, RenderedImage renderedImage)booleanLocalFileSystem. 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 CommandManagerCommandManagerFactory. getCommandManager(MindMap mindMap)Returns theCommandManagerassigned 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 newConnectionbetween the givenTopics.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 MindMapIMindMapPanel. getMindMap()Returns theMindMapassociated with this panel.MindMapMindMapPanel. 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 voidIState. migrate(MindMap parent, int x1, int y1)Performs the migration ofIStatewith the given parameters.voidIState. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)Performs the migration ofIStatewith the given parameters.voidIState. migrate(MindMap parent, Topic... topics)Performs the migration ofIStatewith the given parameters.voidIState. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)Performs the migration ofIStatewith the given parameters.voidIState. migrate(MindMap parent, Topic t1, Topic t2)Performs the migration ofIStatewith 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 voidStateAddTopic. migrate(MindMap parent, int x1, int y1)voidStateDeleteElement. migrate(MindMap parent, Topic... topics)voidStateDrawConnection. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)voidStateDrawConnection. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)voidStateDrawConnection. migrate(MindMap parent, Topic t1, Topic t2)voidStateMoveTopic. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)voidStateMoveTopic. migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)voidStateSelectTopic. migrate(MindMap parent, int x1, int y1)voidStateSelectTopic. migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)voidStateSelectTopic. 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 voidIProjectPanel. closeMindMap(MindMap m)Closes aMindMapin the panel.voidProjectPanel. closeMindMap(MindMap m)voidIProjectPanel. openMindMap(MindMap m)Opens a newMindMapin the panel.voidProjectPanel. 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 voidMindMap. 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)