com.glaivestone.mv.swing
Class PlainTextModel

java.lang.Object
  |
  +--javax.swing.text.AbstractDocument
        |
        +--javax.swing.text.PlainDocument
              |
              +--com.glaivestone.javax.swing.PlainTextDocument
                    |
                    +--com.glaivestone.mv.swing.PlainTextModel
All Implemented Interfaces:
javax.swing.text.Document, java.io.Serializable

Deprecated. As of GFL 1.1, replaced by PlainTextDocument

public class PlainTextModel
extends PlainTextDocument

OBSOLETE - migrated to core library

Author:
Deb Lewis
See Also:
PlainTextDocument, Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.text.AbstractDocument
javax.swing.text.AbstractDocument.AbstractElement, javax.swing.text.AbstractDocument.AttributeContext, javax.swing.text.AbstractDocument.BranchElement, javax.swing.text.AbstractDocument.Content, javax.swing.text.AbstractDocument.DefaultDocumentEvent, javax.swing.text.AbstractDocument.ElementEdit, javax.swing.text.AbstractDocument.LeafElement
 
Field Summary
 
Fields inherited from class com.glaivestone.javax.swing.PlainTextDocument
REPORT_IMPOSSIBLE_ERRORS
 
Fields inherited from class javax.swing.text.PlainDocument
lineLimitAttribute, tabSizeAttribute
 
Fields inherited from class javax.swing.text.AbstractDocument
BidiElementName, ContentElementName, ElementNameAttribute, ParagraphElementName, SectionElementName
 
Fields inherited from interface javax.swing.text.Document
StreamDescriptionProperty, TitleProperty
 
Constructor Summary
PlainTextModel()
          Deprecated. As of GFL 1.1, replaced by PlainTextDocument
PlainTextModel(java.lang.String aString)
          Deprecated. As of GFL 1.1, replaced by PlainTextDocument
 
Methods inherited from class com.glaivestone.javax.swing.PlainTextDocument
appendText, getText, setText
 
Methods inherited from class javax.swing.text.PlainDocument
getDefaultRootElement, getParagraphElement, insertString
 
Methods inherited from class javax.swing.text.AbstractDocument
addDocumentListener, addUndoableEditListener, createPosition, dump, getAsynchronousLoadPriority, getBidiRootElement, getDocumentFilter, getDocumentListeners, getDocumentProperties, getEndPosition, getLength, getListeners, getProperty, getRootElements, getStartPosition, getText, getText, getUndoableEditListeners, putProperty, readLock, readUnlock, remove, removeDocumentListener, removeUndoableEditListener, render, replace, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextModel

public PlainTextModel()
Deprecated. As of GFL 1.1, replaced by PlainTextDocument

Creates a new plain text document holder.

See Also:
PlainTextDocument

PlainTextModel

public PlainTextModel(java.lang.String aString)
Deprecated. As of GFL 1.1, replaced by PlainTextDocument

Creates a new plain text document holder containing the specified text.

See Also:
PlainTextDocument

GFL 1.1 API