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

Lookup.Provider (NetBeans APIs) - NetBeans API Javadoc 4.1.0


org.openide.util
Interface Lookup.Provider

All Known Implementing Classes:
Node, TopComponent
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 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.