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 Project
ProjectController. getCurrentProject()
Returns the current opened project.Project
Projects. getCurrentProject()
Returns the current project..Project
ProjectInformation. getProject()
Deprecated.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.Project
ProjectController. newProject()
Creates and open a new project.Project
ProjectController. openProject(File file)
Opens a project from a.gephi
file.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 void
ProjectListener. changed(Project project)
Called when a project was changer, for instance renamed.void
ProjectListener. closed(Project project)
Called when a project was closed.void
ProjectListener. error(Project project, Throwable throwable)
Called when an error occurred in project manipulation.Workspace
ProjectController. newWorkspace(Project project)
Creates and adds a new workspace to the given project.void
ProjectListener. opened(Project project)
Called when a project was successfully opened.void
ProjectController. openProject(Project project)
Opens a project from the list of active projects.void
ProjectController. removeProject(Project project)
Removes the project from the active project list.void
ProjectController. renameProject(Project project, String name)
Renames the given project with the provided string.void
ProjectListener. saved(Project project)
Called when a project was successfully saved.void
ProjectController. saveProject(Project project)
Saves the current project to its.gephi
file.void
ProjectController. saveProject(Project project, File file)
Saves the current project to a new.gephi
file. -
Uses of Project in org.gephi.project.impl
Classes in org.gephi.project.impl that implement Project Modifier and Type Class Description class
ProjectImpl
Fields in org.gephi.project.impl declared as Project Modifier and Type Field Description private Project
ProjectInformationImpl. project
Methods in org.gephi.project.impl that return Project Modifier and Type Method Description Project
ProjectInformationImpl. getProject()
Project
ProjectControllerImpl. 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 boolean
ProjectsImpl. containsProject(Project project)
private ProjectImpl
ProjectControllerImpl. handleException(Project project, Throwable t)
Workspace
ProjectControllerImpl. newWorkspace(Project project)
void
ProjectControllerImpl. openProject(Project project)
private void
ProjectControllerImpl. openProjectInternal(Project project)
void
ProjectControllerImpl. removeProject(Project project)
void
ProjectControllerImpl. renameProject(Project project, String name)
void
ProjectControllerImpl. saveProject(Project project)
void
ProjectControllerImpl. 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 Project
SaveTask. project
Methods in org.gephi.project.io with parameters of type Project Modifier and Type Method Description static void
GephiWriter. writeProject(XMLStreamWriter writer, Project project)
Constructors in org.gephi.project.io with parameters of type Project Constructor Description SaveTask(Project project, File file)
-