Package ca.cgjennings.ui.textedit
Class EditorAction
- java.lang.Object
-
- ca.cgjennings.ui.textedit.EditorAction
-
public final class EditorAction extends java.lang.Object
Common editor action identifiers.- Since:
- 3.4
- Author:
- Chris Jennings
- See Also:
CodeEditorBase.performAction(java.lang.String)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
collapseAllFolds
static java.lang.String
collapseCommentFolds
static java.lang.String
collapseFold
static java.lang.String
completeCode
static java.lang.String
expandAllFolds
static java.lang.String
expandFold
static java.lang.String
goToMatchingBracket
static java.lang.String
goToNextOccurrence
static java.lang.String
goToPrevOccurrence
static java.lang.String
invertCase
static java.lang.String
joinLines
static java.lang.String
lowerCase
static java.lang.String
moveDown
static java.lang.String
moveUp
static java.lang.String
timeAndDate
static java.lang.String
toggleComment
static java.lang.String
toggleFold
static java.lang.String
upperCase
-
-
-
Field Detail
-
completeCode
public static final java.lang.String completeCode
- See Also:
- Constant Field Values
-
moveUp
public static final java.lang.String moveUp
- See Also:
- Constant Field Values
-
moveDown
public static final java.lang.String moveDown
- See Also:
- Constant Field Values
-
toggleFold
public static final java.lang.String toggleFold
- See Also:
- Constant Field Values
-
expandFold
public static final java.lang.String expandFold
- See Also:
- Constant Field Values
-
expandAllFolds
public static final java.lang.String expandAllFolds
- See Also:
- Constant Field Values
-
collapseFold
public static final java.lang.String collapseFold
- See Also:
- Constant Field Values
-
collapseAllFolds
public static final java.lang.String collapseAllFolds
- See Also:
- Constant Field Values
-
collapseCommentFolds
public static final java.lang.String collapseCommentFolds
- See Also:
- Constant Field Values
-
goToMatchingBracket
public static final java.lang.String goToMatchingBracket
- See Also:
- Constant Field Values
-
goToNextOccurrence
public static final java.lang.String goToNextOccurrence
- See Also:
- Constant Field Values
-
goToPrevOccurrence
public static final java.lang.String goToPrevOccurrence
- See Also:
- Constant Field Values
-
toggleComment
public static final java.lang.String toggleComment
- See Also:
- Constant Field Values
-
joinLines
public static final java.lang.String joinLines
- See Also:
- Constant Field Values
-
invertCase
public static final java.lang.String invertCase
- See Also:
- Constant Field Values
-
lowerCase
public static final java.lang.String lowerCase
- See Also:
- Constant Field Values
-
upperCase
public static final java.lang.String upperCase
- See Also:
- Constant Field Values
-
timeAndDate
public static final java.lang.String timeAndDate
- See Also:
- Constant Field Values
-
-