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

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

 

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()
          Get the current action performer.
 

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
 


 

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