站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

C-Index (Editor Settings) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.settings/1 1.9
A B C D E F G H I J K L M O P S T W

C

CARET_BLINK_RATE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Caret blink rate in milliseconds.
CARET_COLOR_INSERT_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Caret color for insert mode.
CARET_COLOR_OVERWRITE_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Caret color for overwrite mode.
CARET_ITALIC_INSERT_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
If true, the insert mode caret will be italicized if the underlying font is italic.
CARET_ITALIC_OVERWRITE_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
If true, the overwrite mode caret will be italicized if the underlying font is italic.
CARET_ROW_COLORING - Static variable in class org.netbeans.api.editor.settings.FontColorNames
Coloring used to highlight the row where the caret resides
CARET_TYPE_INSERT_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Type of caret for insert mode.
CARET_TYPE_OVERWRITE_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Type of caret for over write mode.
CODE_FOLDING_BAR_COLORING - Static variable in class org.netbeans.api.editor.settings.FontColorNames
Coloring that will be used for code folding side bar
CODE_FOLDING_COLORING - Static variable in class org.netbeans.api.editor.settings.FontColorNames
Coloring that will be used for code folding icons displayed in editor
CODE_FOLDING_ENABLE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Enable/Disable code folding Values: java.lang.Boolean instances
CodeTemplateDescription - Class in org.netbeans.api.editor.settings
Description of the code template includes abbreviation name, description and parametrized text.
CodeTemplateDescription(String, String, String) - Constructor for class org.netbeans.api.editor.settings.CodeTemplateDescription
Construct code template description.
CodeTemplateDescription(String, String, String, List<String>) - Constructor for class org.netbeans.api.editor.settings.CodeTemplateDescription
 
CodeTemplateSettings - Class in org.netbeans.api.editor.settings
The list of available templates.
CodeTemplateSettings() - Constructor for class org.netbeans.api.editor.settings.CodeTemplateSettings
Construction prohibited for API clients.
COMPLETION_AUTO_POPUP - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Whether the code completion window should popup automatically.
COMPLETION_AUTO_POPUP_DELAY - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
The delay after which the completion window is shown automatically.
COMPLETION_CASE_SENSITIVE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Whether the code completion query search will be case sensitive Values: java.lang.Boolean
COMPLETION_INSTANT_SUBSTITUTION - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Whether perform instant substitution, if the search result contains only one item Values: java.lang.Boolean
COMPLETION_NATURAL_SORT - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
Whether the code completion sorting will be natural Values: java.lang.Boolean
COMPLETION_PANE_MAX_SIZE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
The maximum size of the completion pane component.
COMPLETION_PANE_MIN_SIZE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
The minimum size of the completion pane component.
createComposite(AttributeSet...) - Static method in class org.netbeans.api.editor.settings.AttributesUtilities
Creates a proxy AttributeSet that will delegate to the AttributeSets passed in as a parameter.
createImmutable(Object...) - Static method in class org.netbeans.api.editor.settings.AttributesUtilities
Creates an immutable AttributeSet, which will contain the keyValuePairs attributes.
createImmutable(AttributeSet...) - Static method in class org.netbeans.api.editor.settings.AttributesUtilities
Creates an immutable AttributeSet as a copy of AttributeSets passed into this method.

org.netbeans.modules.editor.settings/1 1.9
A B C D E F G H I J K L M O P S T W
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.