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

Uses of Class org.openide.util.HelpCtx (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.util.HelpCtx

Packages that use HelpCtx
org.openide Provides ErrorManager - the central place for logging and reproting failures in NetBeans based system. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
org.openide.util.actions There are several types of standard actions that should be used for many user interactions within NetBeans. 
org.openide.util.datatransfer NetBeans uses special extensions to data transfer. 
 

Uses of HelpCtx in org.openide
 

Methods in org.openide that return HelpCtx
abstract  HelpCtx ServiceType.getHelpCtx()
          Deprecated. Get context help for this service type.
 

Uses of HelpCtx in org.openide.util
 

Fields in org.openide.util declared as HelpCtx
static HelpCtx HelpCtx.DEFAULT_HELP
          Default help page.
 

Methods in org.openide.util that return HelpCtx
static HelpCtx HelpCtx.findHelp(Component comp)
          Find the help ID for a component.
static HelpCtx HelpCtx.findHelp(Object instance)
          Finds help context for a generic object.
 HelpCtx HelpCtx.Provider.getHelpCtx()
          Get the HelpCtx associated with implementing object.
 

Uses of HelpCtx in org.openide.util.actions
 

Methods in org.openide.util.actions that return HelpCtx
abstract  HelpCtx SystemAction.getHelpCtx()
          Get a help context for the action.
 

Uses of HelpCtx in org.openide.util.datatransfer
 

Methods in org.openide.util.datatransfer that return HelpCtx
 HelpCtx PasteType.getHelpCtx()
          Help content for the action.
 HelpCtx NewType.getHelpCtx()
          Help context for the creation action.
 


 

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