|
||||||||||
| 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.common.action.GenericPrettyPrinter
public class GenericPrettyPrinter
Software that reformats the java source code
| Constructor Summary | |
|---|---|
GenericPrettyPrinter()
|
|
| 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 value)
Sets the line number |
protected void |
setStringInIDE(java.lang.String value)
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 GenericPrettyPrinter()
| Method Detail |
|---|
protected void setLineNumber(int value)
setLineNumber in class PrettyPrintFromIDEvalue - The new LineNumber valueprotected void setStringInIDE(java.lang.String value)
setStringInIDE in class PrettyPrintFromIDEvalue - The new file contained in a stringprotected int getLineNumber()
getLineNumber in class PrettyPrintFromIDEprotected java.lang.String getStringFromIDE()
getStringFromIDE in class PrettyPrintFromIDE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||