org.netbeans.modules.editor.settings/1 1.36.1

org.netbeans.api.editor.settings
Class FontColorNames

java.lang.Object
  extended by org.netbeans.api.editor.settings.FontColorNames

public final class FontColorNames
extends Object

Fonts and Colors settings names


Field Summary
static String BLOCK_SEARCH_COLORING
          Coloring used for block search
static String CARET_COLOR_INSERT_MODE
          Coloring used for the caret in the insert mode
static String CARET_COLOR_OVERWRITE_MODE
          Coloring used for the caret in the overwrite mode
static String CARET_ROW_COLORING
          Coloring used to highlight the row where the caret resides
static String CODE_FOLDING_BAR_COLORING
          Coloring that will be used for code folding side bar
static String CODE_FOLDING_COLORING
          Coloring that will be used for code folding icons displayed in editor
static String DEFAULT_COLORING
          Default coloring for the drawing.
static String DOCUMENTATION_POPUP_COLORING
          Coloring for the documentation popup window, eg.
static String GUARDED_COLORING
          Coloring used for guarded blocks
static String HIGHLIGHT_SEARCH_COLORING
          Coloring used for highlight search
static String INC_SEARCH_COLORING
          Coloring used for incremental search
static String LINE_NUMBER_COLORING
          Coloring that will be used for line numbers displayed on the left side on the screen.
static String SELECTION_COLORING
          Coloring used for selection
static String STATUS_BAR_BOLD_COLORING
          Coloring used to mark important text in the status bar
static String STATUS_BAR_COLORING
          Coloring used for the status bar
static String TEXT_LIMIT_LINE_COLORING
          Coloring used for drawing the text limit line (eg.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLORING

public static final String DEFAULT_COLORING
Default coloring for the drawing.

See Also:
Constant Field Values

LINE_NUMBER_COLORING

public static final String LINE_NUMBER_COLORING
Coloring that will be used for line numbers displayed on the left side on the screen.

See Also:
Constant Field Values

GUARDED_COLORING

public static final String GUARDED_COLORING
Coloring used for guarded blocks

See Also:
Constant Field Values

CODE_FOLDING_COLORING

public static final String CODE_FOLDING_COLORING
Coloring that will be used for code folding icons displayed in editor

See Also:
Constant Field Values

CODE_FOLDING_BAR_COLORING

public static final String CODE_FOLDING_BAR_COLORING
Coloring that will be used for code folding side bar

See Also:
Constant Field Values

SELECTION_COLORING

public static final String SELECTION_COLORING
Coloring used for selection

See Also:
Constant Field Values

HIGHLIGHT_SEARCH_COLORING

public static final String HIGHLIGHT_SEARCH_COLORING
Coloring used for highlight search

See Also:
Constant Field Values

INC_SEARCH_COLORING

public static final String INC_SEARCH_COLORING
Coloring used for incremental search

See Also:
Constant Field Values

BLOCK_SEARCH_COLORING

public static final String BLOCK_SEARCH_COLORING
Coloring used for block search

See Also:
Constant Field Values

STATUS_BAR_COLORING

public static final String STATUS_BAR_COLORING
Coloring used for the status bar

See Also:
Constant Field Values

STATUS_BAR_BOLD_COLORING

public static final String STATUS_BAR_BOLD_COLORING
Coloring used to mark important text in the status bar

See Also:
Constant Field Values

CARET_ROW_COLORING

public static final String CARET_ROW_COLORING
Coloring used to highlight the row where the caret resides

See Also:
Constant Field Values

TEXT_LIMIT_LINE_COLORING

public static final String TEXT_LIMIT_LINE_COLORING
Coloring used for drawing the text limit line (eg. 80 chars boundary).

Since:
1.15
See Also:
Constant Field Values

CARET_COLOR_INSERT_MODE

public static final String CARET_COLOR_INSERT_MODE
Coloring used for the caret in the insert mode

See Also:
Constant Field Values

CARET_COLOR_OVERWRITE_MODE

public static final String CARET_COLOR_OVERWRITE_MODE
Coloring used for the caret in the overwrite mode

See Also:
Constant Field Values

DOCUMENTATION_POPUP_COLORING

public static final String DOCUMENTATION_POPUP_COLORING
Coloring for the documentation popup window, eg. javadoc popup in code completion.

See Also:
Constant Field Values

org.netbeans.modules.editor.settings/1 1.36.1

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