String |
EndOfLineStringProperty |
When reading a document if a CRLF is encountered a property
with this name is added and the value will be "\r\n". |
String |
backwardAction |
Name of the Action for moving the caret
logically backward one position. |
String |
beepAction |
Name of the action to create a beep. |
String |
beginAction |
Name of the Action for moving the caret
to the beginning of the document. |
String |
beginLineAction |
Name of the Action for moving the caret
to the beginning of a line. |
String |
beginParagraphAction |
Name of the Action for moving the caret
to the beginning of a paragraph. |
String |
beginWordAction |
Name of the Action for moving the caret
to the beginning of a word. |
String |
copyAction |
Name of the action to copy the selected region
and place the contents into the system clipboard. |
String |
cutAction |
Name of the action to cut the selected region
and place the contents into the system clipboard. |
String |
defaultKeyTypedAction |
Name of the action that is executed by default if
a key typed event is received and there
is no keymap entry. |
String |
deleteNextCharAction |
Name of the action to delete the character of content that
follows the current caret position. |
String |
deleteNextWordAction |
Name of the action to delete the word that
follows the beginning of the selection. |
String |
deletePrevCharAction |
Name of the action to delete the character of content that
precedes the current caret position. |
String |
deletePrevWordAction |
Name of the action to delete the word that
precedes the beginning of the selection. |
String |
downAction |
Name of the Action for moving the caret
logically downward one position. |
String |
endAction |
Name of the Action for moving the caret
to the end of the document. |
String |
endLineAction |
Name of the Action for moving the caret
to the end of a line. |
String |
endParagraphAction |
Name of the Action for moving the caret
to the end of a paragraph. |
String |
endWordAction |
Name of the Action for moving the caret
to the end of a word. |
String |
forwardAction |
Name of the Action for moving the caret
logically forward one position. |
String |
insertBreakAction |
Name of the action to place a line/paragraph break into
the document. |
String |
insertContentAction |
Name of the action to place content into the associated
document. |
String |
insertTabAction |
Name of the action to place a tab character into
the document. |
String |
nextWordAction |
Name of the Action for moving the caret to the
beginning of the next word. |
String |
pageDownAction |
Name of the action to page down vertically. |
String |
pageUpAction |
Name of the action to page up vertically. |
String |
pasteAction |
Name of the action to paste the contents of the
system clipboard into the selected region, or before the
caret if nothing is selected. |
String |
previousWordAction |
Name of the Action for moving the caret to the
beginning of the previous word. |
String |
readOnlyAction |
Name of the action to set the editor into read-only
mode. |
String |
selectAllAction |
Name of the Action for selecting the entire document |
String |
selectLineAction |
Name of the Action for selecting a line around the caret. |
String |
selectParagraphAction |
Name of the Action for selecting a paragraph around the caret. |
String |
selectWordAction |
Name of the Action for selecting a word around the caret. |
String |
selectionBackwardAction |
Name of the Action for extending the selection
by moving the caret logically backward one position. |
String |
selectionBeginAction |
Name of the Action for moving the caret
to the beginning of the document. |
String |
selectionBeginLineAction |
Name of the Action for moving the caret
to the beginning of a line, extending the selection. |
String |
selectionBeginParagraphAction |
Name of the Action for moving the caret
to the beginning of a paragraph, extending the selection. |
String |
selectionBeginWordAction |
Name of the Action for moving the caret
to the beginning of a word, extending the selection. |
String |
selectionDownAction |
Name of the Action for moving the caret
logically downward one position, extending the selection. |
String |
selectionEndAction |
Name of the Action for moving the caret
to the end of the document. |
String |
selectionEndLineAction |
Name of the Action for moving the caret
to the end of a line, extending the selection. |
String |
selectionEndParagraphAction |
Name of the Action for moving the caret
to the end of a paragraph, extending the selection. |
String |
selectionEndWordAction |
Name of the Action for moving the caret
to the end of a word, extending the selection. |
String |
selectionForwardAction |
Name of the Action for extending the selection
by moving the caret logically forward one position. |
String |
selectionNextWordAction |
Name of the Action for moving the selection to the
beginning of the next word, extending the selection. |
String |
selectionPreviousWordAction |
Name of the Action for moving the selection to the
beginning of the previous word, extending the selection. |
String |
selectionUpAction |
Name of the Action for moving the caret
logically upward one position, extending the selection. |
String |
upAction |
Name of the Action for moving the caret
logically upward one position. |
String |
writableAction |
Name of the action to set the editor into writeable
mode. |