| org.acm.seguin.ide.netbeans.CPDCheckAllBuffersAction
CPDCheckAllBuffersAction | public class CPDCheckAllBuffersAction extends CallableSystemAction (Code) | | Checks for Cut and paste in all open buffer containing Java Source
author: Mike Atkinson |
asynchronous | protected boolean asynchronous()(Code) | | this means that performAction is expecting to be run in the event thread
|
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | Gets the helpCtx attribute of the CPDCheckAllBuffersAction object
The helpCtx value |
getName | public String getName()(Code) | | Gets the name attribute of the CPDCheckAllBuffersAction 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!
|
performAction | public void performAction()(Code) | | Description of the Method
Parameters: nodes - Description of the Parameter |
|
|