|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.PrettyPrintFile
org.acm.seguin.pretty.PrettyPrintString
org.acm.seguin.pretty.PrettyPrintFromIDE
org.acm.seguin.ide.netbeans.NetBeansPrettyPrinter
public class NetBeansPrettyPrinter
Description of the Class
Constructor Summary | |
---|---|
NetBeansPrettyPrinter(EditorCookie editorCookie)
Constructor for the NetBeansPrettyPrinter object |
Method Summary | |
---|---|
protected int |
getLineNumber()
Returns the initial line number |
protected java.lang.String |
getStringFromIDE()
Gets the initial string from the IDE |
protected void |
setLineNumber(int lineNumber)
Sets the LineNumber attribute of the NetBeansPrettyPrinter object |
protected void |
setStringInIDE(java.lang.String text)
Sets the string in the IDE |
Methods inherited from class org.acm.seguin.pretty.PrettyPrintFromIDE |
---|
getPrintData, prettyPrintCurrentWindow |
Methods inherited from class org.acm.seguin.pretty.PrettyPrintString |
---|
getOutputBuffer, getWriter, resetOutputBuffer, setInputString |
Methods inherited from class org.acm.seguin.pretty.PrettyPrintFile |
---|
apply, apply, getParserFactory, isApplicable, postApply, setAsk, setParserFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetBeansPrettyPrinter(EditorCookie editorCookie)
editorCookie
- Description of ParameterMethod Detail |
---|
protected void setLineNumber(int lineNumber)
setLineNumber
in class PrettyPrintFromIDE
lineNumber
- The new LineNumber valueprotected void setStringInIDE(java.lang.String text)
setStringInIDE
in class PrettyPrintFromIDE
text
- The new StringInIDE valueprotected int getLineNumber()
PrettyPrintFromIDE
getLineNumber
in class PrettyPrintFromIDE
protected java.lang.String getStringFromIDE()
getStringFromIDE
in class PrettyPrintFromIDE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |