|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.project.impl.ProjectImpl
public class ProjectImpl
Constructor Summary | |
---|---|
ProjectImpl()
|
Method Summary | |
---|---|
void |
add(java.lang.Object instance)
Adds an abilities to this project. |
org.openide.util.Lookup |
getLookup()
Gets any optional abilities of this project. |
void |
init()
|
void |
remove(java.lang.Object instance)
Removes an abilities to this project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectImpl()
Method Detail |
---|
public void init()
public void add(java.lang.Object instance)
Project
add
in interface Project
instance
- the instance that is to be added to the lookuppublic void remove(java.lang.Object instance)
Project
remove
in interface Project
instance
- the instance that is to be removed from the lookuppublic org.openide.util.Lookup getLookup()
Project
May contains:
getLookup
in interface Project
getLookup
in interface org.openide.util.Lookup.Provider
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |