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

Uses of Interface org.openide.util.actions.ActionPerformer (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

Uses of Interface
org.openide.util.actions.ActionPerformer

Packages that use ActionPerformer
org.openide.util.actions There are several types of standard actions that should be used for many user interactions within NetBeans. 
 

Uses of ActionPerformer in org.openide.util.actions
 

Methods in org.openide.util.actions that return ActionPerformer
 ActionPerformer CallbackSystemAction.getActionPerformer()
          Deprecated. use TopComponent.getActionMap() as described in the javadoc
 

Methods in org.openide.util.actions with parameters of type ActionPerformer
 void CallbackSystemAction.setActionPerformer(ActionPerformer performer)
          Deprecated. use TopComponent.getActionMap() as described in the javadoc
 


org.openide.util 7.9.0 1

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