Java Doc for ExtSettingsNames.java in  » Swing-Library » abeille-forms-designer » org » netbeans » editor » ext » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » abeille forms designer » org.netbeans.editor.ext 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.editor.SettingsNames
      org.netbeans.editor.ext.ExtSettingsNames

All known Subclasses:   org.netbeans.editor.ext.java.JavaSettingsNames,
ExtSettingsNames
public class ExtSettingsNames extends SettingsNames (Code)
Names of the extended editor settings.
author:
   Miloslav Metelka
version:
   1.00


Field Summary
final public static  StringCARET_SIMPLE_MATCH_BRACE
     Whether the fast and simple matching should be used for higlighting the matching brace.
final public static  StringCOMPLETION_AUTO_POPUP
     Whether the code completion window should popup automatically.
final public static  StringCOMPLETION_AUTO_POPUP_DELAY
     The delay after which the completion window is shown automatically.
final public static  StringCOMPLETION_PANE_MAX_SIZE
     The maximum size of the completion pane component.
final public static  StringCOMPLETION_PANE_MIN_SIZE
     The minimum size of the completion pane component.
final public static  StringCOMPLETION_REFRESH_DELAY
     The delay after which the completion window is refreshed.
final public static  StringDIALOG_POPUP_MENU_ACTION_NAME_LIST
     List of the action names that should be shown in the popup menu when JEditorPane is shown in the dialogs.
final public static  StringDISPLAY_GO_TO_CLASS_INFO
    
final public static  StringHIGHLIGHT_CARET_ROW
     Highlight the row where the caret currently is.
final public static  StringHIGHLIGHT_CARET_ROW_COLORING
    
final public static  StringHIGHLIGHT_MATCH_BRACE
     Highlight the matching brace (if the caret currently stands after the brace).
final public static  StringHIGHLIGHT_MATCH_BRACE_COLORING
    
final public static  StringHIGHLIGHT_MATCH_BRACE_DELAY
     Delay (milliseconds) after which the matching brace will be updated.
final public static  StringINDENT_HOT_CHARS_ACCEPTOR
     Acceptor sensitive to characters that cause that that the current line will be reformatted immediately.
final public static  StringPOPUP_MENU_ACTION_NAME_LIST
     List of the action names that should be shown in the popup menu.
final public static  StringPOPUP_MENU_ENABLED
     Whether popup menu will be displayed on mouse right-click or not.
final public static  StringREINDENT_WITH_TEXT_BEFORE
     Whether lines should be indented on an indent hot key if there is non whitespace before the typed hot key.



Field Detail
CARET_SIMPLE_MATCH_BRACE
final public static String CARET_SIMPLE_MATCH_BRACE(Code)
Whether the fast and simple matching should be used for higlighting the matching brace. Its disadvantage is that it doesn't ignore the comments and string and character constants in the search.



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



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



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



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



COMPLETION_REFRESH_DELAY
final public static String COMPLETION_REFRESH_DELAY(Code)
The delay after which the completion window is refreshed. Values: java.lang.Integer



DIALOG_POPUP_MENU_ACTION_NAME_LIST
final public static String DIALOG_POPUP_MENU_ACTION_NAME_LIST(Code)
List of the action names that should be shown in the popup menu when JEditorPane is shown in the dialogs. It corresponds Null name means separator. Values: java.util.List containing java.lang.String instances



DISPLAY_GO_TO_CLASS_INFO
final public static String DISPLAY_GO_TO_CLASS_INFO(Code)
Display info before Go To Class feature



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



HIGHLIGHT_CARET_ROW_COLORING
final public static String HIGHLIGHT_CARET_ROW_COLORING(Code)
Coloring used to highlight the row where the caret resides



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



HIGHLIGHT_MATCH_BRACE_COLORING
final public static String HIGHLIGHT_MATCH_BRACE_COLORING(Code)
Coloring used to highlight the matching brace



HIGHLIGHT_MATCH_BRACE_DELAY
final public static String HIGHLIGHT_MATCH_BRACE_DELAY(Code)
Delay (milliseconds) after which the matching brace will be updated. This is intended to eliminate flicker if the user holds the arrow key pressed.



INDENT_HOT_CHARS_ACCEPTOR
final public static String INDENT_HOT_CHARS_ACCEPTOR(Code)
Acceptor sensitive to characters that cause that that the current line will be reformatted immediately.



POPUP_MENU_ACTION_NAME_LIST
final public static String POPUP_MENU_ACTION_NAME_LIST(Code)
List of the action names that should be shown in the popup menu. Null name means separator. Values: java.util.List containing java.lang.String instances



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



REINDENT_WITH_TEXT_BEFORE
final public static String REINDENT_WITH_TEXT_BEFORE(Code)
Whether lines should be indented on an indent hot key if there is non whitespace before the typed hot key. See editor issue #10771. Values: java.lang.Boolean





Fields inherited from org.netbeans.editor.SettingsNames
final public static String ABBREV_ACTION_MAP(Code)(Java Doc)
final public static String ABBREV_ADD_TYPED_CHAR_ACCEPTOR(Code)(Java Doc)
final public static String ABBREV_EXPAND_ACCEPTOR(Code)(Java Doc)
final public static String ABBREV_MAP(Code)(Java Doc)
final public static String ABBREV_RESET_ACCEPTOR(Code)(Java Doc)
final public static String BOOKMARK_COLORING(Code)(Java Doc)
final public static String CARET_BLINK_RATE(Code)(Java Doc)
final public static String CARET_COLOR_INSERT_MODE(Code)(Java Doc)
final public static String CARET_COLOR_OVERWRITE_MODE(Code)(Java Doc)
final public static String CARET_ITALIC_INSERT_MODE(Code)(Java Doc)
final public static String CARET_ITALIC_OVERWRITE_MODE(Code)(Java Doc)
final public static String CARET_TYPE_INSERT_MODE(Code)(Java Doc)
final public static String CARET_TYPE_OVERWRITE_MODE(Code)(Java Doc)
final public static String COLORING_NAME_LIST(Code)(Java Doc)
final public static String COLORING_NAME_PRINT_SUFFIX(Code)(Java Doc)
final public static String COLORING_NAME_SUFFIX(Code)(Java Doc)
final public static String COMPONENT_SIZE_INCREMENT(Code)(Java Doc)
final public static String CUSTOM_ACTION_LIST(Code)(Java Doc)
final public static String DEFAULT_COLORING(Code)(Java Doc)
final public static String DOC_INSTALL_ACTION_NAME_LIST(Code)(Java Doc)
final public static String EXPAND_TABS(Code)(Java Doc)
final public static String FIND_BACKWARD_SEARCH(Code)(Java Doc)
final public static String FIND_HIGHLIGHT_SEARCH(Code)(Java Doc)
final public static String FIND_HISTORY(Code)(Java Doc)
final public static String FIND_HISTORY_SIZE(Code)(Java Doc)
final public static String FIND_INC_SEARCH(Code)(Java Doc)
final public static String FIND_INC_SEARCH_DELAY(Code)(Java Doc)
final public static String FIND_MATCH_CASE(Code)(Java Doc)
final public static String FIND_REG_EXP(Code)(Java Doc)
final public static String FIND_REPLACE_WITH(Code)(Java Doc)
final public static String FIND_SMART_CASE(Code)(Java Doc)
final public static String FIND_WHAT(Code)(Java Doc)
final public static String FIND_WHOLE_WORDS(Code)(Java Doc)
final public static String FIND_WRAP_SEARCH(Code)(Java Doc)
final public static String GUARDED_COLORING(Code)(Java Doc)
final public static String HIGHLIGHT_SEARCH_COLORING(Code)(Java Doc)
final public static String HOME_KEY_COLUMN_ONE(Code)(Java Doc)
final public static String IDENTIFIER_ACCEPTOR(Code)(Java Doc)
final public static String IGNORE_VISUAL_CHANGES(Code)(Java Doc)
final public static String INC_SEARCH_COLORING(Code)(Java Doc)
final public static String INDENT_SHIFT_WIDTH(Code)(Java Doc)
final public static String INPUT_METHODS_ENABLED(Code)(Java Doc)
final public static String KEY_BINDING_LIST(Code)(Java Doc)
final public static String KIT_DEINSTALL_ACTION_NAME_LIST(Code)(Java Doc)
final public static String KIT_INSTALL_ACTION_NAME_LIST(Code)(Java Doc)
final public static String LINE_BATCH_SIZE(Code)(Java Doc)
final public static String LINE_HEIGHT_CORRECTION(Code)(Java Doc)
final public static String LINE_NUMBER_COLORING(Code)(Java Doc)
final public static String LINE_NUMBER_MARGIN(Code)(Java Doc)
final public static String LINE_NUMBER_VISIBLE(Code)(Java Doc)
final public static String MACRO_MAP(Code)(Java Doc)
final public static String MARGIN(Code)(Java Doc)
final public static String MARK_DISTANCE(Code)(Java Doc)
final public static String MAX_MARK_DISTANCE(Code)(Java Doc)
final public static String MIN_MARK_DISTANCE(Code)(Java Doc)
final public static String NEXT_WORD_FINDER(Code)(Java Doc)
final public static String PREVIOUS_WORD_FINDER(Code)(Java Doc)
final public static String PRINT_LINE_NUMBER_VISIBLE(Code)(Java Doc)
final public static String READ_BUFFER_SIZE(Code)(Java Doc)
final public static String READ_MARK_DISTANCE(Code)(Java Doc)
final public static String RENDERING_HINTS(Code)(Java Doc)
final public static String SCROLL_FIND_INSETS(Code)(Java Doc)
final public static String SCROLL_JUMP_INSETS(Code)(Java Doc)
final public static String SELECTION_COLORING(Code)(Java Doc)
final public static String SPACES_PER_TAB(Code)(Java Doc)
final public static String STATUS_BAR_BOLD_COLORING(Code)(Java Doc)
final public static String STATUS_BAR_CARET_DELAY(Code)(Java Doc)
final public static String STATUS_BAR_COLORING(Code)(Java Doc)
final public static String STATUS_BAR_VISIBLE(Code)(Java Doc)
final public static String SYNTAX_UPDATE_BATCH_SIZE(Code)(Java Doc)
final public static String TAB_SIZE(Code)(Java Doc)
final public static String TEXT_LEFT_MARGIN_WIDTH(Code)(Java Doc)
final public static String TEXT_LIMIT_LINE_COLOR(Code)(Java Doc)
final public static String TEXT_LIMIT_LINE_VISIBLE(Code)(Java Doc)
final public static String TEXT_LIMIT_WIDTH(Code)(Java Doc)
final public static String TOKEN_CONTEXT_LIST(Code)(Java Doc)
final public static String WHITESPACE_ACCEPTOR(Code)(Java Doc)
final public static String WORD_MATCH_MATCH_CASE(Code)(Java Doc)
final public static String WORD_MATCH_MATCH_ONE_CHAR(Code)(Java Doc)
final public static String WORD_MATCH_SEARCH_LEN(Code)(Java Doc)
final public static String WORD_MATCH_SMART_CASE(Code)(Java Doc)
final public static String WORD_MATCH_STATIC_WORDS(Code)(Java Doc)
final public static String WORD_MATCH_WRAP_SEARCH(Code)(Java Doc)
final public static String WORD_MOVE_NEWLINE_STOP(Code)(Java Doc)
final public static String WRITE_BUFFER_SIZE(Code)(Java Doc)


Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.