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

org.netbeans.api.editor.settings
Class SimpleValueNames

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

public final class SimpleValueNames
extends Object

The names of SimpleValuesSettings.


Field Summary
static String ALT_HYPERLINK_ACTIVATION_MODIFIERS
          Modifiers for which the alternative hyperlinks should be enabled.
static String CARET_BLINK_RATE
          Caret blink rate in milliseconds.
static String CARET_COLOR_INSERT_MODE
          Deprecated. Use FontColorNames#CARET_INSERT_MODE_COLORING.
static String CARET_COLOR_OVERWRITE_MODE
          Deprecated. Use FontColorNames#CARET_OVERWRITE_MODE_COLORING.
static String CARET_ITALIC_INSERT_MODE
          If true, the insert mode caret will be italicized if the underlying font is italic.
static String CARET_ITALIC_OVERWRITE_MODE
          If true, the overwrite mode caret will be italicized if the underlying font is italic.
static String CARET_TYPE_INSERT_MODE
          The type of the editor caret in the insert mode.
static String CARET_TYPE_OVERWRITE_MODE
          The type of the editor caret in the overwrite mode.
static String CODE_FOLDING_COLLAPSE_IMPORT
          Collapse imports or includes section.
static String CODE_FOLDING_COLLAPSE_INITIAL_COMMENT
          Collapse initial comment.
static String CODE_FOLDING_COLLAPSE_INNERCLASS
          Collapse inner classes.
static String CODE_FOLDING_COLLAPSE_JAVADOC
          Collapse documentation (eg.
static String CODE_FOLDING_COLLAPSE_METHOD
          Collapse method bodies.
static String CODE_FOLDING_COLLAPSE_TAGS
          Collapse tags or other non java code blocks.
static String CODE_FOLDING_ENABLE
          Enable/Disable code folding Values: java.lang.Boolean instances
static String COMPLETION_AUTO_POPUP
          Whether the code completion window should popup automatically.
static String COMPLETION_AUTO_POPUP_DELAY
          The delay after which the completion window is shown automatically.
static String COMPLETION_CASE_SENSITIVE
          Whether the code completion query search will be case sensitive Values: java.lang.Boolean
static String COMPLETION_INSTANT_SUBSTITUTION
          Whether perform instant substitution, if the search result contains only one item Values: java.lang.Boolean
static String COMPLETION_NATURAL_SORT
          Whether the code completion sorting will be natural Values: java.lang.Boolean
static String COMPLETION_PAIR_CHARACTERS
          Whether to complete pair characters such as [], (), {}, '' and tags Values: java.lang.Boolean
static String COMPLETION_PANE_MAX_SIZE
          The maximum size of the completion pane component.
static String COMPLETION_PANE_MIN_SIZE
          The minimum size of the completion pane component.
static String EXPAND_TABS
          Whether expand typed tabs to spaces.
static String HIGHLIGHT_CARET_ROW
          Highlight the row where the caret currently is.
static String HIGHLIGHT_MATCH_BRACE
          Highlight the matching brace (if the caret currently stands after the brace).
static String HYPERLINK_ACTIVATION_MODIFIERS
          Modifiers for which the hyperlinks should be enabled.
static String INDENT_SHIFT_WIDTH
          Shift-width says how many spaces should the formatter use to indent the more inner level of code.
static String JAVADOC_AUTO_POPUP
          Whether the javaDoc window should popup automatically.
static String JAVADOC_AUTO_POPUP_DELAY
          The delay after which the javaDoc window is shown automatically.
static String JAVADOC_BG_COLOR
          Deprecated. Use FontColorNames#DOCUMENTATION_POPUP_COLORING
static String JAVADOC_POPUP_NEXT_TO_CC
          Whether javadoc popup should be displayed to the right of CC popup
static String JAVADOC_PREFERRED_SIZE
          The preferred size of javaDoc popup window Values: java.awt.Dimension
static String LINE_HEIGHT_CORRECTION
          Float constant by which the height of the character obtained from the font is multiplied.
static String LINE_NUMBER_VISIBLE
          Whether to display line numbers on the left part of the screen.
static String MARGIN
          Margin for the editor component Values: java.awt.Insets instances
static String NON_PRINTABLE_CHARACTERS_VISIBLE
          Whether to display non-printable characters (eg.
static String ON_SAVE_REMOVE_TRAILING_WHITESPACE
          Determines whether to remove trailing whitespace when saving files and how exactly to do that.
static String POPUP_MENU_ENABLED
          Whether popup menu will be displayed on mouse right-click or not.
static String SCROLL_FIND_INSETS
          How much space must be reserved in each direction for the find operation.
static String SCROLL_JUMP_INSETS
          How much should the view jump when scrolling goes off the screen.
static String SHOW_DEPRECATED_MEMBERS
          Whether show deprecated members in code completion popup window Values: java.lang.Boolean
static String SPACES_PER_TAB
          How many spaces substitute per one typed tab.
static String STATUS_BAR_CARET_DELAY
          Delay for updating information about caret in the status bar.
static String STATUS_BAR_VISIBLE
          Whether status bar should be visible or not.
static String TAB_SIZE
          Number of spaces to draw when the '\t' character is found in the text.
static String TEXT_LEFT_MARGIN_WIDTH
          Width of the margin on the left side of the text just after the line-number bar.
static String TEXT_LIMIT_LINE_COLOR
          Deprecated. Use FontColorNames#TEXT_LIMIT_LINE_COLORING
static String TEXT_LIMIT_LINE_VISIBLE
          Whether the line displaying the text limit should be displayed.
static String TEXT_LIMIT_WIDTH
          After how many characters the text limit line should be displayed.
static String TEXT_LINE_WRAP
          Determines if and what kind of line wrapping algorithm should be used in the editor.
static String THICK_CARET_WIDTH
          Width of caret when thick-line-caret is selected Values: java.lang.Integer instances
static String TOOLBAR_VISIBLE_PROP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB_SIZE

public static final String TAB_SIZE
Number of spaces to draw when the '\t' character is found in the text. Better said when the drawing-engine finds a '\t' character it computes the next multiple of TAB_SIZE and continues drawing from that position. Values: java.lang.Integer instances

See Also:
Constant Field Values

EXPAND_TABS

public static final String EXPAND_TABS
Whether expand typed tabs to spaces. The number of spaces to substitute per one typed tab is determined by SPACES_PER_TAB setting. Values: java.lang.Boolean instances

See Also:
Constant Field Values

SPACES_PER_TAB

public static final String SPACES_PER_TAB
How many spaces substitute per one typed tab. This parameter has effect only when EXPAND_TABS setting is set to true. This parameter has no influence on how the existing tabs are displayed. Values: java.lang.Integer instances

See Also:
Constant Field Values

INDENT_SHIFT_WIDTH

public static final String INDENT_SHIFT_WIDTH
Shift-width says how many spaces should the formatter use to indent the more inner level of code. This setting is independent of TAB_SIZE and SPACES_PER_TAB. Values: java.lang.Integer instances

See Also:
Constant Field Values

CARET_TYPE_INSERT_MODE

public static final String CARET_TYPE_INSERT_MODE
The type of the editor caret in the insert mode.

The available types are:

Values: java.lang.String instances

See Also:
org.netbeans.editor.BaseCaret, Constant Field Values

CARET_TYPE_OVERWRITE_MODE

public static final String CARET_TYPE_OVERWRITE_MODE
The type of the editor caret in the overwrite mode.

The available types are:

Values: java.lang.String instances

See Also:
org.netbeans.editor.BaseCaret, Constant Field Values

THICK_CARET_WIDTH

public static final String THICK_CARET_WIDTH
Width of caret when thick-line-caret is selected Values: java.lang.Integer instances

Since:
1.21
See Also:
Constant Field Values

CARET_ITALIC_INSERT_MODE

public static final String CARET_ITALIC_INSERT_MODE
If true, the insert mode caret will be italicized if the underlying font is italic. Values: java.lang.Boolean instances

See Also:
Constant Field Values

CARET_ITALIC_OVERWRITE_MODE

public static final String CARET_ITALIC_OVERWRITE_MODE
If true, the overwrite mode caret will be italicized if the underlying font is italic. Values: java.lang.Boolean instances

See Also:
Constant Field Values

CARET_COLOR_INSERT_MODE

@Deprecated
public static final String CARET_COLOR_INSERT_MODE
Deprecated. Use FontColorNames#CARET_INSERT_MODE_COLORING.
Caret color for insert mode. Values: java.awt.Color instances

See Also:
Constant Field Values

CARET_COLOR_OVERWRITE_MODE

@Deprecated
public static final String CARET_COLOR_OVERWRITE_MODE
Deprecated. Use FontColorNames#CARET_OVERWRITE_MODE_COLORING.
Caret color for overwrite mode. Values: java.awt.Color instances

See Also:
Constant Field Values

CARET_BLINK_RATE

public static final String CARET_BLINK_RATE
Caret blink rate in milliseconds. Values: java.lang.Integer

See Also:
Constant Field Values

LINE_NUMBER_VISIBLE

public static final String LINE_NUMBER_VISIBLE
Whether to display line numbers on the left part of the screen. Values: java.lang.Boolean instances

See Also:
Constant Field Values

SCROLL_JUMP_INSETS

public static final String SCROLL_JUMP_INSETS
How much should the view jump when scrolling goes off the screen. Insets are used so that it can be specified for each direction specifically. Each inset value can be positive or negative. The positive value means the number of lines for the top and the bottom and the number of characters for the left and the right. The negative value means percentage of the editor component height for the top and the bottom and percentage of the editor component width for the left and the right. Values: java.awt.Insets instances

See Also:
Constant Field Values

SCROLL_FIND_INSETS

public static final String SCROLL_FIND_INSETS
How much space must be reserved in each direction for the find operation. It's here to ensure the found information will be visible in some context around it. Insets are used so that it can be specified for each direction specifically. Each inset value can be positive or negative. The positive value means the number of lines for the top and the bottom and the number of characters for the left and the right. The negative value means percentage of the editor component height for the top and the bottom and percentage of the editor component width for the left and the right. Values: java.awt.Insets instances

See Also:
Constant Field Values

MARGIN

public static final String MARGIN
Margin for the editor component Values: java.awt.Insets instances

See Also:
Constant Field Values

TEXT_LEFT_MARGIN_WIDTH

public static final String TEXT_LEFT_MARGIN_WIDTH
Width of the margin on the left side of the text just after the line-number bar. Values: java.awt.Integer instances

See Also:
Constant Field Values

LINE_HEIGHT_CORRECTION

public static final String LINE_HEIGHT_CORRECTION
Float constant by which the height of the character obtained from the font is multiplied. It defaults to 1. Values: java.lang.Float instances

See Also:
Constant Field Values

STATUS_BAR_VISIBLE

public static final String STATUS_BAR_VISIBLE
Whether status bar should be visible or not. Values: java.lang.Boolean instances

See Also:
Constant Field Values

STATUS_BAR_CARET_DELAY

public static final String STATUS_BAR_CARET_DELAY
Delay for updating information about caret in the status bar. Values: java.lang.Integer instances

See Also:
Constant Field Values

TEXT_LIMIT_LINE_VISIBLE

public static final String TEXT_LIMIT_LINE_VISIBLE
Whether the line displaying the text limit should be displayed. Values: java.lang.Boolean instances

See Also:
Constant Field Values

TEXT_LIMIT_LINE_COLOR

@Deprecated
public static final String TEXT_LIMIT_LINE_COLOR
Deprecated. Use FontColorNames#TEXT_LIMIT_LINE_COLORING
Which color should be used for the line showing the text limit. Values: java.awt.Color instances

See Also:
Constant Field Values

TEXT_LIMIT_WIDTH

public static final String TEXT_LIMIT_WIDTH
After how many characters the text limit line should be displayed. Values: java.awt.Integer instances

See Also:
Constant Field Values

TEXT_LINE_WRAP

public static final String TEXT_LINE_WRAP
Determines if and what kind of line wrapping algorithm should be used in the editor. Values: java.lang.String instances

Since:
1.29
See Also:
Constant Field Values

CODE_FOLDING_ENABLE

public static final String CODE_FOLDING_ENABLE
Enable/Disable code folding Values: java.lang.Boolean instances

See Also:
Constant Field Values

CODE_FOLDING_COLLAPSE_INITIAL_COMMENT

public static final String CODE_FOLDING_COLLAPSE_INITIAL_COMMENT
Collapse initial comment.

Since:
1.19
See Also:
Constant Field Values

CODE_FOLDING_COLLAPSE_METHOD

public static final String CODE_FOLDING_COLLAPSE_METHOD
Collapse method bodies.

Since:
1.19
See Also:
Constant Field Values

CODE_FOLDING_COLLAPSE_INNERCLASS

public static final String CODE_FOLDING_COLLAPSE_INNERCLASS
Collapse inner classes.

Since:
1.19
See Also:
Constant Field Values

CODE_FOLDING_COLLAPSE_IMPORT

public static final String CODE_FOLDING_COLLAPSE_IMPORT
Collapse imports or includes section.

Since:
1.19
See Also:
Constant Field Values

CODE_FOLDING_COLLAPSE_JAVADOC

public static final String CODE_FOLDING_COLLAPSE_JAVADOC
Collapse documentation (eg. javadoc).

Since:
1.19
See Also:
Constant Field Values

CODE_FOLDING_COLLAPSE_TAGS

public static final String CODE_FOLDING_COLLAPSE_TAGS
Collapse tags or other non java code blocks.

Since:
1.19
See Also:
Constant Field Values

HIGHLIGHT_CARET_ROW

public static final String HIGHLIGHT_CARET_ROW
Highlight the row where the caret currently is. The ExtCaret must be used. Values: java.lang.Boolean

See Also:
Constant Field Values

HIGHLIGHT_MATCH_BRACE

public static final String HIGHLIGHT_MATCH_BRACE
Highlight the matching brace (if the caret currently stands after the brace). The ExtCaret must be used. Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_AUTO_POPUP

public static final String COMPLETION_AUTO_POPUP
Whether the code completion window should popup automatically. Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_CASE_SENSITIVE

public static final String COMPLETION_CASE_SENSITIVE
Whether the code completion query search will be case sensitive Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_NATURAL_SORT

public static final String COMPLETION_NATURAL_SORT
Whether the code completion sorting will be natural Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_INSTANT_SUBSTITUTION

public static final String COMPLETION_INSTANT_SUBSTITUTION
Whether perform instant substitution, if the search result contains only one item Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_AUTO_POPUP_DELAY

public static final String COMPLETION_AUTO_POPUP_DELAY
The delay after which the completion window is shown automatically. Values: java.lang.Integer

See Also:
Constant Field Values

COMPLETION_PANE_MIN_SIZE

public static final String COMPLETION_PANE_MIN_SIZE
The minimum size of the completion pane component. Values: java.awt.Dimension

See Also:
Constant Field Values

COMPLETION_PANE_MAX_SIZE

public static final String COMPLETION_PANE_MAX_SIZE
The maximum size of the completion pane component. Values: java.awt.Dimension

See Also:
Constant Field Values

COMPLETION_PAIR_CHARACTERS

public static final String COMPLETION_PAIR_CHARACTERS
Whether to complete pair characters such as [], (), {}, '' and tags Values: java.lang.Boolean

Since:
1.18
See Also:
Constant Field Values

JAVADOC_BG_COLOR

@Deprecated
public static final String JAVADOC_BG_COLOR
Deprecated. Use FontColorNames#DOCUMENTATION_POPUP_COLORING
Background color of javaDoc popup window Values: java.awt.Color

See Also:
Constant Field Values

JAVADOC_AUTO_POPUP_DELAY

public static final String JAVADOC_AUTO_POPUP_DELAY
The delay after which the javaDoc window is shown automatically. Values: java.lang.Integer

See Also:
Constant Field Values

JAVADOC_PREFERRED_SIZE

public static final String JAVADOC_PREFERRED_SIZE
The preferred size of javaDoc popup window Values: java.awt.Dimension

See Also:
Constant Field Values

JAVADOC_AUTO_POPUP

public static final String JAVADOC_AUTO_POPUP
Whether the javaDoc window should popup automatically. Values: java.lang.Boolean

See Also:
Constant Field Values

SHOW_DEPRECATED_MEMBERS

public static final String SHOW_DEPRECATED_MEMBERS
Whether show deprecated members in code completion popup window Values: java.lang.Boolean

See Also:
Constant Field Values

HYPERLINK_ACTIVATION_MODIFIERS

public static final String HYPERLINK_ACTIVATION_MODIFIERS
Modifiers for which the hyperlinks should be enabled.

Since:
1.15
See Also:
Constant Field Values

ALT_HYPERLINK_ACTIVATION_MODIFIERS

public static final String ALT_HYPERLINK_ACTIVATION_MODIFIERS
Modifiers for which the alternative hyperlinks should be enabled.

Since:
1.24
See Also:
Constant Field Values

POPUP_MENU_ENABLED

public static final String POPUP_MENU_ENABLED
Whether popup menu will be displayed on mouse right-click or not. It's set to true by default. Values: java.lang.Boolean

Since:
1.15
See Also:
Constant Field Values

TOOLBAR_VISIBLE_PROP

public static final String TOOLBAR_VISIBLE_PROP
Since:
1.15
See Also:
Constant Field Values

JAVADOC_POPUP_NEXT_TO_CC

public static final String JAVADOC_POPUP_NEXT_TO_CC
Whether javadoc popup should be displayed to the right of CC popup

Since:
1.22
See Also:
Constant Field Values

NON_PRINTABLE_CHARACTERS_VISIBLE

public static final String NON_PRINTABLE_CHARACTERS_VISIBLE
Whether to display non-printable characters (eg. space, tab and new-line). Values: java.lang.Boolean instances

Since:
1.30
See Also:
Constant Field Values

ON_SAVE_REMOVE_TRAILING_WHITESPACE

public static final String ON_SAVE_REMOVE_TRAILING_WHITESPACE
Determines whether to remove trailing whitespace when saving files and how exactly to do that. Values: java.lang.String instances

Since:
1.33
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.