| Name | Description | Type | Package | Framework |
| StyledEditorKit | This is the set of things needed by a text component to be a reasonably functioning editor for some type | Class | javax.swing.text | Java SE |
| StyledEditorKit .AlignmentAction | An action to set paragraph alignment. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .BoldAction | An action to toggle the bold attribute. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .FontFamilyAction | An action to set the font family in the associated JEditorPane. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .FontSizeAction | An action to set the font size in the associated JEditorPane. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .ForegroundAction | An action to set foreground color. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .ItalicAction | An action to toggle the italic attribute. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .StyledTextAction | An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed. | Class | javax.swing.text.StyledEditorKit | Java SE |
| StyledEditorKit .UnderlineAction | An action to toggle the underline attribute. | Class | javax.swing.text.StyledEditorKit | Java SE |