org.acm.seguin.ide.netbeans
Class RenameParameterAction

java.lang.Object
  extended by CookieAction
      extended by org.acm.seguin.ide.netbeans.RenameParameterAction

public class RenameParameterAction
extends CookieAction

Description of the Class

Author:
Mike Atkinson

Constructor Summary
RenameParameterAction()
           
 
Method Summary
protected  java.lang.Class[] cookieClasses()
          Description of the Method
protected  boolean enable(Node[] nodes)
          Perform special enablement check in addition to the normal one.
 HelpCtx getHelpCtx()
          Gets the HelpCtx attribute of the RenameParameterAction object
 java.lang.String getName()
          Gets the Name attribute of the RenameParameterAction object
protected  java.lang.String iconResource()
          Get the path to the icon to be displayed in menus, etc
protected  void initialize()
          Perform extra initialization of this action's singleton.
protected  int mode()
          Description of the Method
protected  void performAction(Node[] nodes)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameParameterAction

public RenameParameterAction()
Method Detail

getHelpCtx

public HelpCtx getHelpCtx()
Gets the HelpCtx attribute of the RenameParameterAction object

Returns:
The HelpCtx value

getName

public java.lang.String getName()
Gets the Name attribute of the RenameParameterAction object

Returns:
The Name value

cookieClasses

protected java.lang.Class[] cookieClasses()
Description of the Method

Returns:
Description of the Returned Value

enable

protected boolean enable(Node[] nodes)
Perform special enablement check in addition to the normal one.

Parameters:
nodes - Description of Parameter
Returns:
Description of the Returned Value

iconResource

protected java.lang.String iconResource()
Get the path to the icon to be displayed in menus, etc

Returns:
Icon to be displayed in menus, etc.

initialize

protected void initialize()
Perform extra initialization of this action's singleton. PLEASE do not use constructors for this purpose!


mode

protected int mode()
Description of the Method

Returns:
Description of the Returned Value

performAction

protected void performAction(Node[] nodes)
Description of the Method

Parameters:
nodes - Description of Parameter