|
||||||||||
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.cafe.CafePrettyPrinter
public class CafePrettyPrinter
This class runs the pretty printer for Symantec Visual Cafe
Constructor Summary | |
---|---|
CafePrettyPrinter()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
This is invoked when the user selects pretty printer |
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 CafePrettyPrinter()
Method Detail |
---|
protected void setLineNumber(int value)
setLineNumber
in class PrettyPrintFromIDE
value
- The new lineNumber valueprotected void setStringInIDE(java.lang.String value)
setStringInIDE
in class PrettyPrintFromIDE
value
- The new file contained in a stringprotected int getLineNumber()
getLineNumber
in class PrettyPrintFromIDE
protected java.lang.String getStringFromIDE()
getStringFromIDE
in class PrettyPrintFromIDE
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
evt
- The action event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |