- 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.FontColorNames
-
Coloring used for the caret in the insert mode
- CARET_COLOR_INSERT_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
- CARET_COLOR_OVERWRITE_MODE - Static variable in class org.netbeans.api.editor.settings.FontColorNames
-
Coloring used for the caret in the overwrite mode
- CARET_COLOR_OVERWRITE_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
- 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
-
The type of the editor caret in the insert mode.
- CARET_TYPE_OVERWRITE_MODE - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
The type of the editor caret in the overwrite 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_COLLAPSE_IMPORT - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Collapse imports or includes section.
- CODE_FOLDING_COLLAPSE_INITIAL_COMMENT - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Collapse initial comment.
- CODE_FOLDING_COLLAPSE_INNERCLASS - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Collapse inner classes.
- CODE_FOLDING_COLLAPSE_JAVADOC - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Collapse documentation (eg.
- CODE_FOLDING_COLLAPSE_METHOD - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Collapse method bodies.
- CODE_FOLDING_COLLAPSE_TAGS - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Collapse tags or other non java code blocks.
- 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
-
The definition of a code template.
- CodeTemplateDescription(String, String, String) - Constructor for class org.netbeans.api.editor.settings.CodeTemplateDescription
-
Creates a new code template description.
- CodeTemplateDescription(String, String, String, List<String>, String) - Constructor for class org.netbeans.api.editor.settings.CodeTemplateDescription
-
Creates a new code template description.
- CodeTemplateDescription(String, String, String, List<String>, String, String) - Constructor for class org.netbeans.api.editor.settings.CodeTemplateDescription
-
Creates a new code template description.
- CodeTemplateSettings - Class in org.netbeans.api.editor.settings
-
The list of code templates available for particular mime paths.
- 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_PAIR_CHARACTERS - Static variable in class org.netbeans.api.editor.settings.SimpleValueNames
-
Whether to complete pair characters such as [], (), {}, '' and tags
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
AttributeSet
s 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 AttributeSet
s
passed into this method.