com.borland.primetime.editor
Interface EditorActionNames

All Known Implementing Classes:
EditorActions

public interface EditorActionNames

This is the editor kit that JBuilder is going to use. It defines which view and document types will be used, and also defines additional Action objects that the editor can perform.


Field Summary
static java.lang.String backwardAction
          Name of the Action for moving the caret logically backward one position.
static java.lang.String beepAction
          Name of the action to create a beep.
static java.lang.String beginAction
          Name of the Action for moving the caret to the begining of the document.
static java.lang.String beginLineAction
          Name of the Action for moving the caret to the begining of a line.
static java.lang.String beginWordAction
          Name of the Action for moving the caret to the begining of a word.
static java.lang.String bottomOfScreenAction
           
static java.lang.String commentLineAction
           
static java.lang.String copyAction
          Name of the action to copy the selected region and place the contents into the system clipboard.
static java.lang.String cutAction
          Name of the action to cut the selected region and place the contents into the system clipboard.
static java.lang.String defaultKeyTypedAction
          Name of the action that is executed by default if a key typed event is received and there is no keymap entry.
static java.lang.String deleteBeginLineAction
           
static java.lang.String deleteBeginWordAction
           
static java.lang.String deleteEndLineAction
           
static java.lang.String deleteLineAction
           
static java.lang.String deleteNextCharAction
          Name of the action to delete the character of content that follows the current caret position.
static java.lang.String deletePrevCharAction
          Name of the action to delete the character of content that precedes the current caret position.
static java.lang.String deleteSelectionAction
           
static java.lang.String deleteWordAction
           
static java.lang.String downAction
          Name of the Action for moving the caret logically downward one position.
static java.lang.String endAction
          Name of the Action for moving the caret to the end of the document.
static java.lang.String endLineAction
          Name of the Action for moving the caret to the end of a line.
static java.lang.String endWordAction
          Name of the Action for moving the caret to the end of a word.
static java.lang.String forwardAction
          Name of the Action for moving the caret logically forward one position.
static java.lang.String gotoBookmark0Action
           
static java.lang.String gotoBookmark1Action
           
static java.lang.String gotoBookmark2Action
           
static java.lang.String gotoBookmark3Action
           
static java.lang.String gotoBookmark4Action
           
static java.lang.String gotoBookmark5Action
           
static java.lang.String gotoBookmark6Action
           
static java.lang.String gotoBookmark7Action
           
static java.lang.String gotoBookmark8Action
           
static java.lang.String gotoBookmark9Action
           
static java.lang.String gotoLineDialogAction
           
static java.lang.String incrSearchAction
           
static java.lang.String indentBlockAction
           
static java.lang.String insertBreakAction
          Name of the action to place a line/paragraph break into the document.
static java.lang.String insertTabAction
          Name of the action to place a tab character into the document.
static java.lang.String lowerCaseAction
           
static java.lang.String lowerCaseWordAction
           
static java.lang.String matchBraceAction
           
static java.lang.String nextWordAction
          Name of the Action for moving the caret to the begining of the next word.
static java.lang.String openLineAction
           
static java.lang.String outdentBlockAction
           
static java.lang.String pageDownAction
          Name of the action to page down vertically.
static java.lang.String pageLeftAction
           
static java.lang.String pageRightAction
           
static java.lang.String pageUpAction
          Name of the action to page up vertically.
static java.lang.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.
static java.lang.String previousIndentAction
           
static java.lang.String previousTabStopAction
           
static java.lang.String previousWordAction
          Name of the Action for moving the caret to the begining of the previous word.
static java.lang.String printAction
           
static java.lang.String recenterAction
           
static java.lang.String redoAction
           
static java.lang.String replaceDialogAction
           
static java.lang.String reverseIncrSearchAction
           
static java.lang.String scrollDownAction
           
static java.lang.String scrollLeftAction
           
static java.lang.String scrollRightAction
           
static java.lang.String scrollUpAction
           
static java.lang.String searchAgainAction
           
static java.lang.String searchDialogAction
           
static java.lang.String selectAllAction
          Name of the Action for selecting the entire document
static java.lang.String selectionBackwardAction
          Name of the Action for extending the selection by moving the caret logically backward one position.
static java.lang.String selectionBeginAction
          Name of the Action for moving the caret to the begining of the document.
static java.lang.String selectionBeginLineAction
          Name of the Action for moving the caret to the begining of a line, extending the selection.
static java.lang.String selectionBeginWordAction
          Name of the Action for moving the caret to the begining of a word, extending the selection.
static java.lang.String selectionBottomOfScreenAction
           
static java.lang.String selectionDownAction
          Name of the Action for moving the caret logically downward one position, extending the selection.
static java.lang.String selectionEndAction
          Name of the Action for moving the caret to the end of the document.
static java.lang.String selectionEndLineAction
          Name of the Action for moving the caret to the end of a line, extending the selection.
static java.lang.String selectionEndWordAction
          Name of the Action for moving the caret to the end of a word, extending the selection.
static java.lang.String selectionForwardAction
          Name of the Action for extending the selection by moving the caret logically forward one position.
static java.lang.String selectionNextWordAction
          Name of the Action for moving the selection to the begining of the next word, extending the selection.
static java.lang.String selectionPageDownAction
           
static java.lang.String selectionPageUpAction
           
static java.lang.String selectionPreviousWordAction
          Name of the Action for moving the selection to the begining of the previous word, extending the selection.
static java.lang.String selectionTopOfScreenAction
           
static java.lang.String selectionUpAction
          Name of the Action for moving the caret logically upward one position, extending the selection.
static java.lang.String selectLineAction
          Name of the Action for selecting a line around the caret.
static java.lang.String selectWordAction
          Name of the Action for selecting a word around the caret.
static java.lang.String setBookmark0Action
           
static java.lang.String setBookmark1Action
           
static java.lang.String setBookmark2Action
           
static java.lang.String setBookmark3Action
           
static java.lang.String setBookmark4Action
           
static java.lang.String setBookmark5Action
           
static java.lang.String setBookmark6Action
           
static java.lang.String setBookmark7Action
           
static java.lang.String setBookmark8Action
           
static java.lang.String setBookmark9Action
           
static java.lang.String smartBackspaceAction
           
static java.lang.String smartIndentAction
           
static java.lang.String stripTrailingSpaceAction
           
static java.lang.String tabKeyAction
           
static java.lang.String testAction
           
static java.lang.String toggleCaseAction
           
static java.lang.String toggleInsertModeAction
           
static java.lang.String topOfScreenAction
           
static java.lang.String undoAction
           
static java.lang.String unTabKeyAction
           
static java.lang.String upAction
          Name of the Action for moving the caret logically upward one position.
static java.lang.String upperCaseAction
           
static java.lang.String upperCaseWordAction
           
 

Field Detail

insertBreakAction

public static final java.lang.String insertBreakAction
Name of the action to place a line/paragraph break into the document. If there is a selection, it is removed before the break is added.
See Also:
InsertBreakAction, #getActions

insertTabAction

public static final java.lang.String insertTabAction
Name of the action to place a tab character into the document. If there is a selection, it is removed before the tab is added.
See Also:
InsertTabAction, #getActions

deletePrevCharAction

public static final java.lang.String deletePrevCharAction
Name of the action to delete the character of content that precedes the current caret position.
See Also:
DeletePrevCharAction, #getActions

deleteNextCharAction

public static final java.lang.String deleteNextCharAction
Name of the action to delete the character of content that follows the current caret position.
See Also:
DeleteNextCharAction, #getActions

cutAction

public static final java.lang.String cutAction
Name of the action to cut the selected region and place the contents into the system clipboard.
See Also:
JTextComponent#cut, #getActions

copyAction

public static final java.lang.String copyAction
Name of the action to copy the selected region and place the contents into the system clipboard.
See Also:
JTextComponent#copy, #getActions

pasteAction

public static final java.lang.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.
See Also:
JTextComponent#paste, #getActions

beepAction

public static final java.lang.String beepAction
Name of the action to create a beep.
See Also:
BeepAction, #getActions

pageUpAction

public static final java.lang.String pageUpAction
Name of the action to page up vertically.
See Also:
PageUpAction, #getActions

pageDownAction

public static final java.lang.String pageDownAction
Name of the action to page down vertically.
See Also:
PageDownAction, #getActions

pageLeftAction

public static final java.lang.String pageLeftAction

pageRightAction

public static final java.lang.String pageRightAction

forwardAction

public static final java.lang.String forwardAction
Name of the Action for moving the caret logically forward one position.
See Also:
NextVisualPositionAction, #getActions

backwardAction

public static final java.lang.String backwardAction
Name of the Action for moving the caret logically backward one position.
See Also:
NextVisualPositionAction, #getActions

selectionForwardAction

public static final java.lang.String selectionForwardAction
Name of the Action for extending the selection by moving the caret logically forward one position.
See Also:
NextVisualPositionAction, #getActions

selectionBackwardAction

public static final java.lang.String selectionBackwardAction
Name of the Action for extending the selection by moving the caret logically backward one position.
See Also:
NextVisualPositionAction, #getActions

upAction

public static final java.lang.String upAction
Name of the Action for moving the caret logically upward one position.
See Also:
NextVisualPositionAction, #getActions

downAction

public static final java.lang.String downAction
Name of the Action for moving the caret logically downward one position.
See Also:
NextVisualPositionAction, #getActions

selectionUpAction

public static final java.lang.String selectionUpAction
Name of the Action for moving the caret logically upward one position, extending the selection.
See Also:
NextVisualPositionAction, #getActions

selectionDownAction

public static final java.lang.String selectionDownAction
Name of the Action for moving the caret logically downward one position, extending the selection.
See Also:
NextVisualPositionAction, #getActions

beginWordAction

public static final java.lang.String beginWordAction
Name of the Action for moving the caret to the begining of a word.
See Also:
BeginAction, #getActions

endWordAction

public static final java.lang.String endWordAction
Name of the Action for moving the caret to the end of a word.
See Also:
EndAction, #getActions

selectionBeginWordAction

public static final java.lang.String selectionBeginWordAction
Name of the Action for moving the caret to the begining of a word, extending the selection.
See Also:
BeginWordAction, #getActions

selectionEndWordAction

public static final java.lang.String selectionEndWordAction
Name of the Action for moving the caret to the end of a word, extending the selection.
See Also:
EndWordAction, #getActions

previousWordAction

public static final java.lang.String previousWordAction
Name of the Action for moving the caret to the begining of the previous word.
See Also:
PreviousWordAction, #getActions

nextWordAction

public static final java.lang.String nextWordAction
Name of the Action for moving the caret to the begining of the next word. to the next of the document.
See Also:
NextWordAction, #getActions

selectionPreviousWordAction

public static final java.lang.String selectionPreviousWordAction
Name of the Action for moving the selection to the begining of the previous word, extending the selection.
See Also:
PreviousWordAction, #getActions

selectionNextWordAction

public static final java.lang.String selectionNextWordAction
Name of the Action for moving the selection to the begining of the next word, extending the selection.
See Also:
NextWordAction, #getActions

beginLineAction

public static final java.lang.String beginLineAction
Name of the Action for moving the caret to the begining of a line.
See Also:
BeginAction, #getActions

endLineAction

public static final java.lang.String endLineAction
Name of the Action for moving the caret to the end of a line.
See Also:
EndAction, #getActions

selectionBeginLineAction

public static final java.lang.String selectionBeginLineAction
Name of the Action for moving the caret to the begining of a line, extending the selection.
See Also:
BeginLineAction, #getActions

selectionEndLineAction

public static final java.lang.String selectionEndLineAction
Name of the Action for moving the caret to the end of a line, extending the selection.
See Also:
EndLineAction, #getActions

beginAction

public static final java.lang.String beginAction
Name of the Action for moving the caret to the begining of the document.
See Also:
BeginAction, #getActions

endAction

public static final java.lang.String endAction
Name of the Action for moving the caret to the end of the document.
See Also:
EndAction, #getActions

selectionBeginAction

public static final java.lang.String selectionBeginAction
Name of the Action for moving the caret to the begining of the document.
See Also:
BeginAction, #getActions

selectionEndAction

public static final java.lang.String selectionEndAction
Name of the Action for moving the caret to the end of the document.
See Also:
EndAction, #getActions

selectWordAction

public static final java.lang.String selectWordAction
Name of the Action for selecting a word around the caret.
See Also:
SelectWordAction, #getActions

selectLineAction

public static final java.lang.String selectLineAction
Name of the Action for selecting a line around the caret.
See Also:
SelectLineAction, #getActions

selectAllAction

public static final java.lang.String selectAllAction
Name of the Action for selecting the entire document
See Also:
SelectAllAction, #getActions

defaultKeyTypedAction

public static final java.lang.String defaultKeyTypedAction
Name of the action that is executed by default if a key typed event is received and there is no keymap entry.
See Also:
DefaultKeyTypedAction, #getActions

topOfScreenAction

public static final java.lang.String topOfScreenAction

bottomOfScreenAction

public static final java.lang.String bottomOfScreenAction

tabKeyAction

public static final java.lang.String tabKeyAction

unTabKeyAction

public static final java.lang.String unTabKeyAction

scrollUpAction

public static final java.lang.String scrollUpAction

scrollDownAction

public static final java.lang.String scrollDownAction

scrollLeftAction

public static final java.lang.String scrollLeftAction

scrollRightAction

public static final java.lang.String scrollRightAction

gotoLineDialogAction

public static final java.lang.String gotoLineDialogAction

matchBraceAction

public static final java.lang.String matchBraceAction

setBookmark0Action

public static final java.lang.String setBookmark0Action

setBookmark1Action

public static final java.lang.String setBookmark1Action

setBookmark2Action

public static final java.lang.String setBookmark2Action

setBookmark3Action

public static final java.lang.String setBookmark3Action

setBookmark4Action

public static final java.lang.String setBookmark4Action

setBookmark5Action

public static final java.lang.String setBookmark5Action

setBookmark6Action

public static final java.lang.String setBookmark6Action

setBookmark7Action

public static final java.lang.String setBookmark7Action

setBookmark8Action

public static final java.lang.String setBookmark8Action

setBookmark9Action

public static final java.lang.String setBookmark9Action

gotoBookmark0Action

public static final java.lang.String gotoBookmark0Action

gotoBookmark1Action

public static final java.lang.String gotoBookmark1Action

gotoBookmark2Action

public static final java.lang.String gotoBookmark2Action

gotoBookmark3Action

public static final java.lang.String gotoBookmark3Action

gotoBookmark4Action

public static final java.lang.String gotoBookmark4Action

gotoBookmark5Action

public static final java.lang.String gotoBookmark5Action

gotoBookmark6Action

public static final java.lang.String gotoBookmark6Action

gotoBookmark7Action

public static final java.lang.String gotoBookmark7Action

gotoBookmark8Action

public static final java.lang.String gotoBookmark8Action

gotoBookmark9Action

public static final java.lang.String gotoBookmark9Action

selectionTopOfScreenAction

public static final java.lang.String selectionTopOfScreenAction

selectionBottomOfScreenAction

public static final java.lang.String selectionBottomOfScreenAction

selectionPageUpAction

public static final java.lang.String selectionPageUpAction

selectionPageDownAction

public static final java.lang.String selectionPageDownAction

toggleInsertModeAction

public static final java.lang.String toggleInsertModeAction

deleteSelectionAction

public static final java.lang.String deleteSelectionAction

deleteLineAction

public static final java.lang.String deleteLineAction

deleteBeginLineAction

public static final java.lang.String deleteBeginLineAction

deleteEndLineAction

public static final java.lang.String deleteEndLineAction

deleteWordAction

public static final java.lang.String deleteWordAction

deleteBeginWordAction

public static final java.lang.String deleteBeginWordAction

indentBlockAction

public static final java.lang.String indentBlockAction

outdentBlockAction

public static final java.lang.String outdentBlockAction

smartIndentAction

public static final java.lang.String smartIndentAction

smartBackspaceAction

public static final java.lang.String smartBackspaceAction

undoAction

public static final java.lang.String undoAction

redoAction

public static final java.lang.String redoAction

upperCaseAction

public static final java.lang.String upperCaseAction

lowerCaseAction

public static final java.lang.String lowerCaseAction

toggleCaseAction

public static final java.lang.String toggleCaseAction

openLineAction

public static final java.lang.String openLineAction

upperCaseWordAction

public static final java.lang.String upperCaseWordAction

lowerCaseWordAction

public static final java.lang.String lowerCaseWordAction

searchDialogAction

public static final java.lang.String searchDialogAction

searchAgainAction

public static final java.lang.String searchAgainAction

replaceDialogAction

public static final java.lang.String replaceDialogAction

incrSearchAction

public static final java.lang.String incrSearchAction

reverseIncrSearchAction

public static final java.lang.String reverseIncrSearchAction

recenterAction

public static final java.lang.String recenterAction

printAction

public static final java.lang.String printAction

stripTrailingSpaceAction

public static final java.lang.String stripTrailingSpaceAction

commentLineAction

public static final java.lang.String commentLineAction

testAction

public static final java.lang.String testAction

previousIndentAction

public static final java.lang.String previousIndentAction

previousTabStopAction

public static final java.lang.String previousTabStopAction