|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Project
Project interface that internally stores, through its Lookup, various information and workspaces.
The lookup is a generic container for any instance, thus modules are free to store and query anything they want to be stored within a project.
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 |
remove(java.lang.Object instance)
Removes an abilities to this project. |
Method Detail |
---|
void add(java.lang.Object instance)
instance
- the instance that is to be added to the lookupvoid remove(java.lang.Object instance)
instance
- the instance that is to be removed from the lookuporg.openide.util.Lookup getLookup()
May contains:
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 |