yu.ac.bg.etf.javaqx.qswingx.text.code
Class CppDocument

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
              extended byyu.ac.bg.etf.javaqx.qswingx.text.code.CppDocument
All Implemented Interfaces:
Disposable

public class CppDocument
extends PlainDocument

C/C++ Document.

Version:
0.1.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
CppDocument()
          Constructs new CppDocument object.
CppDocument(java.lang.String text)
          Constructs new CppDocument 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

CppDocument

public CppDocument()
Constructs new CppDocument object.


CppDocument

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

Parameters:
text - the text


Copyright © 2007 ETF and contributors. All Rights Reserved.