org.openide.util 6.8.22

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 Support classes for the Registration and Lookup extension mechanism. 
 

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)
           
static Lookup.Item Lookups.lookupItem(Object instance, String id)
          Creates Lookup.Item representing the instance passed in.
 


org.openide.util 6.8.22

Built on December 7 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.