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

Uses of Package org.openide.util.actions (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Package
org.openide.util.actions

Packages that use org.openide.util.actions
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
org.openide.filesystems The IDE internally uses the concept of a virtual filesystem
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.util.actions There are several types of standard actions that should be used for many user interactions with the IDE. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Classes in org.openide.util.actions used by org.openide.actions
CallableSystemAction
          An action which may be called programmatically.
CallbackSystemAction
          Action that can have a performer of the action attached to it at any time, or changed.
CookieAction
          An action dependent on the cookies of the selected nodes.
NodeAction
          An action which can listen to the activated node selection.
Presenter
          Provides a presentation feature for an action.
Presenter.Menu
          The presenter interface for presenting an action in a menu.
Presenter.Popup
          The presenter interface for presenting an action in a popup menu.
Presenter.Toolbar
          The presenter interface for presenting an action in a toolbar.
SystemAction
          The common predecessor of callable actions in the IDE.
 

Classes in org.openide.util.actions used by org.openide.awt
BooleanStateAction
          An action that can be toggled on or off.
SystemAction
          The common predecessor of callable actions in the IDE.
 

Classes in org.openide.util.actions used by org.openide.filesystems
SystemAction
          The common predecessor of callable actions in the IDE.
 

Classes in org.openide.util.actions used by org.openide.nodes
SystemAction
          The common predecessor of callable actions in the IDE.
 

Classes in org.openide.util.actions used by org.openide.text
SystemAction
          The common predecessor of callable actions in the IDE.
 

Classes in org.openide.util.actions used by org.openide.util.actions
ActionPerformer
          Specifies how an action should be performed.
CallableSystemAction
          An action which may be called programmatically.
NodeAction
          An action which can listen to the activated node selection.
Presenter
          Provides a presentation feature for an action.
Presenter.Menu
          The presenter interface for presenting an action in a menu.
Presenter.Popup
          The presenter interface for presenting an action in a popup menu.
Presenter.Toolbar
          The presenter interface for presenting an action in a toolbar.
SystemAction
          The common predecessor of callable actions in the IDE.
 

Classes in org.openide.util.actions used by org.openide.windows
SystemAction
          The common predecessor of callable actions in the IDE.
 



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