Uses of Class
org.gephi.project.impl.ProjectsImpl
-
Packages that use ProjectsImpl Package Description org.gephi.project.impl org.gephi.project.io -
-
Uses of ProjectsImpl in org.gephi.project.impl
Fields in org.gephi.project.impl declared as ProjectsImpl Modifier and Type Field Description private ProjectsImpl
ProjectControllerImpl. projects
Methods in org.gephi.project.impl that return ProjectsImpl Modifier and Type Method Description ProjectsImpl
ProjectControllerImpl. getProjects()
-
Uses of ProjectsImpl in org.gephi.project.io
Methods in org.gephi.project.io with parameters of type ProjectsImpl 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)
-