public interface Project
extends org.openide.util.Lookup.Provider
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.
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object instance)
Adds an abilities to this project.
|
org.openide.util.Lookup |
getLookup()
Gets any optional abilities of this project.
|
void |
remove(Object instance)
Removes an abilities to this project.
|
void add(Object instance)
instance - the instance that is to be added to the lookupvoid remove(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.ProviderCopyright © 2007–2017 Gephi Consortium. All rights reserved.