| org.acm.seguin.ide.netbeans.CPDCheckDirAction
CPDCheckDirAction | public class CPDCheckDirAction extends CookieAction (Code) | | Checks for Cut and paste in Java Source in the selected directory
author: Mike Atkinson |
asynchronous | protected boolean asynchronous()(Code) | | this means that performAction is expecting to be run in its own thread
|
cookieClasses | protected Class[] cookieClasses()(Code) | | Description of the Method
Description of the Return Value |
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | Gets the helpCtx attribute of the CPDCheckDirAction object
The helpCtx value |
getName | public String getName()(Code) | | Gets the name attribute of the CPDCheckDirAction object
The name value |
iconResource | protected String iconResource()(Code) | | Get the path to the icon to be displayed in menus, etc
Icon to be displayed in menus, etc. |
initialize | protected void initialize()(Code) | | Perform extra initialization of this action's singleton. PLEASE do not
use constructors for this purpose!
|
mode | protected int mode()(Code) | | MODE_EXACTLY_ONE |
performAction | public void performAction(Node[] nodes)(Code) | | Description of the Method
Parameters: nodes - Description of the Parameter |
|
|