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

ActionCommandSupport (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Interface ActionCommandSupport

All Known Implementing Classes:
UserCommandSupport

public interface ActionCommandSupport

This class represents a command which has associated an action.


Method Summary
 Class getActionClass()
          Get the class of the action.
 String getActionDisplayName()
          Get the display name of the action.
 

Method Detail

getActionClass

public Class getActionClass()
Get the class of the action.


getActionDisplayName

public String getActionDisplayName()
Get the display name of the action.


 

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