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

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

org.openide.util 6.8.31

org.openide.util
Interface HelpCtx.Provider

All Known Implementing Classes:
BooleanStateAction, CallableSystemAction, CallbackSystemAction, NewType, PasteType, ServiceType, SystemAction
Enclosing class:
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

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

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

org.openide.util 6.8.31

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