org.gephi.project.impl
Class ProjectsImpl
java.lang.Object
org.gephi.project.impl.ProjectsImpl
- All Implemented Interfaces:
- java.io.Serializable, Projects
public class ProjectsImpl
- extends java.lang.Object
- implements Projects, java.io.Serializable
- Author:
- Mathieu Bastian
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectsImpl
public ProjectsImpl()
addProject
public void addProject(Project project)
removeProject
public void removeProject(Project project)
getProjects
public Project[] getProjects()
- Specified by:
getProjects
in interface Projects
getCurrentProject
public ProjectImpl getCurrentProject()
- Specified by:
getCurrentProject
in interface Projects
hasCurrentProject
public boolean hasCurrentProject()
- Specified by:
hasCurrentProject
in interface Projects
setCurrentProject
public void setCurrentProject(ProjectImpl currentProject)
closeCurrentProject
public void closeCurrentProject()