|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectthreeD.io.JTextAreaPrintWriter
A JTextAreaPrintWriter object can be used as an interface for printing text into a JTextArea object.
| Constructor Summary | |
JTextAreaPrintWriter()
Constructs a new JTextAreaPrintWriter using a new default JTextArea object. |
|
JTextAreaPrintWriter(javax.swing.JTextArea textArea)
Constructs a new JTextAreaPrintWriter using the specified JTextArea object. |
|
| Method Summary | |
javax.swing.JTextArea |
getTextArea()
Returns the JTextArea object used by this JTextAreaPrintWriter. |
void |
lessIndent()
Reduces the indent used for this JTextAreaPrintWriter object. |
void |
moreIndent()
Increases the indent used for this JTextAreaPrintWriter object. |
void |
print(java.lang.String s)
Appends the specified String to the JTextArea used by this JTextAreaPrintWriter. |
void |
println()
Appends a new line character to the JTextArea used by this JTextAreaPrintWriter. |
void |
println(java.lang.String s)
Appends the specified String, followed by a new line character, to the JTextArea used by this JTextAreaPrintWriter. |
void |
setTextArea(javax.swing.JTextArea textArea)
Sets the JTextArea object used by this JTextAreaPrintWriter to the specified JTextArea object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JTextAreaPrintWriter()
public JTextAreaPrintWriter(javax.swing.JTextArea textArea)
| Method Detail |
public void setTextArea(javax.swing.JTextArea textArea)
public javax.swing.JTextArea getTextArea()
public void moreIndent()
public void lessIndent()
public void print(java.lang.String s)
public void println(java.lang.String s)
public void println()
|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||