javax.swing.text
Class StyledEditorKit
java.lang.Object
|
+--javax.swing.text.EditorKit
|
+--javax.swing.text.DefaultEditorKit
|
+--javax.swing.text.StyledEditorKit
StyledEditorKit
Author:StyledEditorKit
public StyledEditorKit()
Constructor StyledEditorKit
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: