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.EditorKit1.2

java.lang.Object
   |
   +--javax.swing.text.EditorKit

Deklaration

public class EditorKit
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

Beschreibung


 
Konstruktoren
publicEditorKit()
 
Methoden
public Objectclone()
public voidinstall(JEditorPane c)
public voiddeinstall(JEditorPane c)
public StringgetContentType()
public ViewFactorygetViewFactory()
public Action[]getActions()
public CaretcreateCaret()
public DocumentcreateDefaultDocument()
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 EditorKit()

 

Methoden im Detail

public Object clone()
public void install(JEditorPane c)
public void deinstall(JEditorPane c)
public String getContentType()
public ViewFactory getViewFactory()
public Action[] getActions()
public Caret createCaret()
public Document createDefaultDocument()
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.