jaugment2.texteditor
Class TextEditorSwingRepresentation.Document
java.lang.Object
|
+--jaugment2.texteditor.TextEditorSwingRepresentation.Document
- Enclosing class:
- TextEditorSwingRepresentation
- private static class TextEditorSwingRepresentation.Document
- extends java.lang.Object
datatype for an opened document
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
buffername
public java.lang.String buffername
content
public java.lang.StringBuffer content
TextEditorSwingRepresentation.Document
public TextEditorSwingRepresentation.Document(java.lang.String buffername)
TextEditorSwingRepresentation.Document
public TextEditorSwingRepresentation.Document(java.lang.String buffername,
java.lang.StringBuffer content)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object