| 
 | org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.SettingsNames
org.netbeans.editor.ext.ExtSettingsNames
public class ExtSettingsNames
Names of the extended editor settings.
| Field Summary | |
|---|---|
| static String | ALWAYSTwo levels of performing auto update of Code Completion DB ALWAYS - PD is updated automatically after mounting a new filesystem NEVER - PD is never updated after mounting a new filesystem | 
| static String | CARET_SIMPLE_MATCH_BRACEWhether the fast and simple matching should be used for higlighting the matching brace. | 
| static String | COMPLETION_AUTO_POPUPWhether the code completion window should popup automatically. | 
| static String | COMPLETION_AUTO_POPUP_DELAYThe delay after which the completion window is shown automatically. | 
| static String | COMPLETION_CASE_SENSITIVEWhether the code completion query search will be case sensitive Values: java.lang.Boolean | 
| static String | COMPLETION_INSTANT_SUBSTITUTIONWhether perform instant substitution, if the search result contains only one item Values: java.lang.Boolean | 
| static String | COMPLETION_NATURAL_SORTWhether the code completion sorting will be natural Values: java.lang.Boolean | 
| static String | COMPLETION_PANE_MAX_SIZEThe maximum size of the completion pane component. | 
| static String | COMPLETION_PANE_MIN_SIZEThe minimum size of the completion pane component. | 
| static String | COMPLETION_REFRESH_DELAYThe delay after which the completion window is refreshed. | 
| static String | DIALOG_POPUP_MENU_ACTION_NAME_LISTList of the action names that should be shown in the popup menu when JEditorPane is shown in the dialogs. | 
| static String | FAST_IMPORT_PACKAGEDeprecated. replaced by FAST_IMPORT_SELECTION | 
| static String | FAST_IMPORT_SELECTIONWhether the fast import should offer packages instead of classes Values: java.lang.Integer | 
| static String | HIGHLIGHT_CARET_ROWHighlight the row where the caret currently is. | 
| static String | HIGHLIGHT_CARET_ROW_COLORINGColoring used to highlight the row where the caret resides | 
| static String | HIGHLIGHT_MATCH_BRACEHighlight the matching brace (if the caret currently stands after the brace). | 
| static String | HIGHLIGHT_MATCH_BRACE_COLORINGColoring used to highlight the matching brace | 
| static String | HIGHLIGHT_MATCH_BRACE_DELAYDelay (milliseconds) after which the matching brace will be updated. | 
| static String | INDENT_HOT_CHARS_ACCEPTORAcceptor sensitive to characters that cause that that the current line will be reformatted immediately. | 
| static String | JAVADOC_AUTO_POPUPWhether the javaDoc window should popup automatically. | 
| static String | JAVADOC_AUTO_POPUP_DELAYThe delay after which the javaDoc window is shown automatically. | 
| static String | JAVADOC_BG_COLORBackground color of javaDoc popup window Values: java.awt.Color | 
| static String | JAVADOC_PREFERRED_SIZEThe preferred size of javaDoc popup window Values: java.awt.Dimension | 
| static String | NEVER | 
| static String | POPUP_MENU_ACTION_NAME_LISTList of the action names that should be shown in the popup menu. | 
| static String | POPUP_MENU_ENABLEDWhether popup menu will be displayed on mouse right-click or not. | 
| static String | REINDENT_WITH_TEXT_BEFOREWhether lines should be indented on an indent hot key if there is non whitespace before the typed hot key. | 
| static String | SHOW_DEPRECATED_MEMBERSWhether show deprecated members in code completion popup window Values: java.lang.Boolean | 
| Constructor Summary | |
|---|---|
| ExtSettingsNames() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String POPUP_MENU_ACTION_NAME_LIST
public static final String DIALOG_POPUP_MENU_ACTION_NAME_LIST
public static final String POPUP_MENU_ENABLED
public static final String HIGHLIGHT_CARET_ROW
public static final String HIGHLIGHT_MATCH_BRACE
public static final String HIGHLIGHT_CARET_ROW_COLORING
public static final String HIGHLIGHT_MATCH_BRACE_COLORING
public static final String HIGHLIGHT_MATCH_BRACE_DELAY
public static final String CARET_SIMPLE_MATCH_BRACE
public static final String COMPLETION_AUTO_POPUP
public static final String COMPLETION_CASE_SENSITIVE
public static final String COMPLETION_NATURAL_SORT
public static final String COMPLETION_INSTANT_SUBSTITUTION
public static final String COMPLETION_AUTO_POPUP_DELAY
public static final String COMPLETION_REFRESH_DELAY
public static final String COMPLETION_PANE_MIN_SIZE
public static final String COMPLETION_PANE_MAX_SIZE
public static final String INDENT_HOT_CHARS_ACCEPTOR
public static final String REINDENT_WITH_TEXT_BEFORE
public static final String FAST_IMPORT_SELECTION
public static final String FAST_IMPORT_PACKAGE
public static final String JAVADOC_BG_COLOR
public static final String JAVADOC_AUTO_POPUP_DELAY
public static final String JAVADOC_PREFERRED_SIZE
public static final String JAVADOC_AUTO_POPUP
public static final String SHOW_DEPRECATED_MEMBERS
public static final String ALWAYS
public static final String NEVER
| Constructor Detail | 
|---|
public ExtSettingsNames()
| 
 | org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||