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

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

Methods in org.openide.util that return Lookup.Item
 Lookup.Item Lookup.lookupItem(Lookup.Template template)
          Look up the first item matching a given template.
 

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

Subclasses of Lookup.Item in org.openide.util.lookup
static class AbstractLookup.Pair
          Extension to the default lookup item that offers additional information for the data structures use in AbstractLookup
 

Methods in org.openide.util.lookup that return Lookup.Item
 Lookup.Item ProxyLookup.lookupItem(Lookup.Template template)
           
 Lookup.Item AbstractLookup.lookupItem(Lookup.Template template)
          Lookups just one item.
 



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