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

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

Deklaration

public class StyledEditorKit
extends javax.swing.text.DefaultEditorKit

Beschreibung

Dies ist das EditorKit, das die nötigen Operationen anbietet, um auf stilisierten Text zu editieren.


 
Geschachtelte Klassen
public staticStyledEditorKit.AlignmentAction
public staticStyledEditorKit.BoldAction
public staticStyledEditorKit.FontFamilyAction
public staticStyledEditorKit.FontSizeAction
public staticStyledEditorKit.ForegroundAction
public staticStyledEditorKit.ItalicAction
public staticStyledEditorKit.StyledTextAction
public staticStyledEditorKit.UnderlineAction
 
Konstruktoren
publicStyledEditorKit()
 
Methoden
public MutableAttributeSetgetInputAttributes()
public ElementgetCharacterAttributeRun()
public Action[]getActions()
public DocumentcreateDefaultDocument()
public voidinstall(JEditorPane c)
public voiddeinstall(JEditorPane c)
public ViewFactorygetViewFactory()
public Objectclone()
protected voidcreateInputAttributes(Element element, MutableAttributeSet set)


 

Konstruktoren im Detail

public StyledEditorKit()

 

Methoden im Detail

public MutableAttributeSet getInputAttributes()
public Element getCharacterAttributeRun()
public Action[] getActions()
public Document createDefaultDocument()
public void install(JEditorPane c)
public void deinstall(JEditorPane c)
public ViewFactory getViewFactory()
public Object clone()
protected void createInputAttributes(Element element, MutableAttributeSet set)


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

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