edu.columbia.cs.cgui.rjfc.swing.text
Interface RPlainDocument

All Superinterfaces:
RAbstractDocument, Remote
All Known Implementing Classes:
RPlainDocumentImpl

public interface RPlainDocument
extends RAbstractDocument


Field Summary
static String lineLimitAttribute
           
static String tabSizeAttribute
           
 
Fields inherited from interface edu.columbia.cs.cgui.rjfc.swing.text.RAbstractDocument
BidiElementName, ContentElementName, ElementNameAttribute, ParagraphElementName, SectionElementName
 
Method Summary
 Element getDefaultRootElement()
           
 Element getParagraphElement(int posvar0)
           
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.text.RAbstractDocument
addDocumentListener, addUndoableEditListener, createPosition, dump, getAsynchronousLoadPriority, getBidiRootElement, getDocumentProperties, getEndPosition, getLength, getListeners, getProperty, getRJFCWrappedData, getRootElements, getStartPosition, getText, getText, insertString, putProperty, readLock, readUnlock, remove, removeDocumentListener, removeUndoableEditListener, render, setAsynchronousLoadPriority, setData, setDocumentProperties, setHash
 

Field Detail

tabSizeAttribute

public static final String tabSizeAttribute

lineLimitAttribute

public static final String lineLimitAttribute
Method Detail

getDefaultRootElement

public Element getDefaultRootElement()
                              throws RemoteException
Specified by:
getDefaultRootElement in interface RAbstractDocument

getParagraphElement

public Element getParagraphElement(int posvar0)
                            throws RemoteException
Specified by:
getParagraphElement in interface RAbstractDocument