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

Class StyledEditorKit.StyledTextAction

java.lang.Object
|
+--javax.swing.AbstractAction
   |
   +--javax.swing.text.TextAction
      |
      +--javax.swing.text.StyledEditorKit.StyledTextAction


public static abstract class StyledEditorKit.StyledTextAction

extends TextAction

StyledTextAction

Constructor Summary

StyledTextAction(java.lang.String nm)

Constructor StyledTextAction

Method Summary

javax.swing.JEditorPanegetEditor(java.awt.event.ActionEvent event)

getEditor
javax.swing.text.StyledDocumentgetStyledDocument(javax.swing.JEditorPane value0)

getStyledDocument
javax.swing.text.StyledEditorKitgetStyledEditorKit(javax.swing.JEditorPane value0)

getStyledEditorKit
voidsetCharacterAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2)

setCharacterAttributes
voidsetParagraphAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2)

setParagraphAttributes

Constructor Details

StyledTextAction

public StyledTextAction(java.lang.String nm)

Constructor StyledTextAction

Parameters:


Method Details

getEditor

protected final JEditorPane getEditor(java.awt.event.ActionEvent event)

getEditor

Parameters:


getStyledDocument

protected final StyledDocument getStyledDocument(javax.swing.JEditorPane value0)

getStyledDocument

Parameters:


getStyledEditorKit

protected final StyledEditorKit getStyledEditorKit(javax.swing.JEditorPane value0)

getStyledEditorKit

Parameters:


setCharacterAttributes

protected final void setCharacterAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2)

setCharacterAttributes

Parameters:


setParagraphAttributes

protected final void setParagraphAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2)

setParagraphAttributes

Parameters: