edu.rice.cs.util.text
Interface SwingDocumentInterface

All Superinterfaces:
AbstractDocumentInterface, Document, StyledDocument
All Known Subinterfaces:
DJDocument, OpenDefinitionsDocument
All Known Implementing Classes:
AbstractDJDocument, DefinitionsDocument, DummyOpenDefDoc, InteractionsDJDocument

public interface SwingDocumentInterface
extends AbstractDocumentInterface, StyledDocument

DefaultStyledDocument interface augmented by AbstractDocumentInterface.


Field Summary
 
Fields inherited from interface javax.swing.text.Document
StreamDescriptionProperty, TitleProperty
 
Method Summary
 
Methods inherited from interface edu.rice.cs.util.text.AbstractDocumentInterface
append, createPosition, getLength, getText, getText, insertString, remove
 
Methods inherited from interface javax.swing.text.StyledDocument
addStyle, getBackground, getCharacterElement, getFont, getForeground, getLogicalStyle, getParagraphElement, getStyle, removeStyle, setCharacterAttributes, setLogicalStyle, setParagraphAttributes
 
Methods inherited from interface javax.swing.text.Document
addDocumentListener, addUndoableEditListener, createPosition, getDefaultRootElement, getEndPosition, getLength, getProperty, getRootElements, getStartPosition, getText, getText, insertString, putProperty, remove, removeDocumentListener, removeUndoableEditListener, render