public final class EditorActionNames extends Object
EditorUtilities.getAction(javax.swing.text.EditorKit, java.lang.String)
.
Modifier and Type | Field and Description |
---|---|
static String |
addCaretDown
Add a new caret at the line below (at the same column) for all existing carets.
|
static String |
addCaretUp
Add a new caret at the line above (at the same column) for all existing carets.
|
static String |
gotoDeclaration
Goto declaration depending on the context under the caret
|
static String |
gotoNextOccurrence
Navigates to the next occurence of the symbol under the caret.
|
static String |
gotoPrevOccurrence
Navigates to the previous occurence of the symbol under the caret.
|
static String |
moveCodeElementDown
Move entire code elements (statements and class members) down.
|
static String |
moveCodeElementUp
Move entire code elements (statements and class members) up.
|
static String |
organizeImports
Organize import statements to correspond to the specified code style rules
|
static String |
organizeMembers
Organize class members order to correspond to the specified code style rules
|
static String |
removeLastCaret
Remove the last added caret.
|
static String |
removeSurroundingCode
Remove the enclosing parts of a nested statement.
|
static String |
toggleLineNumbers
Toggle visibility of line numbers
|
static String |
toggleNonPrintableCharacters
Toggle visibility of non-printable characters.
|
static String |
toggleRectangularSelection
Toggle between regular text selection and rectangular block selection
when caret selects in a column mode.
|
static String |
toggleToolbar
Toggle the visibility of the editor toolbar
|
static String |
toggleTypingMode
Toggle caret between regular insert mode and overwrite mode.
|
static String |
transposeLetters
Transpose letter at caret offset with the next one (useful when making typo).
|
static String |
zoomTextIn
Zoom text in by increasing default font size.
|
static String |
zoomTextOut
Zoom text out by decreasing default font size.
|
public static final String toggleToolbar
public static final String toggleLineNumbers
public static final String toggleNonPrintableCharacters
public static final String gotoDeclaration
public static final String zoomTextIn
public static final String zoomTextOut
public static final String toggleRectangularSelection
public static final String transposeLetters
public static final String moveCodeElementUp
public static final String moveCodeElementDown
public static final String removeSurroundingCode
public static final String organizeImports
public static final String organizeMembers
public static final String toggleTypingMode
public static final String removeLastCaret
public static final String gotoPrevOccurrence
public static final String gotoNextOccurrence
public static final String addCaretUp
public static final String addCaretDown