org.netbeans.modules.editor.lib2/1 1.43.1 10

org.netbeans.api.editor
Class EditorActionNames

java.lang.Object
  extended by org.netbeans.api.editor.EditorActionNames

public final class EditorActionNames
extends Object

Names of common editor actions. Clients can use the names constants e.g. for

Ideally all editor actions' names should be declared here.

Since:
1.13

Field Summary
static String gotoDeclaration
          Goto declaration depending on the context under the caret
static String toggleLineNumbers
          Toggle visibility of line numbers
static String toggleNonPrintableCharacters
          Toggle visibility of non-printable characters.
static String toggleToolbar
          Toggle the visibility of the editor toolbar
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toggleToolbar

public static final String toggleToolbar
Toggle the visibility of the editor toolbar

See Also:
Constant Field Values

toggleLineNumbers

public static final String toggleLineNumbers
Toggle visibility of line numbers

See Also:
Constant Field Values

toggleNonPrintableCharacters

public static final String toggleNonPrintableCharacters
Toggle visibility of non-printable characters.

Since:
1.20
See Also:
Constant Field Values

gotoDeclaration

public static final String gotoDeclaration
Goto declaration depending on the context under the caret

See Also:
Constant Field Values

org.netbeans.modules.editor.lib2/1 1.43.1 10

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.