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

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

 

org.openide.util
Interface HelpCtx.Provider

All Known Implementing Classes:
NewType, PasteType, ServiceType, SystemAction
Enclosing interface:
HelpCtx

public static interface HelpCtx.Provider

An object implementing this interface is willing to answer the HelpCtx.findHelp() query itself.

Since:
3.20

Method Summary
 HelpCtx getHelpCtx()
          Get the HelpCtx associated with implementing object.
 

Method Detail

getHelpCtx

public HelpCtx getHelpCtx()
Get the HelpCtx associated with implementing object.

Returns:
assigned HelpCtx or HelpCtx.DEFAULT_HELP, never null.

 

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