GNU Classpath (0.18) | ||
Frames | No Frames |
Classes derived from javax.swing.JEditorPane | |
class | A powerful text component that supports styled content as well as
embedding images and components. |
Methods with parameter type javax.swing.JEditorPane | |
void | Called when the kit is being removed from the JEditorPane.
|
void | Deinstalls this EditorKit from the specified
JEditorPane . |
StyledDocument | Returns the StyledDocument that is used by editor .
|
StyledEditorKit | Returns the StyledEditorKit that is used by editor .
|
void | |
void | Installs this EditorKit on the specified JEditorPane .
|
void | StyledEditorKit.StyledTextAction.setCharacterAttributes(JEditorPane editor, AttributeSet atts, boolean replace) Sets the specified character attributes on the currently selected
text of editor . |
void | StyledEditorKit.StyledTextAction.setParagraphAttributes(JEditorPane editor, AttributeSet atts, boolean replace) Sets the specified character attributes on the paragraph that
contains the currently selected
text of editor . |
Methods with return type javax.swing.JEditorPane | |
JEditorPane | Returns the JEditorPane component from which the
ActionEvent originated.
|
GNU Classpath (0.18) |