Uses of Interface
org.gephi.project.api.Project
-
Packages that use Project Package Description org.gephi.project.api API for project and workspace management.org.gephi.project.spi SPI for workspace capabilities and project managment UI. -
-
Uses of Project in org.gephi.project.api
Methods in org.gephi.project.api that return Project Modifier and Type Method Description Project
ProjectController. getCurrentProject()
Project
Projects. getCurrentProject()
Returns the current project or null if missing.Project
ProjectInformation. getProject()
Returns the project this information class belongs to.Project
Workspace. getProject()
Returns the project this workspace belong toProject[]
Projects. getProjects()
Returns an array of all projects.Methods in org.gephi.project.api with parameters of type Project Modifier and Type Method Description Workspace
ProjectController. newWorkspace(Project project)
void
ProjectController. removeProject(Project project)
void
ProjectController. renameProject(Project project, String name)
Runnable
ProjectController. saveProject(Project project)
Runnable
ProjectController. saveProject(Project project, File file)
-
Uses of Project in org.gephi.project.spi
Methods in org.gephi.project.spi with parameters of type Project Modifier and Type Method Description void
ProjectPropertiesUI. setup(Project project)
void
ProjectPropertiesUI. unsetup(Project project)
-