Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.rtf.RTFEditorKit1.2

java.lang.Object
   |
   +--javax.swing.text.EditorKit
         |
         +--javax.swing.text.DefaultEditorKit
               |
               +--javax.swing.text.StyledEditorKit
                     |
                     +--javax.swing.text.rtf.RTFEditorKit

Deklaration

public class RTFEditorKit
extends javax.swing.text.StyledEditorKit

Beschreibung


 
Konstruktoren
publicRTFEditorKit()
 
Methoden
public StringgetContentType()
public voidread(InputStream in, Document doc, int pos)
public voidwrite(OutputStream out, Document doc, int pos, int len)
public voidread(Reader in, Document doc, int pos)
public voidwrite(Writer out, Document doc, int pos, int len)


 

Konstruktoren im Detail

public RTFEditorKit()

 

Methoden im Detail

public String getContentType()
public void read(InputStream in, Document doc, int pos)
Exception: IOException
Exception: BadLocationException
public void write(OutputStream out, Document doc, int pos, int len)
Exception: IOException
Exception: BadLocationException
public void read(Reader in, Document doc, int pos)
Exception: IOException
Exception: BadLocationException
public void write(Writer out, Document doc, int pos, int len)
Exception: IOException
Exception: BadLocationException


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.