org.acm.seguin.ide.jedit
Class JEditJSPPrettyPrinter

java.lang.Object
  extended by org.acm.seguin.pretty.PrettyPrintFile
      extended by org.acm.seguin.ide.jedit.JEditPrettyPrinter
          extended by org.acm.seguin.ide.jedit.JEditJSPPrettyPrinter
All Implemented Interfaces:
java.lang.Runnable

public class JEditJSPPrettyPrinter
extends JEditPrettyPrinter

Description of the Class

Since:
1.0
Author:
Mike Atkinson (Mike)

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

JEditJSPPrettyPrinter

public JEditJSPPrettyPrinter(JavaStylePlugin jsPlugin,
                             View view,
                             Buffer buffer)
Constructor for the JEditPrettyPrinter object

Parameters:
jsPlugin - Description of Parameter
view - Description of Parameter
buffer - Description of Parameter
Since:
v 1.0
Method Detail

run

public void run()
Main processing method for the JEditPrettyPrinter object

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class JEditPrettyPrinter
Since:
v 1.0

setInputString

protected void setInputString(java.lang.String input)
Sets the InputString attribute of the JEditPrettyPrinter object

Overrides:
setInputString in class JEditPrettyPrinter
Parameters:
input - The new InputString value
Since:
v 1.0