|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.core.AbstractDisposable
yu.ac.bg.etf.javaqx.qswing.text.TextDocument
yu.ac.bg.etf.javaqx.qswing.text.StyledDocument
Styled Document.
Field Summary |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.text.TextDocument |
listenerList |
Constructor Summary | |
StyledDocument()
Constructs new PlainDocument object. |
|
StyledDocument(java.lang.String text)
Constructs new PlainDocument object. |
Method Summary | |
boolean |
isWrapText()
Returns true if the document is wrapping text. |
void |
setWrapText(boolean wrapText)
Sets wrap text status. |
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 |
public StyledDocument()
public StyledDocument(java.lang.String text)
text
- the textMethod Detail |
public boolean isWrapText()
public void setWrapText(boolean wrapText)
wrapText
- if true the text area will wrap text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |