Uses of Interface
org.gephi.project.api.Project
-
Packages that use Project Package Description org.gephi.project.api API for project and workspace management. -
-
Uses of Project in org.gephi.project.api
Methods in org.gephi.project.api that return Project Modifier and Type Method Description ProjectProjectController. getCurrentProject()Returns the current opened project.ProjectProjects. getCurrentProject()Returns the current project..ProjectProjectInformation. getProject()Deprecated.Returns the project this information class belongs to.ProjectWorkspace. getProject()Returns the project this workspace belong toProject[]Projects. getProjects()Returns an array of all projects.ProjectProjectController. newProject()Creates and open a new project.ProjectProjectController. openProject(File file)Opens a project from a.gephifile.Methods in org.gephi.project.api that return types with arguments of type Project Modifier and Type Method Description Collection<Project>ProjectController. getAllProjects()Gets all active projectsMethods in org.gephi.project.api with parameters of type Project Modifier and Type Method Description voidProjectListener. changed(Project project)Called when a project was changer, for instance renamed.voidProjectListener. closed(Project project)Called when a project was closed.voidProjectListener. error(Project project, Throwable throwable)Called when an error occurred in project manipulation.WorkspaceProjectController. newWorkspace(Project project)Creates and adds a new workspace to the given project.voidProjectListener. opened(Project project)Called when a project was successfully opened.voidProjectController. openProject(Project project)Opens a project from the list of active projects.voidProjectController. removeProject(Project project)Removes the project from the active project list.voidProjectController. renameProject(Project project, String name)Renames the given project with the provided string.voidProjectListener. saved(Project project)Called when a project was successfully saved.voidProjectController. saveProject(Project project)Saves the current project to its.gephifile.voidProjectController. saveProject(Project project, File file)Saves the current project to a new.gephifile.
-