com.borland.primetime.editor
Class CUAActions

java.lang.Object
  |
  +--com.borland.primetime.editor.EditorActions
        |
        +--com.borland.primetime.editor.CUAActions

public class CUAActions
extends EditorActions

This is the collection of actions available for CUA mode.


Inner Class Summary
static class CUAActions.SetSubKeymapAction
          Sets the editor into a subkeymap mode.
 
Inner classes inherited from class com.borland.primetime.editor.EditorActions
EditorActions.BeginAction, EditorActions.BeginLineAction, EditorActions.BeginWordAction, EditorActions.BottomOfScreenAction, EditorActions.ChangeWordCaseAction, 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.GotoBookmarkAction, EditorActions.GotoLineDialogAction, EditorActions.IncrementalSearchAction, EditorActions.IndentBlockAction, EditorActions.InsertTabAction, EditorActions.KeymapSwitchAction, EditorActions.LowerCaseAction, EditorActions.MatchBraceAction, EditorActions.NextVisualPositionAction, EditorActions.NextWordAction, EditorActions.OpenLineAction, EditorActions.OutdentBlockAction, EditorActions.PageDownAction, EditorActions.PageLeftAction, EditorActions.PageRightAction, EditorActions.PageUpAction, EditorActions.PasteAction, EditorActions.PreviousIndentAction, EditorActions.PreviousWordAction, EditorActions.PrintAction, EditorActions.RecenterAction, EditorActions.RedoAction, EditorActions.ReplaceDialogAction, EditorActions.ScrollDownAction, EditorActions.ScrollUpAction, EditorActions.SearchAgainAction, EditorActions.SearchDialogAction, EditorActions.SelectAllAction, EditorActions.SelectLineAction, EditorActions.SelectWordAction, EditorActions.SetBookmarkAction, EditorActions.SetControlKAction, EditorActions.SmartBackspaceAction, EditorActions.SmartIndentAction, EditorActions.StripTrailingSpaceAction, EditorActions.TabKeyAction, EditorActions.TestAction, EditorActions.ToggleCaseAction, EditorActions.ToggleInsertModeAction, EditorActions.TopOfScreenAction, EditorActions.UndoAction, EditorActions.UnTabKeyAction, EditorActions.UpAction, EditorActions.UpperCaseAction
 
Field Summary
static EditorAction ACTION_SetControlK
           
static EditorAction ACTION_SetControlO
           
static EditorAction ACTION_SetControlQ
           
static javax.swing.Action[] customActions
           
static java.lang.String setControlKAction
           
static java.lang.String setControlOAction
           
static java.lang.String setControlQAction
           
 
Fields inherited from class com.borland.primetime.editor.EditorActions
ACTION_Backward, ACTION_Begin, ACTION_BeginLine, ACTION_BeginWord, ACTION_BottomOfScreen, ACTION_CommentLine, ACTION_Copy, ACTION_Cut, 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_GotoLineDialog, ACTION_IncrementalSearch, ACTION_IndentBlock, ACTION_InsertTab, ACTION_LowerCase, ACTION_LowerCaseWord, ACTION_MatchBrace, ACTION_NextWord, ACTION_OpenLine, ACTION_OutdentBlock, ACTION_PageDown, ACTION_PageLeft, ACTION_PageRight, ACTION_PageUp, ACTION_Paste, ACTION_PreviousIndent, ACTION_PreviousTabStop, ACTION_PreviousWord, ACTION_Print, ACTION_Recenter, ACTION_Redo, ACTION_ReplaceDialog, ACTION_ReverseIncrementalSearch, ACTION_ScrollDown, ACTION_ScrollUp, ACTION_SearchAgain, ACTION_SearchDialog, ACTION_SelectAll, ACTION_SelectionBackward, ACTION_SelectionBegin, ACTION_SelectionBeginLine, ACTION_SelectionBeginWord, ACTION_SelectionBottomOfScreen, ACTION_SelectionDown, ACTION_SelectionEnd, ACTION_SelectionEndLine, ACTION_SelectionEndWord, ACTION_SelectionForward, ACTION_SelectionNextWord, ACTION_SelectionPageDown, ACTION_SelectionPageUp, ACTION_SelectionPreviousWord, ACTION_SelectionTopOfScreen, ACTION_SelectionUp, ACTION_SelectLine, 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_Test, ACTION_ToggleCase, ACTION_ToggleInsertMode, ACTION_TopOfScreen, ACTION_Undo, ACTION_UnTabKey, ACTION_Up, ACTION_UpperCase, ACTION_UpperCaseWord, customActions
 
Constructor Summary
CUAActions()
           
 
Method Summary
static javax.swing.Action[] getActions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

setControlKAction

public static final java.lang.String setControlKAction

setControlOAction

public static final java.lang.String setControlOAction

setControlQAction

public static final java.lang.String setControlQAction

ACTION_SetControlK

public static EditorAction ACTION_SetControlK

ACTION_SetControlO

public static EditorAction ACTION_SetControlO

ACTION_SetControlQ

public static EditorAction ACTION_SetControlQ

customActions

public static final javax.swing.Action[] customActions
Constructor Detail

CUAActions

public CUAActions()
Method Detail

getActions

public static javax.swing.Action[] getActions()