| |
|
| org.acm.seguin.ide.netbeans.CPDCheckBufferAction
CPDCheckBufferAction | public class CPDCheckBufferAction extends CookieAction (Code) | | Checks for Cut and paste in the current buffer
author: Mike Atkinson |
asynchronous | protected boolean asynchronous()(Code) | | this means that performAction is expecting to be run in the event thread
|
cookieClasses | protected Class[] cookieClasses()(Code) | | Description of the Method
Description of the Return Value |
enable | protected boolean enable(Node[] nodes)(Code) | | Perform special enablement check in addition to the normal one.
Parameters: nodes - Description of the Parameter Description of the Return Value |
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | Gets the helpCtx attribute of the CPDCheckBufferAction object
The helpCtx value |
getName | public String getName()(Code) | | Gets the name attribute of the CPDCheckBufferAction object
The name value |
getStringFromIDE | protected String getStringFromIDE()(Code) | | Gets the initial string from the IDE
The file in string format |
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 | protected void performAction(Node[] nodes)(Code) | | Description of the Method
Parameters: nodes - Description of the Parameter |
setStringInIDE | protected void setStringInIDE(String text)(Code) | | Sets the string in the IDE
Parameters: text - The new StringInIDE value |
|
|
|