Generated by
JDiff

Class javax.swing.text.DefaultEditorKit

Documentation changed from old to new.

Changed Constructors
DefaultEditorKit(void) Documentation changed from old to new.
default constructor for DefaultEditorKit
 

Changed Methods
Object clone() Documentation changed from old to new.
Method was locally defined, but is now inherited from EditorKit.
Creates a copy of the editor kit.
 

Changed Fields
String backwardAction Documentation changed from old to new.
Name of the Action for moving the caret logically backward one position.
String beepAction Documentation changed from old to new.
Name of the action to create a beep.
String beginAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of the document.
String beginLineAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of a line.
String beginParagraphAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of a paragraph.
String beginWordAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of a word.
String defaultKeyTypedAction Documentation changed from old to new.
Name of the action that is executed by default if a key typed event is received and there is no keymap entry.
String deleteNextCharAction Documentation changed from old to new.
Name of the action to delete the character of content that follows the current caret position.
String deletePrevCharAction Documentation changed from old to new.
Name of the action to delete the character of content that precedes the current caret position.
String downAction Documentation changed from old to new.
Name of the Action for moving the caret logically downward one position.
String endAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of the document.
String endLineAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of a line.
String endParagraphAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of a paragraph.
String endWordAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of a word.
String forwardAction Documentation changed from old to new.
Name of the Action for moving the caret logically forward one position.
String insertBreakAction Documentation changed from old to new.
Name of the action to place a line/paragraph break into the document.
String insertContentAction Documentation changed from old to new.
Name of the action to place content into the associated document.
String insertTabAction Documentation changed from old to new.
Name of the action to place a tab character into the document.
String nextWordAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of the next word.
String pageDownAction Documentation changed from old to new.
Name of the action to page down vertically.
String pageUpAction Documentation changed from old to new.
Name of the action to page up vertically.
String previousWordAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of the previous word.
String readOnlyAction Documentation changed from old to new.
Name of the action to set the editor into read-only mode.
String selectAllAction Documentation changed from old to new.
Name of the Action for selecting the entire document
String selectLineAction Documentation changed from old to new.
Name of the Action for selecting a line around the caret.
String selectParagraphAction Documentation changed from old to new.
Name of the Action for selecting a paragraph around the caret.
String selectWordAction Documentation changed from old to new.
Name of the Action for selecting a word around the caret.
String selectionBackwardAction Documentation changed from old to new.
Name of the Action for extending the selection by moving the caret logically backward one position.
String selectionBeginAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of the document.
String selectionBeginLineAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of a line extending the selection.
String selectionBeginParagraphAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of a paragraph extending the selection.
String selectionBeginWordAction Documentation changed from old to new.
Name of the Action for moving the caret to the begining of a word extending the selection.
String selectionDownAction Documentation changed from old to new.
Name of the Action for moving the caret logically downward one position extending the selection.
String selectionEndAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of the document.
String selectionEndLineAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of a line extending the selection.
String selectionEndParagraphAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of a paragraph extending the selection.
String selectionEndWordAction Documentation changed from old to new.
Name of the Action for moving the caret to the end of a word extending the selection.
String selectionForwardAction Documentation changed from old to new.
Name of the Action for extending the selection by moving the caret logically forward one position.
String selectionNextWordAction Documentation changed from old to new.
Name of the Action for moving the selection to the begining of the next word extending the selection.
String selectionPreviousWordAction Documentation changed from old to new.
Name of the Action for moving the selection to the begining of the previous word extending the selection.
String selectionUpAction Documentation changed from old to new.
Name of the Action for moving the caret logically upward one position extending the selection.
String upAction Documentation changed from old to new.
Name of the Action for moving the caret logically upward one position.
String writableAction Documentation changed from old to new.
Name of the action to set the editor into writeable mode.