| |
|
| org.acm.seguin.pretty.PrettyPrintFromIDE org.acm.seguin.ide.netbeans.NetBeansPrettyPrinter
NetBeansPrettyPrinter | public class NetBeansPrettyPrinter extends PrettyPrintFromIDE (Code) | | Description of the Class
author: Chris Seguin |
NetBeansPrettyPrinter | public NetBeansPrettyPrinter(EditorCookie editorCookie)(Code) | | Constructor for the NetBeansPrettyPrinter object
Parameters: editorCookie - Description of Parameter |
getLineNumber | protected int getLineNumber()(Code) | | the initial line number, -1 if failed |
getStringFromIDE | protected String getStringFromIDE()(Code) | | Gets the initial string from the IDE
The file in string format |
setLineNumber | protected void setLineNumber(int lineNumber)(Code) | | Sets the LineNumber attribute of the NetBeansPrettyPrinter object
Parameters: lineNumber - The new LineNumber value |
setStringInIDE | protected void setStringInIDE(String text)(Code) | | Sets the string in the IDE
Parameters: text - The new StringInIDE value |
|
|
|