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

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

 

Uses of Interface
org.openide.util.HelpCtx.Provider

Packages that use HelpCtx.Provider
org.openide Provides ErrorManager - the central place for logging and reproting failures in NetBeans based system. 
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.Provider in org.openide
 

Classes in org.openide that implement HelpCtx.Provider
 class ServiceType
          Deprecated. The prefered way to register and lookup services is now Lookup as described in services registration and lookup page.
 

Uses of HelpCtx.Provider in org.openide.util.actions
 

Classes in org.openide.util.actions that implement HelpCtx.Provider
 class BooleanStateAction
          An action that can be toggled on or off.
 class CallableSystemAction
          An action which may be called programmatically.
 class CallbackSystemAction
          Action that can have a performer of the action attached to it at any time, or changed.
 class SystemAction
          The common predecessor of callable actions in the IDE.
 

Uses of HelpCtx.Provider in org.openide.util.datatransfer
 

Classes in org.openide.util.datatransfer that implement HelpCtx.Provider
 class NewType
          Describes a type that can be created anew.
 class PasteType
          Clipboard operation providing one kind of paste action.
 


 

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