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.
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.Provider
Copyright © 2007–2015 Gephi Consortium. All rights reserved.