yu.ac.bg.etf.javaqx.qswing.text
Class PlainDocument

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.core.AbstractDisposable
      extended byyu.ac.bg.etf.javaqx.qswing.text.TextDocument
          extended byyu.ac.bg.etf.javaqx.qswing.text.PlainDocument
All Implemented Interfaces:
Disposable
Direct Known Subclasses:
CppDocument, JavaDocument

public class PlainDocument
extends TextDocument

Plain Text Document.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
 
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.text.TextDocument
listenerList
 
Constructor Summary
PlainDocument()
          Constructs new PlainDocument object.
PlainDocument(java.lang.String text)
          Constructs new PlainDocument object.
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.text.TextDocument
addUndoRedoListener, appendText, clearText, disposedErrorString, disposeObject, fireRedoAvailable, fireUndoAvailable, getHighlighter, getText, getUndoRedoListeners, isModified, isRedoAvailable, isUndoAvailable, print, read, readFrom, readFrom, redo, removeUndoRedoListener, setHighlighter, setModified, setText, setUndoRedoEnabled, undo, write
 
Methods inherited from class yu.ac.bg.etf.javaqx.core.AbstractDisposable
addDisposeListener, dispose, disposedCheck, finalize, isDisposed, removeDisposeListener
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainDocument

public PlainDocument()
Constructs new PlainDocument object.


PlainDocument

public PlainDocument(java.lang.String text)
Constructs new PlainDocument object.

Parameters:
text - the text


Copyright © 2007 ETF and contributors. All Rights Reserved.