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

All Superinterfaces:
Remote
All Known Subinterfaces:
RDefaultEditorKit, RHTMLEditorKit, RRTFEditorKit, RStyledEditorKit
All Known Implementing Classes:
REditorKitImpl

public interface REditorKit
extends Remote


Method Summary
 Caret createCaret()
           
 Document createDefaultDocument()
           
 void deinstall(RJEditorPane cvar0)
           
 Action[] getActions()
           
 String getContentType()
           
 EditorKit getRJFCWrappedData()
           
 ViewFactory getViewFactory()
           
 void install(RJEditorPane cvar0)
           
 void read(InputStream invar0, Document docvar1, int posvar2)
           
 void read(Reader invar0, Document docvar1, int posvar2)
           
 void setData(EditorKit data)
           
 void setHash(Hashtable hash)
           
 void write(OutputStream outvar0, Document docvar1, int posvar2, int lenvar3)
           
 void write(Writer outvar0, Document docvar1, int posvar2, int lenvar3)
           
 

Method Detail

getRJFCWrappedData

public EditorKit getRJFCWrappedData()
                             throws RemoteException

setData

public void setData(EditorKit data)
             throws RemoteException

setHash

public void setHash(Hashtable hash)
             throws RemoteException

install

public void install(RJEditorPane cvar0)
             throws RemoteException

deinstall

public void deinstall(RJEditorPane cvar0)
               throws RemoteException

getContentType

public String getContentType()
                      throws RemoteException

getViewFactory

public ViewFactory getViewFactory()
                           throws RemoteException

getActions

public Action[] getActions()
                    throws RemoteException

createCaret

public Caret createCaret()
                  throws RemoteException

createDefaultDocument

public Document createDefaultDocument()
                               throws RemoteException

read

public void read(InputStream invar0,
                 Document docvar1,
                 int posvar2)
          throws RemoteException,
                 IOException,
                 BadLocationException

write

public void write(OutputStream outvar0,
                  Document docvar1,
                  int posvar2,
                  int lenvar3)
           throws RemoteException,
                  IOException,
                  BadLocationException

read

public void read(Reader invar0,
                 Document docvar1,
                 int posvar2)
          throws RemoteException,
                 IOException,
                 BadLocationException

write

public void write(Writer outvar0,
                  Document docvar1,
                  int posvar2,
                  int lenvar3)
           throws RemoteException,
                  IOException,
                  BadLocationException