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

ContextGlobalProvider (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util
Interface ContextGlobalProvider


public interface ContextGlobalProvider

An interface that can be registered in a lookup by subsystems wish to provide a global context actions should react to. The global context is accessible via Utilities.actionsGlobalContext() method and is expected to contain similar content as the context used when context aware actions (see ContextAwareAction) are being manipulated for example via method Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup), so in current state it is reasonable to put there all currently active Node, their cookies and ActionMap. By default this interface is implemented by window system to delegate to currently activated TopComponent's lookup.

Since:
4.10

Method Summary
 Lookup createGlobalContext()
          Creates the context in form of Lookup.
 

Method Detail

createGlobalContext

public Lookup createGlobalContext()
Creates the context in form of Lookup.

Returns:
the context

 

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