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

Lookup.Provider (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util
Interface Lookup.Provider

Enclosing interface:
Lookup

public static interface Lookup.Provider

Objects implementing interface Lookup.Provider are capable of and willing to provide a lookup (usually bound to the object).

Since:
3.6

Method Summary
 Lookup getLookup()
          Returns lookup associated with the object.
 

Method Detail

getLookup

public Lookup getLookup()
Returns lookup associated with the object.

Returns:
fully initialized lookup instance provided by this object

 

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