public final class EditorActionNames extends Object
EditorUtilities.getAction(javax.swing.text.EditorKit, java.lang.String).
| Modifier and Type | Field and Description |
|---|---|
static String |
gotoDeclaration
Goto declaration depending on the context 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 |
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 |
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
#zoomInTextAction,
Constant Field Valuespublic 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
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.