|
||||||||||
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.ide.jedit.JEditPrettyPrinter
org.acm.seguin.ide.jedit.JEditJSPPrettyPrinter
public class JEditJSPPrettyPrinter
Description of the Class
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.acm.seguin.ide.jedit.JEditPrettyPrinter |
---|
JEditPrettyPrinter.JavaStyleExceptionPrinter |
Field Summary |
---|
Fields inherited from class org.acm.seguin.ide.jedit.JEditPrettyPrinter |
---|
buffer, exception, exceptionPrinter, jsPlugin, view, writer |
Constructor Summary | |
---|---|
JEditJSPPrettyPrinter(JavaStylePlugin jsPlugin,
View view,
Buffer buffer)
Constructor for the JEditPrettyPrinter object |
Method Summary | |
---|---|
void |
run()
Main processing method for the JEditPrettyPrinter object |
protected void |
setInputString(java.lang.String input)
Sets the InputString attribute of the JEditPrettyPrinter object |
Methods inherited from class org.acm.seguin.ide.jedit.JEditPrettyPrinter |
---|
getOutputBuffer, getWriter, postApply, setProjectData, setSettings |
Methods inherited from class org.acm.seguin.pretty.PrettyPrintFile |
---|
apply, apply, getParserFactory, getPrintData, isApplicable, setAsk, setParserFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JEditJSPPrettyPrinter(JavaStylePlugin jsPlugin, View view, Buffer buffer)
jsPlugin
- Description of Parameterview
- Description of Parameterbuffer
- Description of ParameterMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class JEditPrettyPrinter
protected void setInputString(java.lang.String input)
setInputString
in class JEditPrettyPrinter
input
- The new InputString value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |