java.lang.Object | +--javax.swing.AbstractAction | +--javax.swing.text.TextAction | +--javax.swing.text.StyledEditorKit.StyledTextAction
StyledTextAction(java.lang.String nm) Constructor StyledTextAction |
javax.swing.JEditorPane | getEditor(java.awt.event.ActionEvent event) getEditor |
javax.swing.text.StyledDocument | getStyledDocument(javax.swing.JEditorPane value0) getStyledDocument |
javax.swing.text.StyledEditorKit | getStyledEditorKit(javax.swing.JEditorPane value0) getStyledEditorKit |
void | setCharacterAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2) setCharacterAttributes |
void | setParagraphAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2) setParagraphAttributes |
public StyledTextAction(java.lang.String nm)
nm
- TODOprotected final JEditorPane getEditor(java.awt.event.ActionEvent event)
event
- TODOprotected final StyledDocument getStyledDocument(javax.swing.JEditorPane value0)
value0
- TODOprotected final StyledEditorKit getStyledEditorKit(javax.swing.JEditorPane value0)
value0
- TODOprotected final void setCharacterAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2)
value0
- TODOvalue1
- TODOvalue2
- TODOprotected final void setParagraphAttributes(javax.swing.JEditorPane value0, javax.swing.text.AttributeSet value1, boolean value2)
value0
- TODOvalue1
- TODOvalue2
- TODO