Uses of Class
org.gephi.project.impl.ProjectImpl
-
Packages that use ProjectImpl Package Description org.gephi.project.impl org.gephi.project.io -
-
Uses of ProjectImpl in org.gephi.project.impl
Fields in org.gephi.project.impl declared as ProjectImpl Modifier and Type Field Description private ProjectImplProjectsImpl. currentProjectprivate ProjectImplWorkspaceImpl. projectprivate ProjectImplWorkspaceProviderImpl. projectFields in org.gephi.project.impl with type parameters of type ProjectImpl Modifier and Type Field Description private List<ProjectImpl>ProjectsImpl. projectsMethods in org.gephi.project.impl that return ProjectImpl Modifier and Type Method Description private ProjectImplProjectsImpl. findProjectByFile(File file)ProjectImplProjectControllerImpl. getCurrentProject()ProjectImplProjectsImpl. getCurrentProject()ProjectImplWorkspaceImpl. getProject()ProjectImplProjectsImpl. getProjectByIdentifier(String identifier)ProjectImpl[]ProjectsImpl. getProjects()private ProjectImplProjectControllerImpl. handleException(Project project, Throwable t)ProjectImplProjectControllerImpl. newProject()Methods in org.gephi.project.impl with parameters of type ProjectImpl Modifier and Type Method Description voidProjectsImpl. addOrReplaceProject(ProjectImpl project)voidProjectsImpl. addProject(ProjectImpl project)intProjectImpl. compareTo(ProjectImpl o)voidProjectsImpl. removeProject(ProjectImpl project)voidProjectsImpl. setCurrentProject(ProjectImpl currentProject)Constructors in org.gephi.project.impl with parameters of type ProjectImpl Constructor Description WorkspaceImpl(ProjectImpl project, int id)WorkspaceImpl(ProjectImpl project, int id, String name, Object... objectsForLookup)WorkspaceProviderImpl(ProjectImpl project) -
Uses of ProjectImpl in org.gephi.project.io
Methods in org.gephi.project.io that return ProjectImpl Modifier and Type Method Description ProjectImplLoadTask. execute(ProjectsImpl projects)static ProjectImplGephiReader. readProject(XMLStreamReader reader, ProjectsImpl projects)private ProjectImplLoadTask. readProject(ZipFile zipFile, ProjectsImpl projects)Methods in org.gephi.project.io with parameters of type ProjectImpl Modifier and Type Method Description private static voidGephiReader. readProjectMetadata(XMLStreamReader reader, ProjectImpl project)static WorkspaceImplGephiReader. readWorkspace(XMLStreamReader reader, ProjectImpl project)private WorkspaceImplLoadTask. readWorkspace(ProjectImpl project, String entryName, ZipFile zipFile)
-