com.borland.primetime.editor
Class VisualStudioActions

java.lang.Object
  |
  +--com.borland.primetime.editor.EditorActions
        |
        +--com.borland.primetime.editor.VisualStudioActions
All Implemented Interfaces:
EditorActionNames, VisualStudioActionNames

public class VisualStudioActions
extends EditorActions
implements VisualStudioActionNames

This is the collection of actions available for Visual Studio mode.


Inner Class Summary
static class VisualStudioActions.VisualStudioDeleteLineAction
          Handle the delete(cut) line command.
static class VisualStudioActions.VisualStudioEscapeAction
          Clear out any special states after the escape key.
static class VisualStudioActions.VisualStudioSelectCharAction
          Start the character selection state.
static class VisualStudioActions.VisualStudioSelectColumnAction
          Start the character selection state.
 
Inner classes inherited from class com.borland.primetime.editor.EditorActions
EditorActions.BackwardAction, EditorActions.BeginAction, EditorActions.BeginLineAction, EditorActions.BeginWordAction, EditorActions.BottomOfScreenAction, EditorActions.ChangeWordCaseAction, EditorActions.ClearBookmarksAction, EditorActions.ClosingCurlyBraceAction, EditorActions.CommentLineAction, EditorActions.CopyAction, EditorActions.CutAction, EditorActions.DefaultKeyTypedAction, EditorActions.DeleteBeginLineAction, EditorActions.DeleteBeginWordAction, EditorActions.DeleteEndLineAction, EditorActions.DeleteLineAction, EditorActions.DeleteNextCharAction, EditorActions.DeletePrevCharAction, EditorActions.DeleteSelectionAction, EditorActions.DeleteWordAction, EditorActions.DownAction, EditorActions.EndAction, EditorActions.EndLineAction, EditorActions.EndWordAction, EditorActions.ForwardAction, EditorActions.GotoBookmarkAction, EditorActions.GotoBookmarkDialogAction, EditorActions.GotoLineDialogAction, EditorActions.IncrementalSearchAction, EditorActions.IndentBlockAction, EditorActions.InsertTabAction, EditorActions.KeymapSwitchAction, EditorActions.LowerCaseAction, EditorActions.MatchBraceAction, EditorActions.NextBookmarkAction, EditorActions.NextVisualPositionAction, EditorActions.NextWordAction, EditorActions.OpenLineAction, EditorActions.OutdentBlockAction, EditorActions.PageDownAction, EditorActions.PageLeftAction, EditorActions.PageRightAction, EditorActions.PageUpAction, EditorActions.PasteAction, EditorActions.PreviousBookmarkAction, EditorActions.PreviousIndentAction, EditorActions.PreviousWordAction, EditorActions.RecenterAction, EditorActions.RedoAction, EditorActions.ReplaceDialogAction, EditorActions.ScrollDownAction, EditorActions.ScrollUpAction, EditorActions.SearchAgainAction, EditorActions.SearchDialogAction, EditorActions.SearchSelectedAction, EditorActions.SelectAllAction, EditorActions.SelectLineAction, EditorActions.SelectWordAction, EditorActions.SetBookmarkAction, EditorActions.SmartBackspaceAction, EditorActions.SmartIndentAction, EditorActions.StripTrailingSpaceAction, EditorActions.TabKeyAction, EditorActions.ToggleBookmarkAction, EditorActions.ToggleCaseAction, EditorActions.ToggleInsertModeAction, EditorActions.TopOfScreenAction, EditorActions.TransposeCharsAction, EditorActions.TransposeLinesAction, EditorActions.TransposeWordsAction, EditorActions.UndoAction, EditorActions.UnTabKeyAction, EditorActions.UpAction, EditorActions.UpperCaseAction
 
Field Summary
static EditorAction ACTION_VisualStudioCutLine
           
static EditorAction ACTION_VisualStudioDeleteLine
           
static EditorAction ACTION_VisualStudioEscape
           
static EditorAction ACTION_VisualStudioSelectChar
           
static EditorAction ACTION_VisualStudioSelectColumn
           
static javax.swing.Action[] customActions
          The array of actions defined in this class.
 
Fields inherited from class com.borland.primetime.editor.EditorActions
ACTION_Backward, ACTION_Begin, ACTION_BeginLine, ACTION_BeginWord, ACTION_BottomOfScreen, ACTION_ClearBookmarks, ACTION_ClosingCurlyBrace, ACTION_CommentLine, ACTION_Copy, ACTION_Cut, ACTION_DefaultKeyTyped, ACTION_DeleteBeginLine, ACTION_DeleteBeginWord, ACTION_DeleteEndLine, ACTION_DeleteLine, ACTION_DeleteNextChar, ACTION_DeletePrevChar, ACTION_DeleteSelection, ACTION_DeleteWord, ACTION_Down, ACTION_End, ACTION_EndLine, ACTION_EndWord, ACTION_Forward, ACTION_GotoBookmark0, ACTION_GotoBookmark1, ACTION_GotoBookmark2, ACTION_GotoBookmark3, ACTION_GotoBookmark4, ACTION_GotoBookmark5, ACTION_GotoBookmark6, ACTION_GotoBookmark7, ACTION_GotoBookmark8, ACTION_GotoBookmark9, ACTION_GotoBookmarkDialog, ACTION_GotoLineDialog, ACTION_IncrementalSearch, ACTION_IndentBlock, ACTION_InsertTab, ACTION_LowerCase, ACTION_LowerCaseWord, ACTION_MatchBrace, ACTION_NextBookmark, ACTION_NextWord, ACTION_OpenLine, ACTION_OutdentBlock, ACTION_PageDown, ACTION_PageLeft, ACTION_PageRight, ACTION_PageUp, ACTION_Paste, ACTION_PreviousBookmark, ACTION_PreviousIndent, ACTION_PreviousTabStop, ACTION_PreviousWord, ACTION_Recenter, ACTION_Redo, ACTION_ReplaceDialog, ACTION_ReverseIncrementalSearch, ACTION_ScrollDown, ACTION_ScrollUp, ACTION_SearchAgain, ACTION_SearchAgainBackward, ACTION_SearchAgainForward, ACTION_SearchAgainInReverse, ACTION_SearchDialog, ACTION_SearchSelectedBackward, ACTION_SearchSelectedForward, ACTION_SelectAll, ACTION_SelectionBackward, ACTION_SelectionBegin, ACTION_SelectionBeginLine, ACTION_SelectionBeginWord, ACTION_SelectionBottomOfScreen, ACTION_SelectionDown, ACTION_SelectionEnd, ACTION_SelectionEndLine, ACTION_SelectionEndWord, ACTION_SelectionForward, ACTION_SelectionMatchBrace, ACTION_SelectionNextWord, ACTION_SelectionPageDown, ACTION_SelectionPageUp, ACTION_SelectionPreviousWord, ACTION_SelectionTopOfScreen, ACTION_SelectionUp, ACTION_SelectLine, ACTION_SelectMultiLine, ACTION_SelectWord, ACTION_SetBookmark0, ACTION_SetBookmark1, ACTION_SetBookmark2, ACTION_SetBookmark3, ACTION_SetBookmark4, ACTION_SetBookmark5, ACTION_SetBookmark6, ACTION_SetBookmark7, ACTION_SetBookmark8, ACTION_SetBookmark9, ACTION_SmartBackspace, ACTION_SmartIndent, ACTION_StripTrailingSpace, ACTION_TabKey, ACTION_ToggleBookmark, ACTION_ToggleCase, ACTION_ToggleInsertMode, ACTION_TopOfScreen, ACTION_TransposeChars, ACTION_TransposeLines, ACTION_TransposeWords, ACTION_Undo, ACTION_UnTabKey, ACTION_Up, ACTION_UpperCase, ACTION_UpperCaseWord
 
Fields inherited from interface com.borland.primetime.editor.VisualStudioActionNames
visualStudioCutLineAction, visualStudioDeleteLineAction, visualStudioEscapeAction, visualStudioSelectCharAction, visualStudioSelectColumnAction
 
Fields inherited from interface com.borland.primetime.editor.EditorActionNames
backwardAction, beepAction, beginAction, beginLineAction, beginWordAction, bottomOfScreenAction, clearBookmarksAction, closingCurlyBraceAction, commentLineAction, copyAction, cutAction, defaultKeyTypedAction, deleteBeginLineAction, deleteBeginWordAction, deleteEndLineAction, deleteLineAction, deleteNextCharAction, deletePrevCharAction, deleteSelectionAction, deleteWordAction, downAction, endAction, endLineAction, endWordAction, forwardAction, gotoBookmark0Action, gotoBookmark1Action, gotoBookmark2Action, gotoBookmark3Action, gotoBookmark4Action, gotoBookmark5Action, gotoBookmark6Action, gotoBookmark7Action, gotoBookmark8Action, gotoBookmark9Action, gotoBookmarkDialogAction, gotoLineDialogAction, incrSearchAction, indentBlockAction, insertBreakAction, insertTabAction, lowerCaseAction, lowerCaseWordAction, matchBraceAction, nextBookmarkAction, nextWordAction, openLineAction, outdentBlockAction, pageDownAction, pageLeftAction, pageRightAction, pageUpAction, pasteAction, previousBookmarkAction, previousIndentAction, previousTabStopAction, previousWordAction, printAction, recenterAction, redoAction, replaceDialogAction, reverseIncrSearchAction, scrollDownAction, scrollLeftAction, scrollRightAction, scrollUpAction, searchAgainAction, searchAgainBackwardAction, searchAgainForwardAction, searchAgainInReverseAction, searchDialogAction, searchSelectedBackwardAction, searchSelectedForwardAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginWordAction, selectionBottomOfScreenAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndWordAction, selectionForwardAction, selectionMatchBraceAction, selectionNextWordAction, selectionPageDownAction, selectionPageUpAction, selectionPreviousWordAction, selectionTopOfScreenAction, selectionUpAction, selectLineAction, selectMultiLineAction, selectWordAction, setBookmark0Action, setBookmark1Action, setBookmark2Action, setBookmark3Action, setBookmark4Action, setBookmark5Action, setBookmark6Action, setBookmark7Action, setBookmark8Action, setBookmark9Action, smartBackspaceAction, smartIndentAction, stripTrailingSpaceAction, tabKeyAction, toggleBookmarkAction, toggleCaseAction, toggleInsertModeAction, topOfScreenAction, transposeCharsAction, transposeLinesAction, transposeWordsAction, undoAction, unTabKeyAction, upAction, upperCaseAction, upperCaseWordAction
 
Constructor Summary
VisualStudioActions()
           
 
Method Summary
static javax.swing.Action[] getActions()
          Get all the default editor actions and also any actions defined in this class.
 
Methods inherited from class com.borland.primetime.editor.EditorActions
addBindableEditorAction, addBindableEditorAction, addBindableIdeAction, addBindableIdeAction, getBindableEditorActions, getBindableIdeActions, isBindableIdeAction, removeBindableEditorAction, removeBindableIdeAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_VisualStudioDeleteLine

public static EditorAction ACTION_VisualStudioDeleteLine

ACTION_VisualStudioCutLine

public static EditorAction ACTION_VisualStudioCutLine

ACTION_VisualStudioEscape

public static EditorAction ACTION_VisualStudioEscape

ACTION_VisualStudioSelectChar

public static EditorAction ACTION_VisualStudioSelectChar

ACTION_VisualStudioSelectColumn

public static EditorAction ACTION_VisualStudioSelectColumn

customActions

public static final javax.swing.Action[] customActions
The array of actions defined in this class. At present, there are no custom actions.
Constructor Detail

VisualStudioActions

public VisualStudioActions()
Method Detail

getActions

public static javax.swing.Action[] getActions()
Get all the default editor actions and also any actions defined in this class. At present, this class doesn't define any actions.
Returns:
an array of actions that were added by the current editor and VisualStudio keybinding.