public class TextDocument extends Document
TextDocument class.| Constructor and Description |
|---|
TextDocument() |
| Modifier and Type | Method and Description |
|---|---|
TextModel |
getTextModel()
Fetches the document contents.
|
addDocumentListener, close, equals, getDisplayInfo, getElementImpl, getReader, getTimestamp, getURI, hashCode, isDirty, isNew, isOpen, isReadOnly, markDirty, open, removeDocumentListener, save, setDisplayInfo, setURIgetIcon, getLabel, getLongLabel, getToolTippublic final TextModel getTextModel() throws java.io.IOException
TextModel containing the document text.java.io.IOException - if the document cannot be opened.