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 ProjectImpl
ProjectsImpl. currentProject
private ProjectImpl
WorkspaceImpl. project
private ProjectImpl
WorkspaceProviderImpl. project
Fields in org.gephi.project.impl with type parameters of type ProjectImpl Modifier and Type Field Description private List<ProjectImpl>
ProjectsImpl. projects
Methods in org.gephi.project.impl that return ProjectImpl Modifier and Type Method Description private ProjectImpl
ProjectsImpl. findProjectByFile(File file)
ProjectImpl
ProjectControllerImpl. getCurrentProject()
ProjectImpl
ProjectsImpl. getCurrentProject()
ProjectImpl
WorkspaceImpl. getProject()
ProjectImpl
ProjectsImpl. getProjectByIdentifier(String identifier)
ProjectImpl[]
ProjectsImpl. getProjects()
private ProjectImpl
ProjectControllerImpl. handleException(Project project, Throwable t)
ProjectImpl
ProjectControllerImpl. newProject()
Methods in org.gephi.project.impl with parameters of type ProjectImpl Modifier and Type Method Description void
ProjectsImpl. addOrReplaceProject(ProjectImpl project)
void
ProjectsImpl. addProject(ProjectImpl project)
int
ProjectImpl. compareTo(ProjectImpl o)
void
ProjectsImpl. removeProject(ProjectImpl project)
void
ProjectsImpl. 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 ProjectImpl
LoadTask. execute(ProjectsImpl projects)
static ProjectImpl
GephiReader. readProject(XMLStreamReader reader, ProjectsImpl projects)
private ProjectImpl
LoadTask. readProject(ZipFile zipFile, ProjectsImpl projects)
Methods in org.gephi.project.io with parameters of type ProjectImpl Modifier and Type Method Description private static void
GephiReader. readProjectMetadata(XMLStreamReader reader, ProjectImpl project)
static WorkspaceImpl
GephiReader. readWorkspace(XMLStreamReader reader, ProjectImpl project)
private WorkspaceImpl
LoadTask. readWorkspace(ProjectImpl project, String entryName, ZipFile zipFile)
-