Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.text

Class StyledEditorKit

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


public class StyledEditorKit

extends DefaultEditorKit

StyledEditorKit

Author:

Constructor Summary

StyledEditorKit()

Constructor StyledEditorKit

Method Summary

java.lang.Objectclone()

clone
javax.swing.text.DocumentcreateDefaultDocument()

createDefaultDocument
voidcreateInputAttributes(javax.swing.text.Element element, javax.swing.text.MutableAttributeSet set)

createInputAttributes
voiddeinstall(javax.swing.JEditorPane component)

deinstall
javax.swing.Action[]getActions()

getActions
javax.swing.text.ElementgetCharacterAttributeRun()

getCharacterAttributeRun
javax.swing.text.MutableAttributeSetgetInputAttributes()

getInputAttributes
javax.swing.text.ViewFactorygetViewFactory()

getViewFactory
voidinstall(javax.swing.JEditorPane component)

install

Constructor Details

StyledEditorKit

public StyledEditorKit()

Constructor StyledEditorKit


Method Details

clone

public Object clone()

clone


createDefaultDocument

public Document createDefaultDocument()

createDefaultDocument


createInputAttributes

protected void createInputAttributes(javax.swing.text.Element element, javax.swing.text.MutableAttributeSet set)

createInputAttributes

Parameters:


deinstall

public void deinstall(javax.swing.JEditorPane component)

deinstall

Parameters:


getActions

public Action[] getActions()

getActions


getCharacterAttributeRun

public Element getCharacterAttributeRun()

getCharacterAttributeRun


getInputAttributes

public MutableAttributeSet getInputAttributes()

getInputAttributes


getViewFactory

public ViewFactory getViewFactory()

getViewFactory


install

public void install(javax.swing.JEditorPane component)

install

Parameters: