| Package | Description |
|---|---|
| org.gephi.project.api | |
| org.gephi.project.impl | |
| org.gephi.project.io | |
| org.gephi.project.spi | |
| org.gephi.workspace.impl |
| Modifier and Type | Method and Description |
|---|---|
Project |
Projects.getCurrentProject()
Returns the current project or null if missing.
|
Project |
ProjectController.getCurrentProject() |
Project |
Workspace.getProject()
Returns the project this workspace belong to
|
Project |
ProjectInformation.getProject()
Returns the project this information class belongs to.
|
Project[] |
Projects.getProjects()
Returns an array of all projects.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
ProjectController.newWorkspace(Project project) |
void |
ProjectController.removeProject(Project project) |
void |
ProjectController.renameProject(Project project,
String name) |
Runnable |
ProjectController.saveProject(Project project) |
Runnable |
ProjectController.saveProject(Project project,
File file) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectImpl |
| Modifier and Type | Field and Description |
|---|---|
private Project |
ProjectInformationImpl.project |
| Modifier and Type | Field and Description |
|---|---|
private List<Project> |
ProjectsImpl.projects |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectInformationImpl.getProject() |
Project[] |
ProjectsImpl.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectsImpl.addProject(Project project) |
Workspace |
ProjectControllerImpl.newWorkspace(Project project) |
void |
ProjectControllerImpl.openProject(Project project) |
void |
ProjectsImpl.removeProject(Project project) |
void |
ProjectControllerImpl.removeProject(Project project) |
void |
ProjectControllerImpl.renameProject(Project project,
String name) |
Runnable |
ProjectControllerImpl.saveProject(Project project) |
Runnable |
ProjectControllerImpl.saveProject(Project project,
File file) |
| Constructor and Description |
|---|
ProjectInformationImpl(Project project,
String name) |
| Modifier and Type | Field and Description |
|---|---|
private Project |
SaveTask.project |
| Modifier and Type | Method and Description |
|---|---|
static void |
GephiWriter.writeProject(XMLStreamWriter writer,
Project project) |
| Constructor and Description |
|---|
SaveTask(Project project,
File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectPropertiesUI.setup(Project project) |
void |
ProjectPropertiesUI.unsetup(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
WorkspaceImpl.getProject() |
Copyright © 2007–2017 Gephi Consortium. All rights reserved.