Uses of Class
rs.edu.raf.dsw.rudok.app.repository.Project
-
Uses of Project in rs.edu.raf.dsw.rudok.app.filesystem
Methods in rs.edu.raf.dsw.rudok.app.filesystem that return Project Modifier and Type Method Description Project
IFileSystem. loadProject()
Loads the most recent project.abstract Project
IFileSystem. loadProject(String filepath)
Loads the project from the given filepath.Methods in rs.edu.raf.dsw.rudok.app.filesystem with parameters of type Project Modifier and Type Method Description abstract boolean
IFileSystem. deleteProject(Project p)
Deletes the passedProject
from file system.abstract boolean
IFileSystem. saveProject(Project project)
Saves theProject
and its subtree. -
Uses of Project in rs.edu.raf.dsw.rudok.app.filesystem.local
Methods in rs.edu.raf.dsw.rudok.app.filesystem.local that return Project Modifier and Type Method Description Project
LocalFileSystem. loadProject(String filepath)
Methods in rs.edu.raf.dsw.rudok.app.filesystem.local with parameters of type Project Modifier and Type Method Description org.json.JSONObject
LocalFileSystem. createJsonProject(Project project)
TranslatesProject
into JSON format.boolean
LocalFileSystem. deleteProject(Project p)
boolean
LocalFileSystem. saveProject(Project project)
-
Uses of Project in rs.edu.raf.dsw.rudok.app.gui.swing.projectexplorerpanel
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.projectexplorerpanel with parameters of type Project Modifier and Type Method Description void
IProjectExplorerPanel. closeProject(Project p)
Closes aProject
in the panel.void
ProjectExplorerPanel. closeProject(Project p)
void
IProjectExplorerPanel. openProject(Project p)
Opens a newProject
in the panel.void
ProjectExplorerPanel. openProject(Project p)
-
Uses of Project in rs.edu.raf.dsw.rudok.app.gui.swing.projectpanel
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.projectpanel that return Project Modifier and Type Method Description Project
IProjectPanel. getProject()
Project
of the panel.Project
ProjectPanel. getProject()
Constructors in rs.edu.raf.dsw.rudok.app.gui.swing.projectpanel with parameters of type Project Constructor Description ProjectPanel(Project project)
-
Uses of Project 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 Project Constructor Description EditProjectDialog(Project project, Frame owner, String title, boolean modal)
-
Uses of Project in rs.edu.raf.dsw.rudok.app.repository.nodefactory
Constructors in rs.edu.raf.dsw.rudok.app.repository.nodefactory with parameters of type Project Constructor Description MindMapFactory(Project parent)