站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.util.Lookup.Item (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

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


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.