Uses of Class
org.openide.util.Lookup.Template

Packages that use Lookup.Template
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.Template in org.openide.util
 

Methods in org.openide.util with parameters of type Lookup.Template
abstract  Lookup.Result Lookup.lookup(Lookup.Template template)
          The general lookup method.
 Lookup.Item Lookup.lookupItem(Lookup.Template template)
          Look up the first item matching a given template.
 

Uses of Lookup.Template in org.openide.util.lookup
 

Methods in org.openide.util.lookup with parameters of type Lookup.Template
protected  void ProxyLookup.beforeLookup(Lookup.Template template)
          Notifies subclasses that a query is about to be processed.
 Lookup.Item ProxyLookup.lookupItem(Lookup.Template template)
           
 Lookup.Result ProxyLookup.lookup(Lookup.Template template)
           
protected  void AbstractLookup.beforeLookup(Lookup.Template template)
          Notifies subclasses that a query is about to be processed.
 Lookup.Item AbstractLookup.lookupItem(Lookup.Template template)
          Lookups just one item.
 Lookup.Result AbstractLookup.lookup(Lookup.Template template)
          The general lookup method.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.