Class StyledEditorKit
java.lang.Object
javax.swing.text.EditorKit
javax.swing.text.DefaultEditorKit
javax.swing.text.StyledEditorKit
- All Implemented Interfaces:
Serializable, Cloneable
- Direct Known Subclasses:
HTMLEditorKit, RTFEditorKit
This is the set of things needed by a text component
to be a reasonably functioning editor for some type
of text document. This implementation provides a default
implementation which treats text as styled text and
provides a minimal set of actions for editing styled text.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn action to set paragraph alignment.static classAn action to toggle the bold attribute.static classAn action to set the font family in the associated JEditorPane.static classAn action to set the font size in the associated JEditorPane.static classAn action to set foreground color.static classAn action to toggle the italic attribute.static classAn action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.static classAn action to toggle the underline attribute.Nested classes/interfaces declared in class DefaultEditorKit
DefaultEditorKit.BeepAction, DefaultEditorKit.CopyAction, DefaultEditorKit.CutAction, DefaultEditorKit.DefaultKeyTypedAction, DefaultEditorKit.InsertBreakAction, DefaultEditorKit.InsertContentAction, DefaultEditorKit.InsertTabAction, DefaultEditorKit.PasteActionModifier and TypeClassDescriptionstatic classCreates a beep.static classCopies the selected region and place its contents into the system clipboard.static classCuts the selected region and place its contents into the system clipboard.static classThe action that is executed by default if a key typed event is received and there is no keymap entry.static classPlaces a line/paragraph break into the document.static classPlaces content into the associated document.static classPlaces a tab character into the document.static classPastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected. -
Field Summary
Fields declared in class DefaultEditorKit
backwardAction, beepAction, beginAction, beginLineAction, beginLineUpAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, endLineDownAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableActionModifier and TypeFieldDescriptionstatic final StringName of the Action for moving the caret logically backward one position.static final StringName of the action to create a beep.static final StringName of theActionfor moving the caret to the beginning of the document.static final StringName of theActionfor moving the caret to the beginning of a line.static final StringName of theActionfor moving the caret to the beginning of the current line or up to the beginning of the previous line if the caret is already at the beginning of the line.static final StringName of theActionfor moving the caret to the beginning of a paragraph.static final StringName of theActionfor moving the caret to the beginning of a word.static final StringName of the action to copy the selected region and place the contents into the system clipboard.static final StringName of the action to cut the selected region and place the contents into the system clipboard.static final StringName of the action that is executed by default if a key typed event is received and there is no keymap entry.static final StringName of the action to delete the character of content that follows the current caret position.static final StringName of the action to delete the word that follows the beginning of the selection.static final StringName of the action to delete the character of content that precedes the current caret position.static final StringName of the action to delete the word that precedes the beginning of the selection.static final StringName of the Action for moving the caret logically downward one position.static final StringName of theActionfor moving the caret to the end of the document.static final StringName of theActionfor moving the caret to the end of a line.static final StringName of theActionfor moving the caret to the end of the current line or down to the end of the next line if the caret is already at the end of the line.static final StringWhen reading a document if a CRLF is encountered a property with this name is added and the value will be "\r\n".static final StringName of theActionfor moving the caret to the end of a paragraph.static final StringName of the Action for moving the caret to the end of a word.static final StringName of the Action for moving the caret logically forward one position.static final StringName of the action to place a line/paragraph break into the document.static final StringName of the action to place content into the associated document.static final StringName of the action to place a tab character into the document.static final StringName of theActionfor moving the caret to the beginning of the next word.static final StringName of the action to page down vertically.static final StringName of the action to page up vertically.static final StringName of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected.static final StringName of theActionfor moving the caret to the beginning of the previous word.static final StringName of the action to set the editor into read-only mode.static final StringName of the Action for selecting the entire documentstatic final StringName of the Action for extending the selection by moving the caret logically backward one position.static final StringName of theActionfor moving the caret to the beginning of the document.static final StringName of theActionfor moving the caret to the beginning of a line, extending the selection.static final StringName of theActionfor moving the caret to the beginning of a paragraph, extending the selection.static final StringName of theActionfor moving the caret to the beginning of a word, extending the selection.static final StringName of the Action for moving the caret logically downward one position, extending the selection.static final StringName of the Action for moving the caret to the end of the document.static final StringName of theActionfor moving the caret to the end of a line, extending the selection.static final StringName of theActionfor moving the caret to the end of a paragraph, extending the selection.static final StringName of the Action for moving the caret to the end of a word, extending the selection.static final StringName of the Action for extending the selection by moving the caret logically forward one position.static final StringName of theActionfor moving the selection to the beginning of the next word, extending the selection.static final StringName of theActionfor moving the selection to the beginning of the previous word, extending the selection.static final StringName of the Action for moving the caret logically upward one position, extending the selection.static final StringName of the Action for selecting a line around the caret.static final StringName of the Action for selecting a paragraph around the caret.static final StringName of the Action for selecting a word around the caret.static final StringName of the Action for moving the caret logically upward one position.static final StringName of the action to set the editor into writeable mode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a copy of the editor kit.Creates an uninitialized text storage model that is appropriate for this type of editor.protected voidcreateInputAttributes(Element element, MutableAttributeSet set) Copies the key/values inelements AttributeSet intoset.voidCalled when the kit is being removed from the JEditorPane.Action[]Fetches the command list for the editor.Fetches the element representing the current run of character attributes for the caret.Gets the input attributes for the pane.Fetches a factory that is suitable for producing views of any models that are produced by this kit.voidCalled when the kit is being installed into a JEditorPane.Methods declared in class DefaultEditorKit
createCaret, getContentType, read, read, write, writeModifier and TypeMethodDescriptionFetches a caret that can navigate through views produced by the associated ViewFactory.Gets the MIME type of the data that this kit represents support for.voidread(InputStream in, Document doc, int pos) Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.voidInserts content from the given stream, which will be treated as plain text.voidwrite(OutputStream out, Document doc, int pos, int len) Writes content from a document to the given stream in a format appropriate for this kind of content handler.voidWrites content from a document to the given stream as plain text.Methods declared in class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Constructor Details
-
StyledEditorKit
public StyledEditorKit()Creates a new EditorKit used for styled documents.
-
-
Method Details
-
getInputAttributes
Gets the input attributes for the pane. When the caret moves and there is no selection, the input attributes are automatically mutated to reflect the character attributes of the current caret location. The styled editing actions use the input attributes to carry out their actions.- Returns:
- the attribute set
-
getCharacterAttributeRun
Fetches the element representing the current run of character attributes for the caret.- Returns:
- the element
-
getActions
Fetches the command list for the editor. This is the list of commands supported by the superclass augmented by the collection of commands defined locally for style operations.- Overrides:
getActionsin classDefaultEditorKit- Returns:
- the command list
-
createDefaultDocument
Creates an uninitialized text storage model that is appropriate for this type of editor.- Overrides:
createDefaultDocumentin classDefaultEditorKit- Returns:
- the model
-
install
Called when the kit is being installed into a JEditorPane. -
deinstall
Called when the kit is being removed from the JEditorPane. This is used to unregister any listeners that were attached. -
getViewFactory
Fetches a factory that is suitable for producing views of any models that are produced by this kit. This is implemented to return View implementations for the following kinds of elements:- AbstractDocument.ContentElementName
- AbstractDocument.ParagraphElementName
- AbstractDocument.SectionElementName
- StyleConstants.ComponentElementName
- StyleConstants.IconElementName
- Overrides:
getViewFactoryin classDefaultEditorKit- Returns:
- the factory
-
clone
-
createInputAttributes
Copies the key/values inelements AttributeSet intoset. This does not copy component, icon, or element names attributes. Subclasses may wish to refine what is and what isn't copied here. But be sure to first remove all the attributes that are inset.This is called anytime the caret moves over a different location.
- Parameters:
element- the elementset- the attributes
-