Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

EditorKit Class Reference

Inherits java::io::Serializable.

Inherited by DefaultEditorKit.

List of all members.


Public Member Functions

abstract Caret createCaret ()
abstract Document createDefaultDocument ()
Object clone ()
void install (final JEditorPane jep)
void deinstall (final JEditorPane jep)
abstract Action[] getActions ()
abstract String getContentType ()
abstract ViewFactory getViewFactory ()
abstract void read (InputStream in, Document doc, int pos) throws IOException, BadLocationException
abstract void read (Reader in, Document doc, int pos) throws IOException, BadLocationException
abstract void write (OutputStream out, Document doc, int pos, int len) throws IOException, BadLocationException
abstract void write (Writer out, Document doc, int pos, int len) throws IOException, BadLocationException

Member Function Documentation

abstract Caret createCaret (  )  [pure virtual]

Implemented in DefaultEditorKit.

abstract Document createDefaultDocument (  )  [pure virtual]

Object clone (  ) 

Reimplemented in HTMLEditorKit.

void install ( final JEditorPane  jep  ) 

Reimplemented in StyledEditorKit, and HTMLEditorKit.

void deinstall ( final JEditorPane  jep  ) 

Reimplemented in StyledEditorKit, and HTMLEditorKit.

abstract Action [] getActions (  )  [pure virtual]

abstract String getContentType (  )  [pure virtual]

Implemented in DefaultEditorKit, and HTMLEditorKit.

abstract ViewFactory getViewFactory (  )  [pure virtual]

abstract void read ( InputStream  in,
Document  doc,
int  pos 
) throws IOException, BadLocationException [pure virtual]

abstract void read ( Reader  in,
Document  doc,
int  pos 
) throws IOException, BadLocationException [pure virtual]

abstract void write ( OutputStream  out,
Document  doc,
int  pos,
int  len 
) throws IOException, BadLocationException [pure virtual]

abstract void write ( Writer  out,
Document  doc,
int  pos,
int  len 
) throws IOException, BadLocationException [pure virtual]