Uses of Interface
org.gephi.project.api.Project
-
Packages that use Project Package Description org.gephi.project.api org.gephi.project.impl org.gephi.project.io -
-
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. -
Uses of Project in org.gephi.project.impl
Classes in org.gephi.project.impl that implement Project Modifier and Type Class Description classProjectImplFields in org.gephi.project.impl declared as Project Modifier and Type Field Description private ProjectProjectInformationImpl. projectMethods in org.gephi.project.impl that return Project Modifier and Type Method Description ProjectProjectInformationImpl. getProject()ProjectProjectControllerImpl. openProject(File file)Methods in org.gephi.project.impl that return types with arguments of type Project Modifier and Type Method Description Collection<Project>ProjectControllerImpl. getAllProjects()Methods in org.gephi.project.impl with parameters of type Project Modifier and Type Method Description booleanProjectsImpl. containsProject(Project project)private ProjectImplProjectControllerImpl. handleException(Project project, Throwable t)WorkspaceProjectControllerImpl. newWorkspace(Project project)voidProjectControllerImpl. openProject(Project project)private voidProjectControllerImpl. openProjectInternal(Project project)voidProjectControllerImpl. removeProject(Project project)voidProjectControllerImpl. renameProject(Project project, String name)voidProjectControllerImpl. saveProject(Project project)voidProjectControllerImpl. saveProject(Project project, File file)Constructors in org.gephi.project.impl with parameters of type Project Constructor Description ProjectInformationImpl(Project project, String name) -
Uses of Project in org.gephi.project.io
Fields in org.gephi.project.io declared as Project Modifier and Type Field Description private ProjectSaveTask. projectMethods in org.gephi.project.io with parameters of type Project Modifier and Type Method Description static voidGephiWriter. writeProject(XMLStreamWriter writer, Project project)Constructors in org.gephi.project.io with parameters of type Project Constructor Description SaveTask(Project project, File file)
-