|
org.netbeans.modules.editor.lib2/1 1.60.0 31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.editor.EditorActionNames
public final class EditorActionNames
Names of common editor actions. Clients can use the names constants e.g. for
EditorUtilities.getAction(javax.swing.text.EditorKit, java.lang.String).
| Field Summary | |
|---|---|
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 |
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. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
|
org.netbeans.modules.editor.lib2/1 1.60.0 31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||