| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lookup | |
| org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. | 
| org.openide.util | A set of utility classes covering a few general infrastructure points in the Open APIs. | 
| org.openide.util.lookup | Useful implementations of the lookup system used to register functionality and objects in the APIs. | 
| Uses of Lookup in org.openide.loaders | 
| Methods in org.openide.loaders that return Lookup | |
static Lookup | 
Environment.find(DataObject obj)
Finds a lookup for given data object.  | 
 Lookup | 
Environment.Provider.getEnvironment(DataObject obj)
Returns a lookup that represents environment.  | 
 Lookup | 
FolderLookup.getLookup()
Getter for the lookup, that should be used.  | 
| Uses of Lookup in org.openide.util | 
| Fields in org.openide.util declared as Lookup | |
static Lookup | 
Lookup.EMPTY
A dummy lookup that never returns any results.  | 
| Methods in org.openide.util that return Lookup | |
static Lookup | 
Lookup.getDefault()
Static method to obtain the global lookup in the whole system.  | 
| Uses of Lookup in org.openide.util.lookup | 
| Subclasses of Lookup in org.openide.util.lookup | |
 class | 
AbstractLookup
Implementation of the lookup from OpenAPIs that is based on the introduction of Item.  | 
 class | 
ProxyLookup
Implementation of lookup that can delegate to others.  | 
| Methods in org.openide.util.lookup that return Lookup | |
protected  Lookup[] | 
ProxyLookup.getLookups()
Getter for the delegates.  | 
| Methods in org.openide.util.lookup with parameters of type Lookup | |
protected  void | 
ProxyLookup.setLookups(Lookup[] lookups)
Change the delegates.  | 
| Constructors in org.openide.util.lookup with parameters of type Lookup | |
ProxyLookup(Lookup[] lookups)
Create a proxy to some other lookups.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||