org.acm.seguin.ide.netbeans
Class CPDCheckAllBuffersAction

java.lang.Object
  extended by CallableSystemAction
      extended by org.acm.seguin.ide.netbeans.CPDCheckAllBuffersAction

public class CPDCheckAllBuffersAction
extends CallableSystemAction

Checks for Cut and paste in all open buffer containing Java Source

Author:
Mike Atkinson

Constructor Summary
CPDCheckAllBuffersAction()
           
 
Method Summary
protected  boolean asynchronous()
          this means that performAction is expecting to be run in the event thread
 HelpCtx getHelpCtx()
          Gets the helpCtx attribute of the CPDCheckAllBuffersAction object
 java.lang.String getName()
          Gets the name attribute of the CPDCheckAllBuffersAction 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.
 void performAction()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDCheckAllBuffersAction

public CPDCheckAllBuffersAction()
Method Detail

getHelpCtx

public HelpCtx getHelpCtx()
Gets the helpCtx attribute of the CPDCheckAllBuffersAction object

Returns:
The helpCtx value

getName

public java.lang.String getName()
Gets the name attribute of the CPDCheckAllBuffersAction object

Returns:
The name 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!


asynchronous

protected boolean asynchronous()
this means that performAction is expecting to be run in the event thread


performAction

public void performAction()
Description of the Method

Parameters:
nodes - Description of the Parameter