|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
StyledDocument ) |
Documentation changed from old to new. |
Creates a new JTextPane with a specified document model. |
void ) |
Documentation changed from old to new. |
Creates a new JTextPane . |
Changed Methods | ||
Style addStyle(String, |
Documentation changed from old to new. |
Adds a new style into the logical style hierarchy. |
EditorKit createDefaultEditorKit() |
Documentation changed from old to new. |
Creates the EditorKit to use by default. |
AttributeSet getCharacterAttributes() |
Documentation changed from old to new. |
Fetches the character attributes in effect at the current location of the caret or null . |
Style getLogicalStyle() |
Documentation changed from old to new. |
Fetches the logical style assigned to the paragraph represented by the current position of the caret or null . |
AttributeSet getParagraphAttributes() |
Documentation changed from old to new. |
Fetches the current paragraph attributes in effect at the location of the caret or null if none. |
Style getStyle(String ) |
Documentation changed from old to new. |
Fetches a named non-null style previously added. |
StyledEditorKit getStyledEditorKit() |
Documentation changed from old to new. |
Gets the editor kit. |
String getUIClassID() |
Documentation changed from old to new. |
Returns the class ID for the UI. |
void insertComponent(Component ) |
Documentation changed from old to new. |
Inserts a component into the document as a replacement for the currently selected content. |
String paramString() |
Documentation changed from old to new. |
Returns a string representation of this JTextPane . |
void removeStyle(String ) |
Documentation changed from old to new. |
Removes a named non-null style previously added to the document. |
void replaceSelection(String ) |
Documentation changed from old to new. |
Replaces the currently selected content with new content represented by the given string. |
void setDocument(Document ) |
Documentation changed from old to new. |
Associates the editor with a text document. |
void setEditorKit(EditorKit ) |
Documentation changed from old to new. |
Sets the currently installed kit for handling content. |
void setLogicalStyle(Style ) |
Documentation changed from old to new. |
Sets the logical style to use for the paragraph at the current caret position. |
void setParagraphAttributes(AttributeSet, |
Documentation changed from old to new. |
Applies the given attributes to paragraphs. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |