Java Doc for PreferenceConstants.java in  » IDE-Eclipse » jdt » org » eclipse » jdt » ui » 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 » IDE Eclipse » jdt » org.eclipse.jdt.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.jdt.ui.PreferenceConstants

PreferenceConstants
public class PreferenceConstants (Code)
Preference constants used in the JDT-UI preference store. Clients should only read the JDT-UI preference store using these values. Clients are not allowed to modify the preference store programmatically.
since:
   2.0


Field Summary
final public static  StringAPPEARANCE_CATEGORY
     A named preference that controls category rendering of Java elements in the UI.
final public static  StringAPPEARANCE_COMPRESS_PACKAGE_NAMES
     A named preference that controls if package name compression is turned on or off.
final public static  StringAPPEARANCE_ENABLE_VISIBILITY_SORT_ORDER
     A named preferences that controls if Java elements are also sorted by visibility.
final public static  StringAPPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER
     A named preference that controls if empty inner packages are folded in the hierarchical mode of the package explorer.
final public static  StringAPPEARANCE_JAVADOC_FONT
     The symbolic font name for the font used to display Javadoc (value "org.eclipse.jdt.ui.javadocfont").
final public static  StringAPPEARANCE_MEMBER_SORT_ORDER
     A named preference that defines how member elements are ordered by the Java views using the JavaElementSorter.

Value is of type String: A comma separated list of the following entries.

final public static  StringAPPEARANCE_METHOD_RETURNTYPE
     A named preference that controls return type rendering of methods in the UI.
final public static  StringAPPEARANCE_METHOD_TYPEPARAMETERS
     A named preference that controls type parameter rendering of methods in the UI.
final public static  StringAPPEARANCE_OVERRIDE_INDICATOR
     A named preference that controls if override indicators are rendered in the UI.
final public static  StringAPPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW
     A named preference that defines the pattern used for package name compression.

Value is of type String.

final public static  StringAPPEARANCE_VISIBILITY_SORT_ORDER
     A named preference that defines how member elements are ordered by visibility in the Java views using the JavaElementSorter.

Value is of type String: A comma separated list of the following entries.

final public static  StringBROWSING_LINK_VIEW_TO_EDITOR
     A named preference that controls if the Java Browsing views are linked to the active editor.
final public static  StringBROWSING_STACK_VERTICALLY
     A named preference that controls the layout of the Java Browsing views vertically.
final public static  StringCODEASSIST_ADDIMPORT
     A named preference that controls if the Java code assist adds import statements.
final public static  StringCODEASSIST_AUTOACTIVATION
     A named preference that controls if the Java code assist gets auto activated.
final public static  StringCODEASSIST_AUTOACTIVATION_DELAY
     A name preference that holds the auto activation delay time in milliseconds.
final public static  StringCODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA
     A named preference that holds the characters that auto activate code assist in Java code.

Value is of type String.

final public static  StringCODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC
     A named preference that holds the characters that auto activate code assist in Javadoc.

Value is of type String.

final public static  StringCODEASSIST_AUTOINSERT
     A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.
final public static  StringCODEASSIST_CASE_SENSITIVITY
     A named preference that controls whether code assist proposals filtering is case sensitive or not.
final public static  StringCODEASSIST_CATEGORY_ORDER
     A named preference that controls which the order of the specific code assist commands.
final public static  StringCODEASSIST_EXCLUDED_CATEGORIES
     A named preference that controls which completion proposal categories have been excluded from the default proposal list.
final public static  StringCODEASSIST_FAVORITE_STATIC_MEMBERS
     A named preference that holds the favorite static members.
final public static  StringCODEASSIST_FILL_ARGUMENT_NAMES
     A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.
final public static  StringCODEASSIST_GUESS_METHOD_ARGUMENTS
     A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.
final public static  StringCODEASSIST_INSERT_COMPLETION
     A named preference that controls if the Java code assist only inserts completions.
final public static  StringCODEASSIST_LRU_HISTORY
     A named preference that stores the content assist LRU history

Value is an XML encoded version of the history.

final public static  StringCODEASSIST_ORDER_PROPOSALS
     A named preference that defines if code assist proposals are sorted in alphabetical order.

Value is of type Boolean.

final public static  StringCODEASSIST_PARAMETERS_BACKGROUND
     A named preference that holds the background color used for parameter hints.

Value is of type String.

final public static  StringCODEASSIST_PARAMETERS_FOREGROUND
     A named preference that holds the foreground color used in the code assist selection dialog.

Value is of type String.

final public static  StringCODEASSIST_PREFIX_COMPLETION
     A named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.
final public static  StringCODEASSIST_PROPOSALS_BACKGROUND
     A named preference that holds the background color used in the code assist selection dialog.

Value is of type String.

final public static  StringCODEASSIST_PROPOSALS_FOREGROUND
     A named preference that holds the foreground color used in the code assist selection dialog.

Value is of type String.

final public static  StringCODEASSIST_REPLACEMENT_BACKGROUND
     A named preference that holds the background color used in the code assist selection dialog to mark replaced code.

Value is of type String.

final public static  StringCODEASSIST_REPLACEMENT_FOREGROUND
     A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.

Value is of type String.

final public static  StringCODEASSIST_SHOW_VISIBLE_PROPOSALS
     A named preference that controls if code assist contains only visible proposals.

Value is of type Boolean.

final public static  StringCODEASSIST_SORTER
     A named preference that stores the content assist sorter id.
final public static  StringCODEGEN_ADD_COMMENTS
     A named preference that controls if comment stubs will be added automatically to newly created types and methods.
final public static  StringCODEGEN_EXCEPTION_VAR_NAME
     A named preference that defines the preferred variable names for exceptions in catch clauses.
final public static  StringCODEGEN_GETTERSETTER_PREFIX
     A named preference that holds a list of prefixes to be removed from a local variable to compute setter and getter names.
final public static  StringCODEGEN_GETTERSETTER_SUFFIX
     A named preference that holds a list of suffixes to be removed from a local variable to compute setter and getter names.
final public static  StringCODEGEN_IS_FOR_GETTERS
     A named preference that controls whether to use the prefix "is" or the prefix "get" for automatically created getters which return a boolean field.
final public static  StringCODEGEN_KEYWORD_THIS
     A named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.
final public static  StringCODEGEN_USE_GETTERSETTER_PREFIX
     A named preference that controls if prefix removal during setter/getter generation is turned on or off.
final public static  StringCODEGEN_USE_GETTERSETTER_SUFFIX
     A named preference that controls if suffix removal during setter/getter generation is turned on or off.
final public static  StringCODEGEN_USE_OVERRIDE_ANNOTATION
     A named preference that controls whether to add a override annotation for newly created methods

Value is of type Boolean.

final public static  StringCODEGEN__FILE_COMMENTS
     A named preference that controls if a file comment gets added to newly created files.
final public static  StringCODEGEN__JAVADOC_STUBS
     A named preference that controls if a comment stubs will be added automatically to newly created types and methods.
final public static  StringCODEGEN__NON_JAVADOC_COMMENTS
     A named preference that controls if a non-javadoc comment gets added to methods generated via the "Override Methods" operation.
final public static  StringDOUBLE_CLICK
     A named preference that controls the behavior when double clicking on a container in the packages view.
final public static  StringDOUBLE_CLICK_EXPANDS
     A string value used by the named preference DOUBLE_CLICK.
final public static  StringDOUBLE_CLICK_GOES_INTO
     A string value used by the named preference DOUBLE_CLICK.
final public static  StringEDITOR_ADD_JAVADOC_TAGS
     A named preference that controls whether the 'add JavaDoc tags' feature is enabled.
final public static  StringEDITOR_ALT_SHIFT_HOVER
     A named preference that defines the hover shown when the ALT modifier key is pressed.
final public static  StringEDITOR_ANNOTATION_ROLL_OVER
     A named preference that controls whether annotation roll over is used or not.

Value is of type Boolean.

final public static  StringEDITOR_BACKGROUND_COLOR
     A named preference that holds the color used as the text background. This value has not effect if the system default color is used.

Value is of type String.

final public static  StringEDITOR_BACKGROUND_DEFAULT_COLOR
     A named preference that describes if the system default background color is used as the text background.

Value is of type Boolean.

final public static  StringEDITOR_BOLD_SUFFIX
     Preference key suffix for bold text style preference keys.
final public static  StringEDITOR_BOOKMARK_INDICATION
     A named preference that controls whether the editor shows bookmark indicators in text (squiggly lines).
final public static  StringEDITOR_BOOKMARK_INDICATION_COLOR
     A named preference that holds the color used to render bookmark indicators.

Value is of type String.

final public static  StringEDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
     A named preference that controls whether the overview ruler shows bookmark indicators.
final public static  StringEDITOR_BROWSER_LIKE_LINKS
     A named preference that controls if browser like links are turned on or off.
final public static  StringEDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER
     A named preference that controls the key modifier for browser like links.
final public static  StringEDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK
     A named preference that controls the key modifier mask for browser like links.
final public static  StringEDITOR_CLOSE_BRACES
     A named preference that controls whether the 'close braces' feature is enabled.
final public static  StringEDITOR_CLOSE_BRACKETS
     A named preference that controls whether the 'close brackets' feature is enabled.
final public static  StringEDITOR_CLOSE_JAVADOCS
     A named preference that controls whether the 'close java docs' feature is enabled.
final public static  StringEDITOR_CLOSE_STRINGS
     A named preference that controls whether the 'close strings' feature is enabled.
final public static  StringEDITOR_CORRECTION_INDICATION
     A named preference that controls if correction indicators are shown in the UI.
final public static  StringEDITOR_CTRL_ALT_HOVER
     A named preference that defines the hover shown when the CTRL + ALT modifier keys is pressed.
final public static  StringEDITOR_CTRL_ALT_SHIFT_HOVER
     A named preference that defines the hover shown when the CTRL + ALT + SHIFT modifier keys is pressed.
final public static  StringEDITOR_CTRL_HOVER
     A named preference that defines the hover shown when the CTRL modifier key is pressed.
final public static  StringEDITOR_CTRL_SHIFT_HOVER
     A named preference that defines the hover shown when the CTRL + SHIFT modifier keys is pressed.
final public static  StringEDITOR_CURRENT_LINE
     A named preference that controls whether the current line highlighting is turned on or off.
final public static  StringEDITOR_CURRENT_LINE_COLOR
     A named preference that holds the color used to highlight the current line.

Value is of type String.

final public static  StringEDITOR_DEFAULT_HOVER
     A named preference that defines the hover named the 'default hover'.
final public static  StringEDITOR_DEFAULT_HOVER_CONFIGURED_ID
     A string value used by the named preferences for hover configuration to describe that the default hover should be shown for the given key modifiers.
final public static  StringEDITOR_DISABLE_OVERWRITE_MODE
     A named preference that controls disabling of the overwrite mode.
final public static  StringEDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
     A named preference that controls whether the overview ruler shows error indicators.
final public static  StringEDITOR_ESCAPE_STRINGS
     A named preference that controls whether the 'escape strings' feature is enabled.
final public static  StringEDITOR_EVALUTE_TEMPORARY_PROBLEMS
     A named preference that controls if temporary problems are evaluated and shown in the UI.
final public static  StringEDITOR_FIND_SCOPE_COLOR
     A named preference that holds the color used for the find/replace scope.

Value is of type String.

final public static  StringEDITOR_FOLDING_ENABLED
     A named preference that controls whether folding is enabled in the Java editor.
final public static  StringEDITOR_FOLDING_HEADERS
     A named preference that stores the value for header comment folding for the default folding provider.
final public static  StringEDITOR_FOLDING_IMPORTS
     A named preference that stores the value for imports folding for the default folding provider.
final public static  StringEDITOR_FOLDING_INNERTYPES
     A named preference that stores the value for inner type folding for the default folding provider.
final public static  StringEDITOR_FOLDING_JAVADOC
     A named preference that stores the value for Javadoc folding for the default folding provider.
final public static  StringEDITOR_FOLDING_METHODS
     A named preference that stores the value for method folding for the default folding provider.
final public static  StringEDITOR_FOLDING_PROVIDER
     A named preference that stores the configured folding provider.
final public static  StringEDITOR_FOREGROUND_COLOR
     A named preference that holds the color used as the text foreground. This value has not effect if the system default color is used.

Value is of type String.

final public static  StringEDITOR_FOREGROUND_DEFAULT_COLOR
     A named preference that describes if the system default foreground color is used as the text foreground.
final public static  StringEDITOR_FORMAT_JAVADOCS
     A named preference that controls whether the 'format Javadoc tags' feature is enabled.
final public static  StringEDITOR_IMPORTS_ON_PASTE
     A named preference that controls whether 'paste' should update the imports.
final public static  StringEDITOR_ITALIC_SUFFIX
     Preference key suffix for italic text style preference keys.
final public static  StringEDITOR_JAVADOC_DEFAULT_BOLD
     A named preference that controls whether javadoc default text is rendered in bold.
final public static  StringEDITOR_JAVADOC_DEFAULT_COLOR
     A named preference that holds the color used to render javadoc default text.

Value is of type String.

final public static  StringEDITOR_JAVADOC_DEFAULT_ITALIC
     A named preference that controls whether javadoc default text is rendered in italic.
final public static  StringEDITOR_JAVADOC_DEFAULT_STRIKETHROUGH
     A named preference that controls whether javadoc default text is rendered in strikethrough.
final public static  StringEDITOR_JAVADOC_DEFAULT_UNDERLINE
     A named preference that controls whether javadoc default text is rendered in underline.
final public static  StringEDITOR_JAVADOC_KEYWORD_BOLD
     A named preference that controls whether javadoc keywords are rendered in bold.
final public static  StringEDITOR_JAVADOC_KEYWORD_COLOR
     A named preference that holds the color used to render javadoc keywords.

Value is of type String.

final public static  StringEDITOR_JAVADOC_KEYWORD_ITALIC
     A named preference that controls whether javadoc keywords are rendered in italic.
final public static  StringEDITOR_JAVADOC_KEYWORD_STRIKETHROUGH
     A named preference that controls whether javadoc keywords are rendered in strikethrough.
final public static  StringEDITOR_JAVADOC_KEYWORD_UNDERLINE
     A named preference that controls whether javadoc keywords are rendered in underline.
final public static  StringEDITOR_JAVADOC_LINKS_BOLD
     A named preference that controls whether javadoc links are rendered in bold.
final public static  StringEDITOR_JAVADOC_LINKS_COLOR
     A named preference that holds the color used to render javadoc links.

Value is of type String.

final public static  StringEDITOR_JAVADOC_LINKS_ITALIC
     A named preference that controls whether javadoc links are rendered in italic.
final public static  StringEDITOR_JAVADOC_LINKS_STRIKETHROUGH
     A named preference that controls whether javadoc links are rendered in strikethrough.
final public static  StringEDITOR_JAVADOC_LINKS_UNDERLINE
     A named preference that controls whether javadoc links are rendered in underline.
final public static  StringEDITOR_JAVADOC_TAG_BOLD
     A named preference that controls whether javadoc tags are rendered in bold.
final public static  StringEDITOR_JAVADOC_TAG_COLOR
     A named preference that holds the color used to render javadoc tags.

Value is of type String.

final public static  StringEDITOR_JAVADOC_TAG_ITALIC
     A named preference that controls whether javadoc tags are rendered in italic.
final public static  StringEDITOR_JAVADOC_TAG_STRIKETHROUGH
     A named preference that controls whether javadoc tags are rendered in strikethrough.
final public static  StringEDITOR_JAVADOC_TAG_UNDERLINE
     A named preference that controls whether javadoc tags are rendered in underline.
final public static  StringEDITOR_JAVA_ANNOTATION_BOLD
     A named preference that controls whether annotations are rendered in bold.
final public static  StringEDITOR_JAVA_ANNOTATION_COLOR
     A named preference that holds the color used to render annotations.

Value is of type String.

final public static  StringEDITOR_JAVA_ANNOTATION_ITALIC
     A named preference that controls whether annotations are rendered in italic.
final public static  StringEDITOR_JAVA_ANNOTATION_STRIKETHROUGH
     A named preference that controls whether annotations are rendered in strikethrough.
final public static  StringEDITOR_JAVA_ANNOTATION_UNDERLINE
     A named preference that controls whether annotations are rendered in underline.
final public static  StringEDITOR_JAVA_BRACKET_BOLD
     A named preference that controls whether brackets are rendered in bold.
final public static  StringEDITOR_JAVA_BRACKET_COLOR
     A named preference that holds the color used to render brackets.

Value is of type String.

final public static  StringEDITOR_JAVA_BRACKET_ITALIC
     A named preference that controls whether brackets are rendered in italic.
final public static  StringEDITOR_JAVA_BRACKET_STRIKETHROUGH
     A named preference that controls whether brackets are rendered in strikethrough.
final public static  StringEDITOR_JAVA_BRACKET_UNDERLINE
     A named preference that controls whether brackets are rendered in underline.
final public static  StringEDITOR_JAVA_DEFAULT_BOLD
     A named preference that controls whether Java default text is rendered in bold.
final public static  StringEDITOR_JAVA_DEFAULT_COLOR
     A named preference that holds the color used to render java default text.

Value is of type String.

final public static  StringEDITOR_JAVA_DEFAULT_ITALIC
     A named preference that controls whether Java default text is rendered in italic.
final public static  StringEDITOR_JAVA_DEFAULT_STRIKETHROUGH
     A named preference that controls whether Java default text is rendered in strikethrough.
final public static  StringEDITOR_JAVA_DEFAULT_UNDERLINE
     A named preference that controls whether Java default text is rendered in underline.
final public static  StringEDITOR_JAVA_KEYWORD_BOLD
     A named preference that controls whether keywords are rendered in bold.
final public static  StringEDITOR_JAVA_KEYWORD_COLOR
     A named preference that holds the color used to render java keywords.

Value is of type String.

final public static  StringEDITOR_JAVA_KEYWORD_ITALIC
     A named preference that controls whether keywords are rendered in italic.
final public static  StringEDITOR_JAVA_KEYWORD_RETURN_BOLD
     A named preference that controls whether 'return' keyword is rendered in bold.
final public static  StringEDITOR_JAVA_KEYWORD_RETURN_COLOR
     A named preference that holds the color used to render the 'return' keyword.

Value is of type String.

final public static  StringEDITOR_JAVA_KEYWORD_RETURN_ITALIC
     A named preference that controls whether 'return' keyword is rendered in italic.
final public static  StringEDITOR_JAVA_KEYWORD_RETURN_STRIKETHROUGH
     A named preference that controls whether 'return' keyword is rendered in strikethrough.
final public static  StringEDITOR_JAVA_KEYWORD_RETURN_UNDERLINE
     A named preference that controls whether 'return' keyword is rendered in italic.
final public static  StringEDITOR_JAVA_KEYWORD_STRIKETHROUGH
     A named preference that controls whether keywords are rendered in strikethrough.
final public static  StringEDITOR_JAVA_KEYWORD_UNDERLINE
     A named preference that controls whether keywords are rendered in underline.
final public static  StringEDITOR_JAVA_METHOD_NAME_BOLD
     A named preference that controls whether method names are rendered in bold.
final public static  StringEDITOR_JAVA_METHOD_NAME_COLOR
     A named preference that holds the color used to render method names.

Value is of type String.

final public static  StringEDITOR_JAVA_METHOD_NAME_ITALIC
     A named preference that controls whether method names are rendered in italic.
final public static  StringEDITOR_JAVA_OPERATOR_BOLD
     A named preference that controls whether operators are rendered in bold.
final public static  StringEDITOR_JAVA_OPERATOR_COLOR
     A named preference that holds the color used to render operators.

Value is of type String.

final public static  StringEDITOR_JAVA_OPERATOR_ITALIC
     A named preference that controls whether operators are rendered in italic.
final public static  StringEDITOR_JAVA_OPERATOR_STRIKETHROUGH
     A named preference that controls whether operators are rendered in strikethrough.
final public static  StringEDITOR_JAVA_OPERATOR_UNDERLINE
     A named preference that controls whether operators are rendered in underline.
final public static  StringEDITOR_LINE_NUMBER_RULER
     A named preference that controls if the line number ruler is shown in the UI.
final public static  StringEDITOR_LINE_NUMBER_RULER_COLOR
     A named preference that holds the color used to render line numbers inside the line number ruler.

Value is of type String.

final public static  StringEDITOR_LINKED_POSITION_COLOR
     A named preference that holds the color used to render linked positions inside code templates.

Value is of type String.

final public static  StringEDITOR_LINK_COLOR
     A named preference that holds the color used for 'linked-mode' underline.

Value is of type String.

final public static  StringEDITOR_MARK_BREAK_CONTINUE_TARGETS
     A named preference that controls whether targets for of break and continue statements are marked.
final public static  StringEDITOR_MARK_CONSTANT_OCCURRENCES
     A named preference that controls whether constant (static final) occurrences are marked.
final public static  StringEDITOR_MARK_EXCEPTION_OCCURRENCES
     A named preference that controls whether exception occurrences are marked.
final public static  StringEDITOR_MARK_FIELD_OCCURRENCES
     A named preference that controls whether non-constant field occurrences are marked.
final public static  StringEDITOR_MARK_IMPLEMENTORS
     A named preference that controls whether method exit points are marked.
final public static  StringEDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES
     A named preference that controls whether local variable occurrences are marked.
final public static  StringEDITOR_MARK_METHOD_EXIT_POINTS
     A named preference that controls whether method exit points are marked.
final public static  StringEDITOR_MARK_METHOD_OCCURRENCES
     A named preference that controls whether method occurrences are marked.
final public static  StringEDITOR_MARK_OCCURRENCES
     A named preference that controls whether occurrences are marked in the editor.
final public static  StringEDITOR_MARK_TYPE_OCCURRENCES
     A named preference that controls whether type occurrences are marked.
final public static  StringEDITOR_MATCHING_BRACKETS
     A named preference that controls whether bracket matching highlighting is turned on or off.
final public static  StringEDITOR_MATCHING_BRACKETS_COLOR
     A named preference that holds the color used to highlight matching brackets.

Value is of type String.

final public static  StringEDITOR_MULTI_LINE_COMMENT_BOLD
     A named preference that controls whether multi-line comments are rendered in bold.

Value is of type Boolean.

final public static  StringEDITOR_MULTI_LINE_COMMENT_COLOR
     A named preference that holds the color used to render multi-line comments.

Value is of type String.

final public static  StringEDITOR_MULTI_LINE_COMMENT_ITALIC
     A named preference that controls whether multi-line comments are rendered in italic.

Value is of type Boolean.

final public static  StringEDITOR_MULTI_LINE_COMMENT_STRIKETHROUGH
     A named preference that controls whether multi-line comments are rendered in strikethrough.

Value is of type Boolean.

final public static  StringEDITOR_MULTI_LINE_COMMENT_UNDERLINE
     A named preference that controls whether multi-line comments are rendered in underline.

Value is of type Boolean.

final public static  StringEDITOR_NONE_HOVER
     A named preference that defines the hover shown when no control key is pressed.
final public static  StringEDITOR_NO_HOVER_CONFIGURED_ID
     A string value used by the named preferences for hover configuration to describe that no hover should be shown for the given key modifiers.
final public static  StringEDITOR_OVERVIEW_RULER
     A named preference that controls if the overview ruler is shown in the UI.
final public static  StringEDITOR_PRINT_MARGIN
     A named preference that controls whether the print margin is turned on or off.
final public static  StringEDITOR_PRINT_MARGIN_COLOR
     A named preference that holds the color used to render the print margin.

Value is of type String.

final public static  StringEDITOR_PRINT_MARGIN_COLUMN
     Print margin column.
final public static  StringEDITOR_PROBLEM_INDICATION
     A named preference that controls whether the editor shows problem indicators in text (squiggly lines).
final public static  StringEDITOR_PROBLEM_INDICATION_COLOR
     A named preference that holds the color used to render problem indicators.

Value is of type String.

final public static  StringEDITOR_QUICKASSIST_LIGHTBULB
     A named preference that controls if quick assist light bulbs are shown.
final public static  StringEDITOR_SEARCH_RESULT_INDICATION
     A named preference that controls whether the editor shows search indicators in text (squiggly lines).
final public static  StringEDITOR_SEARCH_RESULT_INDICATION_COLOR
     A named preference that holds the color used to render search indicators.

Value is of type String.

final public static  StringEDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
     A named preference that controls whether the overview ruler shows search result indicators.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_BOLD_SUFFIX
     A named preference suffix that controls if semantic highlighting has the text attribute bold.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIX
     A named preference suffix that controls a semantic highlighting's color.

Value is of type String.

final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_ENABLED
     A named preference that controls if semantic highlighting is enabled.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX
     A named preference suffix that controls if semantic highlighting is enabled.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_ITALIC_SUFFIX
     A named preference suffix that controls if semantic highlighting has the text attribute italic.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_PREFIX
     A named preference prefix for semantic highlighting preferences.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_STRIKETHROUGH_SUFFIX
     A named preference suffix that controls if semantic highlighting has the text attribute strikethrough.
final public static  StringEDITOR_SEMANTIC_HIGHLIGHTING_UNDERLINE_SUFFIX
     A named preference suffix that controls if semantic highlighting has the text attribute underline.
final public static  StringEDITOR_SHIFT_HOVER
     A named preference that defines the hover shown when the SHIFT modifier key is pressed.
final public static  StringEDITOR_SHOW_HOVER
     A named preference that controls whether hover tool tips in the editor are turned on or off.
final public static  StringEDITOR_SHOW_SEGMENTS
     A named preference that controls if segmented view (show selected element only) is turned on or off.
final public static  StringEDITOR_SHOW_TEXT_HOVER_AFFORDANCE
     A named preference that defines whether the hint to make hover sticky should be shown.
final public static  StringEDITOR_SINGLE_LINE_COMMENT_BOLD
     A named preference that controls whether single line comments are rendered in bold.

Value is of type Boolean.

final public static  StringEDITOR_SINGLE_LINE_COMMENT_COLOR
     A named preference that holds the color used to render single line comments.

Value is of type String.

final public static  StringEDITOR_SINGLE_LINE_COMMENT_ITALIC
     A named preference that controls whether single line comments are rendered in italic.

Value is of type Boolean.

final public static  StringEDITOR_SINGLE_LINE_COMMENT_STRIKETHROUGH
     A named preference that controls whether single line comments are rendered in strikethrough.

Value is of type Boolean.

final public static  StringEDITOR_SINGLE_LINE_COMMENT_UNDERLINE
     A named preference that controls whether single line comments are rendered in underline.

Value is of type Boolean.

final public static  StringEDITOR_SMART_BACKSPACE
     A named preference that controls the smart backspace behavior.
final public static  StringEDITOR_SMART_HOME_END
     A named preference that controls whether the 'smart home-end' feature is enabled.
final public static  StringEDITOR_SMART_OPENING_BRACE
     A named preference that controls the "smart opening brace" smart typing handler.
final public static  StringEDITOR_SMART_PASTE
     A named preference that controls whether the 'smart paste' feature is enabled.
final public static  StringEDITOR_SMART_SEMICOLON
     A named preference that controls the "smart semicolon" smart typing handler.
final public static  StringEDITOR_SMART_TAB
     A named preference that controls the smart tab behavior.
final public static  StringEDITOR_SOURCE_HOVER_BACKGROUND_COLOR
     A named preference that holds the source hover background color.

Value is of type String.

final public static  StringEDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULT
     A named preference that tells whether to use the system default color ( SWT.COLOR_INFO_BACKGROUND ) for the source hover background color.
final public static  StringEDITOR_SPACES_FOR_TABS
     A named preference that specifies if the editor uses spaces for tabs.

Value is of type Boolean.

final public static  StringEDITOR_STICKY_OCCURRENCES
     A named preference that controls whether occurrences are sticky in the editor.
final public static  StringEDITOR_STRIKETHROUGH_SUFFIX
     Preference key suffix for strikethrough text style preference keys.
final public static  StringEDITOR_STRING_BOLD
     A named preference that controls whether string constants are rendered in bold.
final public static  StringEDITOR_STRING_COLOR
     A named preference that holds the color used to render string constants.

Value is of type String.

final public static  StringEDITOR_STRING_ITALIC
     A named preference that controls whether string constants are rendered in italic.
final public static  StringEDITOR_STRING_STRIKETHROUGH
     A named preference that controls whether string constants are rendered in strikethrough.
final public static  StringEDITOR_STRING_UNDERLINE
     A named preference that controls whether string constants are rendered in underline.
final public static  StringEDITOR_SUB_WORD_NAVIGATION
     A named preference that controls whether the 'sub-word navigation' feature is enabled.
final public static  StringEDITOR_SYNC_OUTLINE_ON_CURSOR_MOVE
     A named preference that controls whether the outline view selection should stay in sync with with the element at the current cursor position.
final public static  StringEDITOR_TAB_WIDTH
     A named preference that holds the number of spaces used per tab in the editor.
final public static  StringEDITOR_TASK_INDICATION
     A named preference that controls whether the editor shows task indicators in text (squiggly lines).
final public static  StringEDITOR_TASK_INDICATION_COLOR
     A named preference that holds the color used to render task indicators.

Value is of type String.

final public static  StringEDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
     A named preference that controls whether the overview ruler shows task indicators.
final public static  StringEDITOR_TASK_TAG_BOLD
     A named preference that controls whether task tags are rendered in bold.
final public static  StringEDITOR_TASK_TAG_COLOR
     A named preference that holds the color used to render task tags.

Value is of type String.

final public static  StringEDITOR_TASK_TAG_ITALIC
     A named preference that controls whether task tags are rendered in italic.
final public static  StringEDITOR_TASK_TAG_STRIKETHROUGH
     A named preference that controls whether task tags are rendered in strikethrough.
final public static  StringEDITOR_TASK_TAG_UNDERLINE
     A named preference that controls whether task tags are rendered in underline.
final public static  StringEDITOR_TEXT_FONT
     The symbolic font name for the Java editor text font (value "org.eclipse.jdt.ui.editors.textfont").
final public static  StringEDITOR_TEXT_HOVER_MODIFIERS
     A named preference that defines the key for the hover modifiers.
final public static  StringEDITOR_TEXT_HOVER_MODIFIER_MASKS
     A named preference that defines the key for the hover modifier state masks.
final public static  StringEDITOR_UNDERLINE_SUFFIX
     Preference key suffix for underline text style preference keys.
final public static  StringEDITOR_UNKNOWN_INDICATION
     A named preference that controls whether the editor shows unknown indicators in text (squiggly lines).
final public static  StringEDITOR_UNKNOWN_INDICATION_COLOR
     A named preference that holds the color used to render unknown indicators.

Value is of type String.

final public static  StringEDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
     A named preference that controls whether the overview ruler shows unknown indicators.
final public static  StringEDITOR_WARNING_INDICATION
     A named preference that controls whether the editor shows warning indicators in text (squiggly lines).
final public static  StringEDITOR_WARNING_INDICATION_COLOR
     A named preference that holds the color used to render warning indicators.

Value is of type String.

final public static  StringEDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
     A named preference that controls whether the overview ruler shows warning indicators.
final public static  StringEDITOR_WRAP_STRINGS
     A named preference that controls whether the 'wrap strings' feature is enabled.
final public static  StringFORMATTER_COMMENT_CLEARBLANKLINES
     A named preference that controls whether blank lines are cleared during formatting.
final public static  StringFORMATTER_COMMENT_FORMAT
     A named preference that controls whether Javadoc comments are formatted by the content formatter.
final public static  StringFORMATTER_COMMENT_FORMATHEADER
     A named preference that controls whether the header comment of a Java source file is formatted.
final public static  StringFORMATTER_COMMENT_FORMATHTML
     A named preference that controls whether HTML tags are formatted.
final public static  StringFORMATTER_COMMENT_FORMATSOURCE
     A named preference that controls whether code snippets are formatted in Javadoc comments.
final public static  StringFORMATTER_COMMENT_INDENTPARAMETERDESCRIPTION
     A named preference that controls whether description of Javadoc parameters are indented.
final public static  StringFORMATTER_COMMENT_INDENTROOTTAGS
     A named preference that controls whether Javadoc root tags are indented.
final public static  StringFORMATTER_COMMENT_LINELENGTH
     A named preference that controls the line length of comments.

Value is of type Integer.

final public static  StringFORMATTER_COMMENT_NEWLINEFORPARAMETER
     A named preference that controls whether a new line is inserted after Javadoc root tag parameters.
final public static  StringFORMATTER_COMMENT_SEPARATEROOTTAGS
     A named preference that controls whether an empty line is inserted before the Javadoc root tag block.
final public static  StringFORMATTER_PROFILE
     A named preference that controls which profile is used by the code formatter.
final public static  StringID_BESTMATCH_HOVER
     The id of the best match hover contributed for extension point javaEditorTextHovers.
final public static  StringID_JAVADOC_HOVER
     The id of the javadoc hover contributed for extension point javaEditorTextHovers.
final public static  StringID_PROBLEM_HOVER
     The id of the problem hover contributed for extension point javaEditorTextHovers.
final public static  StringID_SOURCE_HOVER
     The id of the source code hover contributed for extension point javaEditorTextHovers.
final public static  StringJAVADOC_COMMAND
     A named preference that holds the path of the Javadoc command used by the Javadoc creation wizard.
final public static  StringLINK_BROWSING_MEMBERS_TO_EDITOR
     A named preference that controls whether the members view's selection is linked to the active editor.
final public static  StringLINK_BROWSING_PACKAGES_TO_EDITOR
     A named preference that controls whether the packages view's selection is linked to the active editor.
final public static  StringLINK_BROWSING_PROJECTS_TO_EDITOR
     A named preference that controls whether the projects view's selection is linked to the active editor.
final public static  StringLINK_BROWSING_TYPES_TO_EDITOR
     A named preference that controls whether the types view's selection is linked to the active editor.
final public static  StringLINK_PACKAGES_TO_EDITOR
     A named preference that controls whether the package explorer's selection is linked to the active editor.
final public static  StringLINK_TYPEHIERARCHY_TO_EDITOR
     A named preference that controls whether the hierarchy view's selection is linked to the active editor.
final public static  StringNEWPROJECT_JRELIBRARY_INDEX
     A named preferences that specifies the current active JRE library.
final public static  StringNEWPROJECT_JRELIBRARY_LIST
     A named preference that holds a list of possible JRE libraries used by the New Java Project wizard.
final public static  StringOPEN_TYPE_HIERARCHY
     A named preference that controls if a new type hierarchy gets opened in a new type hierarchy perspective or inside the type hierarchy view part.
final public static  StringOPEN_TYPE_HIERARCHY_IN_PERSPECTIVE
     A string value used by the named preference OPEN_TYPE_HIERARCHY.
final public static  StringOPEN_TYPE_HIERARCHY_IN_VIEW_PART
     A string value used by the named preference OPEN_TYPE_HIERARCHY.
final public static  StringORGIMPORTS_IGNORELOWERCASE
     A named preferences that controls if types that start with a lower case letters get added by the "Organize Import" operation.
final public static  StringORGIMPORTS_IMPORTORDER
     A named preference that holds a list of semicolon separated package names.
final public static  StringORGIMPORTS_ONDEMANDTHRESHOLD
     A named preference that specifies the number of imports added before a star-import declaration is used.
final public static  StringORGIMPORTS_STATIC_ONDEMANDTHRESHOLD
     A named preference that specifies the number of static imports added before a star-import declaration is used.
final public static  StringPROPERTIES_FILE_COLORING_ARGUMENT
     A named preference that holds the color used to render arguments in a properties file.

Value is of type String.

final public static  StringPROPERTIES_FILE_COLORING_ARGUMENT_BOLD
     A named preference that controls whether arguments in a properties file are rendered in bold.
final public static  StringPROPERTIES_FILE_COLORING_ARGUMENT_ITALIC
     A named preference that controls whether arguments in a properties file are rendered in italic.
final public static  StringPROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH
     A named preference that controls whether arguments in a properties file are rendered in strikethrough.
final public static  StringPROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE
     A named preference that controls whether arguments in a properties file are rendered in underline.
final public static  StringPROPERTIES_FILE_COLORING_ASSIGNMENT
     A named preference that holds the color used to render assignments in a properties file.

Value is of type String.

final public static  StringPROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD
     A named preference that controls whether assignments in a properties file are rendered in bold.
final public static  StringPROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC
     A named preference that controls whether assignments in a properties file are rendered in italic.
final public static  StringPROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH
     A named preference that controls whether assignments in a properties file are rendered in strikethrough.
final public static  StringPROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE
     A named preference that controls whether assignments in a properties file are rendered in underline.
final public static  StringPROPERTIES_FILE_COLORING_COMMENT
     A named preference that holds the color used to render comments in a properties file.

Value is of type String.

final public static  StringPROPERTIES_FILE_COLORING_COMMENT_BOLD
     A named preference that controls whether comments in a properties file are rendered in bold.
final public static  StringPROPERTIES_FILE_COLORING_COMMENT_ITALIC
     A named preference that controls whether comments in a properties file are rendered in italic.
final public static  StringPROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH
     A named preference that controls whether comments in a properties file are rendered in strikethrough.
final public static  StringPROPERTIES_FILE_COLORING_COMMENT_UNDERLINE
     A named preference that controls whether comments in a properties file are rendered in underline.
final public static  StringPROPERTIES_FILE_COLORING_KEY
     A named preference that holds the color used to render keys in a properties file.

Value is of type String.

final public static  StringPROPERTIES_FILE_COLORING_KEY_BOLD
     A named preference that controls whether keys in a properties file are rendered in bold.
final public static  StringPROPERTIES_FILE_COLORING_KEY_ITALIC
     A named preference that controls whether keys in a properties file are rendered in italic.
final public static  StringPROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH
     A named preference that controls whether keys in a properties file are rendered in strikethrough.
final public static  StringPROPERTIES_FILE_COLORING_KEY_UNDERLINE
     A named preference that controls whether keys in a properties file are rendered in underline.
final public static  StringPROPERTIES_FILE_COLORING_VALUE
     A named preference that holds the color used to render values in a properties file.

Value is of type String.

final public static  StringPROPERTIES_FILE_COLORING_VALUE_BOLD
     A named preference that controls whether values in a properties file are rendered in bold.
final public static  StringPROPERTIES_FILE_COLORING_VALUE_ITALIC
     A named preference that controls whether values in a properties file are rendered in italic.
final public static  StringPROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH
     A named preference that controls whether values in a properties file are rendered in strikethrough.
final public static  StringPROPERTIES_FILE_COLORING_VALUE_UNDERLINE
     A named preference that controls whether values in a properties file are rendered in underline.
final public static  StringPROPERTIES_FILE_EDITOR_TEXT_FONT
     The symbolic font name for the Java properties file editor text font (value "org.eclipse.jdt.ui.PropertiesFileEditor.textfont").
final public static  StringREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
     A named preference that controls the behavior of the refactoring wizard for showing the error page.
final public static  StringREFACTOR_ERROR_SEVERITY
     A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
final public static  StringREFACTOR_FATAL_SEVERITY
     A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
final public static  StringREFACTOR_INFO_SEVERITY
     A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
final public static  StringREFACTOR_LIGHTWEIGHT
     A named preference that controls whether certain refactorings use a lightweight UI when started from a Java editor.
final public static  StringREFACTOR_OK_SEVERITY
     A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
final public static  StringREFACTOR_SAVE_ALL_EDITORS
     A named preference that controls whether all dirty editors are automatically saved before a refactoring is executed.
final public static  StringREFACTOR_WARNING_SEVERITY
     A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
final public static  StringSEARCH_USE_REDUCED_MENU
     A named preference that controls a reduced search menu is used in the Java editors.
final public static  StringSHOW_CU_CHILDREN
     A named preference that specifies whether children of a compilation unit are shown in the package explorer.
final public static  StringSPELLING_CHECK_SPELLING
     A named preference that controls whether Java comments should be spell checked.
final public static  StringSPELLING_ENABLE_CONTENTASSIST
     A named preference that specifies whether spelling dictionaries are available to content assist.
final public static  StringSPELLING_IGNORE_AMPERSAND_IN_PROPERTIES
     A named preference that controls whether '&' in Java properties files are ignored.
final public static  StringSPELLING_IGNORE_DIGITS
     A named preference that controls whether words containing digits should be skipped during spell checking.
final public static  StringSPELLING_IGNORE_JAVA_STRINGS
     A named preference that controls whether Java strings should be ignored during spell checking.
final public static  StringSPELLING_IGNORE_MIXED
     A named preference that controls whether mixed case words should be skipped during spell checking.
final public static  StringSPELLING_IGNORE_NON_LETTERS
     A named preference that controls whether non-letters at word boundaries should be ignored during spell checking.
final public static  StringSPELLING_IGNORE_SENTENCE
     A named preference that controls whether sentence capitalization should be ignored during spell checking.
final public static  StringSPELLING_IGNORE_SINGLE_LETTERS
     A named preference that controls whether single letters should be ignored during spell checking.
final public static  StringSPELLING_IGNORE_UPPER
     A named preference that controls whether upper case words should be skipped during spell checking.
final public static  StringSPELLING_IGNORE_URLS
     A named preference that controls whether URLs should be ignored during spell checking.
final public static  StringSPELLING_LOCALE
     A named preference that controls the locale used for spell checking.
final public static  StringSPELLING_PROBLEMS_THRESHOLD
     A named preference that controls the maximum number of problems reported during spell checking.
final public static  StringSPELLING_PROPOSAL_THRESHOLD
     A named preference that controls the number of proposals offered during spell checking.
final public static  StringSPELLING_USER_DICTIONARY
     A named preference that specifies the workspace user dictionary.
final public static  StringSPELLING_USER_DICTIONARY_ENCODING
     A named preference that specifies encoding of the workspace user dictionary.
final public static  StringSRCBIN_BINNAME
     A named preference that specifies the output folder name used when creating a new Java project.
final public static  StringSRCBIN_FOLDERS_IN_NEWPROJ
     A named preference that controls whether new projects are generated using source and output folder.

Value is of type Boolean.

final public static  StringSRCBIN_SRCNAME
     A named preference that specifies the source folder name used when creating a new Java project.
final public static  StringTEMPLATES_USE_CODEFORMATTER
     A named preference that controls if templates are formatted when applied.
final public static  StringTYPEFILTER_DISABLED
     A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.
final public static  StringTYPEFILTER_ENABLED
     A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.
final public static  StringUPDATE_JAVA_VIEWS
     A named preference that controls whether Java views update their presentation while editing or when saving the content of an editor.
final public static  StringUPDATE_ON_SAVE
    
final public static  StringUPDATE_WHILE_EDITING
    


Method Summary
public static  IClasspathEntry[]decodeJRELibraryClasspathEntries(String encodedLibrary)
     Decodes an encoded JRE library and returns its class path entries.
public static  StringdecodeJRELibraryDescription(String encodedLibrary)
     Decodes an encoded JRE library and returns its description string.
public static  StringencodeJRELibrary(String description, IClasspathEntry[] entries)
     Encodes a JRE library to be used in the named preference NEWPROJECT_JRELIBRARY_LIST.
public static  IClasspathEntry[]getDefaultJRELibrary()
     Returns the current configuration for the JRE to be used as default in new Java projects.
public static  StringgetPreference(String key, IJavaProject project)
     Returns the value for the given key in the given context.
Parameters:
  key - The preference key
Parameters:
  project - The current context or null if no context is available and theworkspace setting should be taken.
public static  IPreferenceStoregetPreferenceStore()
     Returns the JDT-UI preference store.
public static  voidinitializeDefaultValues(IPreferenceStore store)
     Initializes the given preference store with the default values.

Field Detail
APPEARANCE_CATEGORY
final public static String APPEARANCE_CATEGORY(Code)
A named preference that controls category rendering of Java elements in the UI.

Value is of type Boolean: if true category is rendered


since:
   3.2



APPEARANCE_COMPRESS_PACKAGE_NAMES
final public static String APPEARANCE_COMPRESS_PACKAGE_NAMES(Code)
A named preference that controls if package name compression is turned on or off.

Value is of type Boolean.


See Also:   PreferenceConstants.APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW



APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER
final public static String APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER(Code)
A named preferences that controls if Java elements are also sorted by visibility.

Value is of type Boolean.


since:
   3.0



APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER
final public static String APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER(Code)
A named preference that controls if empty inner packages are folded in the hierarchical mode of the package explorer.

Value is of type Boolean: if true empty inner packages are folded.


since:
   2.1



APPEARANCE_JAVADOC_FONT
final public static String APPEARANCE_JAVADOC_FONT(Code)
The symbolic font name for the font used to display Javadoc (value "org.eclipse.jdt.ui.javadocfont").
since:
   3.3



APPEARANCE_MEMBER_SORT_ORDER
final public static String APPEARANCE_MEMBER_SORT_ORDER(Code)
A named preference that defines how member elements are ordered by the Java views using the JavaElementSorter.

Value is of type String: A comma separated list of the following entries. Each entry must be in the list, no duplication. List order defines the sort order.

  • T: Types
  • C: Constructors
  • I: Initializers
  • M: Methods
  • F: Fields
  • SI: Static Initializers
  • SM: Static Methods
  • SF: Static Fields


since:
   2.1



APPEARANCE_METHOD_RETURNTYPE
final public static String APPEARANCE_METHOD_RETURNTYPE(Code)
A named preference that controls return type rendering of methods in the UI.

Value is of type Boolean: if true return types are rendered




APPEARANCE_METHOD_TYPEPARAMETERS
final public static String APPEARANCE_METHOD_TYPEPARAMETERS(Code)
A named preference that controls type parameter rendering of methods in the UI.

Value is of type Boolean: if true return types are rendered


since:
   3.1



APPEARANCE_OVERRIDE_INDICATOR
final public static String APPEARANCE_OVERRIDE_INDICATOR(Code)
A named preference that controls if override indicators are rendered in the UI.

Value is of type Boolean: if true override indicators are rendered




APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW
final public static String APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW(Code)
A named preference that defines the pattern used for package name compression.

Value is of type String. For example for the given package name 'org.eclipse.jdt' pattern '.' will compress it to '..jdt', '1~' to 'o~.e~.jdt'.




APPEARANCE_VISIBILITY_SORT_ORDER
final public static String APPEARANCE_VISIBILITY_SORT_ORDER(Code)
A named preference that defines how member elements are ordered by visibility in the Java views using the JavaElementSorter.

Value is of type String: A comma separated list of the following entries. Each entry must be in the list, no duplication. List order defines the sort order.

  • B: Public
  • V: Private
  • R: Protected
  • D: Default


since:
   3.0



BROWSING_LINK_VIEW_TO_EDITOR
final public static String BROWSING_LINK_VIEW_TO_EDITOR(Code)
A named preference that controls if the Java Browsing views are linked to the active editor.

Value is of type Boolean.




BROWSING_STACK_VERTICALLY
final public static String BROWSING_STACK_VERTICALLY(Code)
A named preference that controls the layout of the Java Browsing views vertically. Boolean value.

Value is of type Boolean. If true the views are stacked vertical. If false they are stacked horizontal.




CODEASSIST_ADDIMPORT
final public static String CODEASSIST_ADDIMPORT(Code)
A named preference that controls if the Java code assist adds import statements.

Value is of type Boolean.


since:
   2.1



CODEASSIST_AUTOACTIVATION
final public static String CODEASSIST_AUTOACTIVATION(Code)
A named preference that controls if the Java code assist gets auto activated.

Value is of type Boolean.




CODEASSIST_AUTOACTIVATION_DELAY
final public static String CODEASSIST_AUTOACTIVATION_DELAY(Code)
A name preference that holds the auto activation delay time in milliseconds.

Value is of type Integer.




CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA
final public static String CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA(Code)
A named preference that holds the characters that auto activate code assist in Java code.

Value is of type String. All characters that trigger auto code assist in Java code.




CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC
final public static String CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC(Code)
A named preference that holds the characters that auto activate code assist in Javadoc.

Value is of type String. All characters that trigger auto code assist in Javadoc.




CODEASSIST_AUTOINSERT
final public static String CODEASSIST_AUTOINSERT(Code)
A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.

Value is of type Boolean.


since:
   2.1



CODEASSIST_CASE_SENSITIVITY
final public static String CODEASSIST_CASE_SENSITIVITY(Code)
A named preference that controls whether code assist proposals filtering is case sensitive or not.

Value is of type Boolean.




CODEASSIST_CATEGORY_ORDER
final public static String CODEASSIST_CATEGORY_ORDER(Code)
A named preference that controls which the order of the specific code assist commands.

Value is of type String, a "\0"-separated list with categoryId:cycleState where

  • categoryId is the String holding the category ID
  • cycleState is an int which specifies the rank and the enablement:
    • enabled= cycleState < 65535
    • rank= cycleState > 65535 ? cycleState - 65535 : cycleState)


since:
   3.2



CODEASSIST_EXCLUDED_CATEGORIES
final public static String CODEASSIST_EXCLUDED_CATEGORIES(Code)
A named preference that controls which completion proposal categories have been excluded from the default proposal list.

Value is of type String, a "\0"-separated list of identifiers.


since:
   3.2



CODEASSIST_FAVORITE_STATIC_MEMBERS
final public static String CODEASSIST_FAVORITE_STATIC_MEMBERS(Code)
A named preference that holds the favorite static members.

Value is of type String: semicolon separated list of favorites.


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.3



CODEASSIST_FILL_ARGUMENT_NAMES
final public static String CODEASSIST_FILL_ARGUMENT_NAMES(Code)
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.

Value is of type Boolean.




CODEASSIST_GUESS_METHOD_ARGUMENTS
final public static String CODEASSIST_GUESS_METHOD_ARGUMENTS(Code)
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.

Value is of type Boolean.


since:
   2.1



CODEASSIST_INSERT_COMPLETION
final public static String CODEASSIST_INSERT_COMPLETION(Code)
A named preference that controls if the Java code assist only inserts completions. If set to false the proposals can also _replace_ code.

Value is of type Boolean.


since:
   2.1



CODEASSIST_LRU_HISTORY
final public static String CODEASSIST_LRU_HISTORY(Code)
A named preference that stores the content assist LRU history

Value is an XML encoded version of the history.


See Also:   org.eclipse.jdt.internal.ui.text.java.ContentAssistHistory.load(org.eclipse.core.runtime.PreferencesString)
since:
   3.2



CODEASSIST_ORDER_PROPOSALS
final public static String CODEASSIST_ORDER_PROPOSALS(Code)
A named preference that defines if code assist proposals are sorted in alphabetical order.

Value is of type Boolean. If true that are sorted in alphabetical order. If false that are unsorted.

PreferenceConstants.CODEASSIST_SORTER



CODEASSIST_PARAMETERS_BACKGROUND
final public static String CODEASSIST_PARAMETERS_BACKGROUND(Code)
A named preference that holds the background color used for parameter hints.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



CODEASSIST_PARAMETERS_FOREGROUND
final public static String CODEASSIST_PARAMETERS_FOREGROUND(Code)
A named preference that holds the foreground color used in the code assist selection dialog.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



CODEASSIST_PREFIX_COMPLETION
final public static String CODEASSIST_PREFIX_COMPLETION(Code)
A named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.

Value is of type Boolean.


since:
   3.0



CODEASSIST_PROPOSALS_BACKGROUND
final public static String CODEASSIST_PROPOSALS_BACKGROUND(Code)
A named preference that holds the background color used in the code assist selection dialog.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



CODEASSIST_PROPOSALS_FOREGROUND
final public static String CODEASSIST_PROPOSALS_FOREGROUND(Code)
A named preference that holds the foreground color used in the code assist selection dialog.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



CODEASSIST_REPLACEMENT_BACKGROUND
final public static String CODEASSIST_REPLACEMENT_BACKGROUND(Code)
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1



CODEASSIST_REPLACEMENT_FOREGROUND
final public static String CODEASSIST_REPLACEMENT_FOREGROUND(Code)
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1



CODEASSIST_SHOW_VISIBLE_PROPOSALS
final public static String CODEASSIST_SHOW_VISIBLE_PROPOSALS(Code)
A named preference that controls if code assist contains only visible proposals.

Value is of type Boolean. if true code assist only contains visible members. If false all members are included.




CODEASSIST_SORTER
final public static String CODEASSIST_SORTER(Code)
A named preference that stores the content assist sorter id.

Value is a String .


See Also:   ProposalSorterRegistry
since:
   3.2



CODEGEN_ADD_COMMENTS
final public static String CODEGEN_ADD_COMMENTS(Code)
A named preference that controls if comment stubs will be added automatically to newly created types and methods.

Value is of type Boolean.


since:
   2.1



CODEGEN_EXCEPTION_VAR_NAME
final public static String CODEGEN_EXCEPTION_VAR_NAME(Code)
A named preference that defines the preferred variable names for exceptions in catch clauses.

Value is of type String.


since:
   3.0



CODEGEN_GETTERSETTER_PREFIX
final public static String CODEGEN_GETTERSETTER_PREFIX(Code)
A named preference that holds a list of prefixes to be removed from a local variable to compute setter and getter names.

Value is of type String: comma separated list of prefixed




CODEGEN_GETTERSETTER_SUFFIX
final public static String CODEGEN_GETTERSETTER_SUFFIX(Code)
A named preference that holds a list of suffixes to be removed from a local variable to compute setter and getter names.

Value is of type String: comma separated list of suffixes




CODEGEN_IS_FOR_GETTERS
final public static String CODEGEN_IS_FOR_GETTERS(Code)
A named preference that controls whether to use the prefix "is" or the prefix "get" for automatically created getters which return a boolean field.

Value is of type Boolean.


since:
   3.0



CODEGEN_KEYWORD_THIS
final public static String CODEGEN_KEYWORD_THIS(Code)
A named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.

Value is of type Boolean.


since:
   3.0



CODEGEN_USE_GETTERSETTER_PREFIX
final public static String CODEGEN_USE_GETTERSETTER_PREFIX(Code)
A named preference that controls if prefix removal during setter/getter generation is turned on or off.

Value is of type Boolean.




CODEGEN_USE_GETTERSETTER_SUFFIX
final public static String CODEGEN_USE_GETTERSETTER_SUFFIX(Code)
A named preference that controls if suffix removal during setter/getter generation is turned on or off.

Value is of type Boolean.




CODEGEN_USE_OVERRIDE_ANNOTATION
final public static String CODEGEN_USE_OVERRIDE_ANNOTATION(Code)
A named preference that controls whether to add a override annotation for newly created methods

Value is of type Boolean.


since:
   3.1



CODEGEN__FILE_COMMENTS
final public static String CODEGEN__FILE_COMMENTS(Code)
A named preference that controls if a file comment gets added to newly created files.

Value is of type Boolean.




CODEGEN__JAVADOC_STUBS
final public static String CODEGEN__JAVADOC_STUBS(Code)
A named preference that controls if a comment stubs will be added automatically to newly created types and methods.

Value is of type Boolean.




CODEGEN__NON_JAVADOC_COMMENTS
final public static String CODEGEN__NON_JAVADOC_COMMENTS(Code)
A named preference that controls if a non-javadoc comment gets added to methods generated via the "Override Methods" operation.

Value is of type Boolean.




DOUBLE_CLICK
final public static String DOUBLE_CLICK(Code)
A named preference that controls the behavior when double clicking on a container in the packages view.

Value is of type String: possible values are DOUBLE_CLICK_GOES_INTO or DOUBLE_CLICK_EXPANDS.


See Also:   PreferenceConstants.DOUBLE_CLICK_EXPANDS
See Also:   PreferenceConstants.DOUBLE_CLICK_GOES_INTO



DOUBLE_CLICK_EXPANDS
final public static String DOUBLE_CLICK_EXPANDS(Code)
A string value used by the named preference DOUBLE_CLICK.
See Also:   PreferenceConstants.DOUBLE_CLICK



DOUBLE_CLICK_GOES_INTO
final public static String DOUBLE_CLICK_GOES_INTO(Code)
A string value used by the named preference DOUBLE_CLICK.
See Also:   PreferenceConstants.DOUBLE_CLICK



EDITOR_ADD_JAVADOC_TAGS
final public static String EDITOR_ADD_JAVADOC_TAGS(Code)
A named preference that controls whether the 'add JavaDoc tags' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_ALT_SHIFT_HOVER
final public static String EDITOR_ALT_SHIFT_HOVER(Code)
A named preference that defines the hover shown when the ALT modifier key is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID, EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
See Also:    ID_*_HOVERPreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS
since:
   2.1



EDITOR_ANNOTATION_ROLL_OVER
final public static String EDITOR_ANNOTATION_ROLL_OVER(Code)
A named preference that controls whether annotation roll over is used or not.

Value is of type Boolean. If true the annotation ruler column uses a roll over to display multiple annotations


since:
   3.0



EDITOR_BACKGROUND_COLOR
final public static String EDITOR_BACKGROUND_COLOR(Code)
A named preference that holds the color used as the text background. This value has not effect if the system default color is used.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverterAbstractTextEditor.PREFERENCE_COLOR_BACKGROUND



EDITOR_BACKGROUND_DEFAULT_COLOR
final public static String EDITOR_BACKGROUND_DEFAULT_COLOR(Code)
A named preference that describes if the system default background color is used as the text background.

Value is of type Boolean.

AbstractTextEditor.PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULT



EDITOR_BOLD_SUFFIX
final public static String EDITOR_BOLD_SUFFIX(Code)
Preference key suffix for bold text style preference keys.
since:
   2.1



EDITOR_BOOKMARK_INDICATION
final public static String EDITOR_BOOKMARK_INDICATION(Code)
A named preference that controls whether the editor shows bookmark indicators in text (squiggly lines).

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_BOOKMARK_INDICATION_COLOR
final public static String EDITOR_BOOKMARK_INDICATION_COLOR(Code)
A named preference that holds the color used to render bookmark indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   PreferenceConstants.EDITOR_BOOKMARK_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
final public static String EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER(Code)
A named preference that controls whether the overview ruler shows bookmark indicators.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_BROWSER_LIKE_LINKS
final public static String EDITOR_BROWSER_LIKE_LINKS(Code)
A named preference that controls if browser like links are turned on or off.

Value is of type Boolean.


since:
   2.1AbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINKS_ENABLED



EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER
final public static String EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER(Code)
A named preference that controls the key modifier for browser like links.

Value is of type String.


since:
   2.1AbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIER



EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK
final public static String EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK(Code)
A named preference that controls the key modifier mask for browser like links. The value is only used if the value of EDITOR_BROWSER_LIKE_LINKS cannot be resolved to valid SWT modifier bits.

Value is of type String.


See Also:   PreferenceConstants.EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER
since:
   2.1.1AbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIER_MASK



EDITOR_CLOSE_BRACES
final public static String EDITOR_CLOSE_BRACES(Code)
A named preference that controls whether the 'close braces' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_CLOSE_BRACKETS
final public static String EDITOR_CLOSE_BRACKETS(Code)
A named preference that controls whether the 'close brackets' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_CLOSE_JAVADOCS
final public static String EDITOR_CLOSE_JAVADOCS(Code)
A named preference that controls whether the 'close java docs' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_CLOSE_STRINGS
final public static String EDITOR_CLOSE_STRINGS(Code)
A named preference that controls whether the 'close strings' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_CORRECTION_INDICATION
final public static String EDITOR_CORRECTION_INDICATION(Code)
A named preference that controls if correction indicators are shown in the UI.

Value is of type Boolean.




EDITOR_CTRL_ALT_HOVER
final public static String EDITOR_CTRL_ALT_HOVER(Code)
A named preference that defines the hover shown when the CTRL + ALT modifier keys is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
See Also:    ID_*_HOVER
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_CTRL_ALT_SHIFT_HOVER
final public static String EDITOR_CTRL_ALT_SHIFT_HOVER(Code)
A named preference that defines the hover shown when the CTRL + ALT + SHIFT modifier keys is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
See Also:    ID_*_HOVER
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_CTRL_HOVER
final public static String EDITOR_CTRL_HOVER(Code)
A named preference that defines the hover shown when the CTRL modifier key is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_CTRL_SHIFT_HOVER
final public static String EDITOR_CTRL_SHIFT_HOVER(Code)
A named preference that defines the hover shown when the CTRL + SHIFT modifier keys is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
See Also:    ID_*_HOVER
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_CURRENT_LINE
final public static String EDITOR_CURRENT_LINE(Code)
A named preference that controls whether the current line highlighting is turned on or off.

Value is of type Boolean.

org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_CURRENT_LINE_COLOR
final public static String EDITOR_CURRENT_LINE_COLOR(Code)
A named preference that holds the color used to highlight the current line.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverterorg.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_DEFAULT_HOVER
final public static String EDITOR_DEFAULT_HOVER(Code)
A named preference that defines the hover named the 'default hover'. Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_DEFAULT_HOVER_CONFIGURED_ID
final public static String EDITOR_DEFAULT_HOVER_CONFIGURED_ID(Code)
A string value used by the named preferences for hover configuration to describe that the default hover should be shown for the given key modifiers. The default hover is described by the EDITOR_DEFAULT_HOVER property.
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_DISABLE_OVERWRITE_MODE
final public static String EDITOR_DISABLE_OVERWRITE_MODE(Code)
A named preference that controls disabling of the overwrite mode.

Value is of type Boolean.


since:
   3.0AbstractDecoratedTextEditorPreferenceConstants.EDITOR_DISABLE_OVERWRITE_MODE



EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
final public static String EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER(Code)
A named preference that controls whether the overview ruler shows error indicators.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_ESCAPE_STRINGS
final public static String EDITOR_ESCAPE_STRINGS(Code)
A named preference that controls whether the 'escape strings' feature is enabled.

Value is of type Boolean.


since:
   3.0



EDITOR_EVALUTE_TEMPORARY_PROBLEMS
final public static String EDITOR_EVALUTE_TEMPORARY_PROBLEMS(Code)
A named preference that controls if temporary problems are evaluated and shown in the UI.

Value is of type Boolean.




EDITOR_FIND_SCOPE_COLOR
final public static String EDITOR_FIND_SCOPE_COLOR(Code)
A named preference that holds the color used for the find/replace scope.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverterAbstractTextEditor.PREFERENCE_COLOR_FIND_SCOPE



EDITOR_FOLDING_ENABLED
final public static String EDITOR_FOLDING_ENABLED(Code)
A named preference that controls whether folding is enabled in the Java editor.

Value is of type Boolean.


since:
   3.0



EDITOR_FOLDING_HEADERS
final public static String EDITOR_FOLDING_HEADERS(Code)
A named preference that stores the value for header comment folding for the default folding provider.

Value is of type Boolean.


since:
   3.1



EDITOR_FOLDING_IMPORTS
final public static String EDITOR_FOLDING_IMPORTS(Code)
A named preference that stores the value for imports folding for the default folding provider.

Value is of type Boolean.


since:
   3.0



EDITOR_FOLDING_INNERTYPES
final public static String EDITOR_FOLDING_INNERTYPES(Code)
A named preference that stores the value for inner type folding for the default folding provider.

Value is of type Boolean.


since:
   3.0



EDITOR_FOLDING_JAVADOC
final public static String EDITOR_FOLDING_JAVADOC(Code)
A named preference that stores the value for Javadoc folding for the default folding provider.

Value is of type Boolean.


since:
   3.0



EDITOR_FOLDING_METHODS
final public static String EDITOR_FOLDING_METHODS(Code)
A named preference that stores the value for method folding for the default folding provider.

Value is of type Boolean.


since:
   3.0



EDITOR_FOLDING_PROVIDER
final public static String EDITOR_FOLDING_PROVIDER(Code)
A named preference that stores the configured folding provider.

Value is of type String.


since:
   3.0



EDITOR_FOREGROUND_COLOR
final public static String EDITOR_FOREGROUND_COLOR(Code)
A named preference that holds the color used as the text foreground. This value has not effect if the system default color is used.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverterAbstractTextEditor.PREFERENCE_COLOR_FOREGROUND



EDITOR_FOREGROUND_DEFAULT_COLOR
final public static String EDITOR_FOREGROUND_DEFAULT_COLOR(Code)
A named preference that describes if the system default foreground color is used as the text foreground.

Value is of type Boolean.

AbstractTextEditor.PREFERENCE_COLOR_FOREGROUND_SYSTEM_DEFAULT



EDITOR_FORMAT_JAVADOCS
final public static String EDITOR_FORMAT_JAVADOCS(Code)
A named preference that controls whether the 'format Javadoc tags' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_IMPORTS_ON_PASTE
final public static String EDITOR_IMPORTS_ON_PASTE(Code)
A named preference that controls whether 'paste' should update the imports.

Value is of type Boolean.


since:
   3.0



EDITOR_ITALIC_SUFFIX
final public static String EDITOR_ITALIC_SUFFIX(Code)
Preference key suffix for italic text style preference keys.
since:
   3.0



EDITOR_JAVADOC_DEFAULT_BOLD
final public static String EDITOR_JAVADOC_DEFAULT_BOLD(Code)
A named preference that controls whether javadoc default text is rendered in bold.

Value is of type Boolean.




EDITOR_JAVADOC_DEFAULT_COLOR
final public static String EDITOR_JAVADOC_DEFAULT_COLOR(Code)
A named preference that holds the color used to render javadoc default text.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_JAVADOC_DEFAULT_ITALIC
final public static String EDITOR_JAVADOC_DEFAULT_ITALIC(Code)
A named preference that controls whether javadoc default text is rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVADOC_DEFAULT_STRIKETHROUGH
final public static String EDITOR_JAVADOC_DEFAULT_STRIKETHROUGH(Code)
A named preference that controls whether javadoc default text is rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_DEFAULT_UNDERLINE
final public static String EDITOR_JAVADOC_DEFAULT_UNDERLINE(Code)
A named preference that controls whether javadoc default text is rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_KEYWORD_BOLD
final public static String EDITOR_JAVADOC_KEYWORD_BOLD(Code)
A named preference that controls whether javadoc keywords are rendered in bold.

Value is of type Boolean.




EDITOR_JAVADOC_KEYWORD_COLOR
final public static String EDITOR_JAVADOC_KEYWORD_COLOR(Code)
A named preference that holds the color used to render javadoc keywords.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_JAVADOC_KEYWORD_ITALIC
final public static String EDITOR_JAVADOC_KEYWORD_ITALIC(Code)
A named preference that controls whether javadoc keywords are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVADOC_KEYWORD_STRIKETHROUGH
final public static String EDITOR_JAVADOC_KEYWORD_STRIKETHROUGH(Code)
A named preference that controls whether javadoc keywords are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_KEYWORD_UNDERLINE
final public static String EDITOR_JAVADOC_KEYWORD_UNDERLINE(Code)
A named preference that controls whether javadoc keywords are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_LINKS_BOLD
final public static String EDITOR_JAVADOC_LINKS_BOLD(Code)
A named preference that controls whether javadoc links are rendered in bold.

Value is of type Boolean.




EDITOR_JAVADOC_LINKS_COLOR
final public static String EDITOR_JAVADOC_LINKS_COLOR(Code)
A named preference that holds the color used to render javadoc links.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_JAVADOC_LINKS_ITALIC
final public static String EDITOR_JAVADOC_LINKS_ITALIC(Code)
A named preference that controls whether javadoc links are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVADOC_LINKS_STRIKETHROUGH
final public static String EDITOR_JAVADOC_LINKS_STRIKETHROUGH(Code)
A named preference that controls whether javadoc links are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_LINKS_UNDERLINE
final public static String EDITOR_JAVADOC_LINKS_UNDERLINE(Code)
A named preference that controls whether javadoc links are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_TAG_BOLD
final public static String EDITOR_JAVADOC_TAG_BOLD(Code)
A named preference that controls whether javadoc tags are rendered in bold.

Value is of type Boolean.




EDITOR_JAVADOC_TAG_COLOR
final public static String EDITOR_JAVADOC_TAG_COLOR(Code)
A named preference that holds the color used to render javadoc tags.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_JAVADOC_TAG_ITALIC
final public static String EDITOR_JAVADOC_TAG_ITALIC(Code)
A named preference that controls whether javadoc tags are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVADOC_TAG_STRIKETHROUGH
final public static String EDITOR_JAVADOC_TAG_STRIKETHROUGH(Code)
A named preference that controls whether javadoc tags are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVADOC_TAG_UNDERLINE
final public static String EDITOR_JAVADOC_TAG_UNDERLINE(Code)
A named preference that controls whether javadoc tags are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_ANNOTATION_BOLD
final public static String EDITOR_JAVA_ANNOTATION_BOLD(Code)
A named preference that controls whether annotations are rendered in bold.

Value is of type Boolean.


since:
   3.1org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.ANNOTATION



EDITOR_JAVA_ANNOTATION_COLOR
final public static String EDITOR_JAVA_ANNOTATION_COLOR(Code)
A named preference that holds the color used to render annotations.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.1org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.ANNOTATION



EDITOR_JAVA_ANNOTATION_ITALIC
final public static String EDITOR_JAVA_ANNOTATION_ITALIC(Code)
A named preference that controls whether annotations are rendered in italic.

Value is of type Boolean.


since:
   3.1org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.ANNOTATION



EDITOR_JAVA_ANNOTATION_STRIKETHROUGH
final public static String EDITOR_JAVA_ANNOTATION_STRIKETHROUGH(Code)
A named preference that controls whether annotations are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.ANNOTATION



EDITOR_JAVA_ANNOTATION_UNDERLINE
final public static String EDITOR_JAVA_ANNOTATION_UNDERLINE(Code)
A named preference that controls whether annotations are rendered in underline.

Value is of type Boolean.


since:
   3.1org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.ANNOTATION



EDITOR_JAVA_BRACKET_BOLD
final public static String EDITOR_JAVA_BRACKET_BOLD(Code)
A named preference that controls whether brackets are rendered in bold.

Value is of type Boolean.


since:
   3.3



EDITOR_JAVA_BRACKET_COLOR
final public static String EDITOR_JAVA_BRACKET_COLOR(Code)
A named preference that holds the color used to render brackets.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.3



EDITOR_JAVA_BRACKET_ITALIC
final public static String EDITOR_JAVA_BRACKET_ITALIC(Code)
A named preference that controls whether brackets are rendered in italic.

Value is of type Boolean.


since:
   3.3



EDITOR_JAVA_BRACKET_STRIKETHROUGH
final public static String EDITOR_JAVA_BRACKET_STRIKETHROUGH(Code)
A named preference that controls whether brackets are rendered in strikethrough.

Value is of type Boolean.


since:
   3.3



EDITOR_JAVA_BRACKET_UNDERLINE
final public static String EDITOR_JAVA_BRACKET_UNDERLINE(Code)
A named preference that controls whether brackets are rendered in underline.

Value is of type Boolean.


since:
   3.3



EDITOR_JAVA_DEFAULT_BOLD
final public static String EDITOR_JAVA_DEFAULT_BOLD(Code)
A named preference that controls whether Java default text is rendered in bold.

Value is of type Boolean.




EDITOR_JAVA_DEFAULT_COLOR
final public static String EDITOR_JAVA_DEFAULT_COLOR(Code)
A named preference that holds the color used to render java default text.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_JAVA_DEFAULT_ITALIC
final public static String EDITOR_JAVA_DEFAULT_ITALIC(Code)
A named preference that controls whether Java default text is rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVA_DEFAULT_STRIKETHROUGH
final public static String EDITOR_JAVA_DEFAULT_STRIKETHROUGH(Code)
A named preference that controls whether Java default text is rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_DEFAULT_UNDERLINE
final public static String EDITOR_JAVA_DEFAULT_UNDERLINE(Code)
A named preference that controls whether Java default text is rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_KEYWORD_BOLD
final public static String EDITOR_JAVA_KEYWORD_BOLD(Code)
A named preference that controls whether keywords are rendered in bold.

Value is of type Boolean.




EDITOR_JAVA_KEYWORD_COLOR
final public static String EDITOR_JAVA_KEYWORD_COLOR(Code)
A named preference that holds the color used to render java keywords.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_JAVA_KEYWORD_ITALIC
final public static String EDITOR_JAVA_KEYWORD_ITALIC(Code)
A named preference that controls whether keywords are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVA_KEYWORD_RETURN_BOLD
final public static String EDITOR_JAVA_KEYWORD_RETURN_BOLD(Code)
A named preference that controls whether 'return' keyword is rendered in bold.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVA_KEYWORD_RETURN_COLOR
final public static String EDITOR_JAVA_KEYWORD_RETURN_COLOR(Code)
A named preference that holds the color used to render the 'return' keyword.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.0



EDITOR_JAVA_KEYWORD_RETURN_ITALIC
final public static String EDITOR_JAVA_KEYWORD_RETURN_ITALIC(Code)
A named preference that controls whether 'return' keyword is rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVA_KEYWORD_RETURN_STRIKETHROUGH
final public static String EDITOR_JAVA_KEYWORD_RETURN_STRIKETHROUGH(Code)
A named preference that controls whether 'return' keyword is rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_KEYWORD_RETURN_UNDERLINE
final public static String EDITOR_JAVA_KEYWORD_RETURN_UNDERLINE(Code)
A named preference that controls whether 'return' keyword is rendered in italic.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_KEYWORD_STRIKETHROUGH
final public static String EDITOR_JAVA_KEYWORD_STRIKETHROUGH(Code)
A named preference that controls whether keywords are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_KEYWORD_UNDERLINE
final public static String EDITOR_JAVA_KEYWORD_UNDERLINE(Code)
A named preference that controls whether keywords are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_METHOD_NAME_BOLD
final public static String EDITOR_JAVA_METHOD_NAME_BOLD(Code)
A named preference that controls whether method names are rendered in bold.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.METHOD



EDITOR_JAVA_METHOD_NAME_COLOR
final public static String EDITOR_JAVA_METHOD_NAME_COLOR(Code)
A named preference that holds the color used to render method names.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.0org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.METHOD



EDITOR_JAVA_METHOD_NAME_ITALIC
final public static String EDITOR_JAVA_METHOD_NAME_ITALIC(Code)
A named preference that controls whether method names are rendered in italic.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.METHOD



EDITOR_JAVA_OPERATOR_BOLD
final public static String EDITOR_JAVA_OPERATOR_BOLD(Code)
A named preference that controls whether operators are rendered in bold.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVA_OPERATOR_COLOR
final public static String EDITOR_JAVA_OPERATOR_COLOR(Code)
A named preference that holds the color used to render operators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.0



EDITOR_JAVA_OPERATOR_ITALIC
final public static String EDITOR_JAVA_OPERATOR_ITALIC(Code)
A named preference that controls whether operators are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_JAVA_OPERATOR_STRIKETHROUGH
final public static String EDITOR_JAVA_OPERATOR_STRIKETHROUGH(Code)
A named preference that controls whether operators are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_JAVA_OPERATOR_UNDERLINE
final public static String EDITOR_JAVA_OPERATOR_UNDERLINE(Code)
A named preference that controls whether operators are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_LINE_NUMBER_RULER
final public static String EDITOR_LINE_NUMBER_RULER(Code)
A named preference that controls if the line number ruler is shown in the UI.

Value is of type Boolean.

org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_LINE_NUMBER_RULER_COLOR
final public static String EDITOR_LINE_NUMBER_RULER_COLOR(Code)
A named preference that holds the color used to render line numbers inside the line number ruler.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
See Also:   PreferenceConstants.EDITOR_LINE_NUMBER_RULERorg.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_LINKED_POSITION_COLOR
final public static String EDITOR_LINKED_POSITION_COLOR(Code)
A named preference that holds the color used to render linked positions inside code templates.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_LINK_COLOR
final public static String EDITOR_LINK_COLOR(Code)
A named preference that holds the color used for 'linked-mode' underline.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1AbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_COLOR



EDITOR_MARK_BREAK_CONTINUE_TARGETS
final public static String EDITOR_MARK_BREAK_CONTINUE_TARGETS(Code)
A named preference that controls whether targets for of break and continue statements are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.2



EDITOR_MARK_CONSTANT_OCCURRENCES
final public static String EDITOR_MARK_CONSTANT_OCCURRENCES(Code)
A named preference that controls whether constant (static final) occurrences are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_EXCEPTION_OCCURRENCES
final public static String EDITOR_MARK_EXCEPTION_OCCURRENCES(Code)
A named preference that controls whether exception occurrences are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_FIELD_OCCURRENCES
final public static String EDITOR_MARK_FIELD_OCCURRENCES(Code)
A named preference that controls whether non-constant field occurrences are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_IMPLEMENTORS
final public static String EDITOR_MARK_IMPLEMENTORS(Code)
A named preference that controls whether method exit points are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.1



EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES
final public static String EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES(Code)
A named preference that controls whether local variable occurrences are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_METHOD_EXIT_POINTS
final public static String EDITOR_MARK_METHOD_EXIT_POINTS(Code)
A named preference that controls whether method exit points are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_METHOD_OCCURRENCES
final public static String EDITOR_MARK_METHOD_OCCURRENCES(Code)
A named preference that controls whether method occurrences are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_OCCURRENCES
final public static String EDITOR_MARK_OCCURRENCES(Code)
A named preference that controls whether occurrences are marked in the editor.

Value is of type Boolean.


since:
   3.0



EDITOR_MARK_TYPE_OCCURRENCES
final public static String EDITOR_MARK_TYPE_OCCURRENCES(Code)
A named preference that controls whether type occurrences are marked. Only valid if PreferenceConstants.EDITOR_MARK_OCCURRENCES is true.

Value is of type Boolean.


since:
   3.0



EDITOR_MATCHING_BRACKETS
final public static String EDITOR_MATCHING_BRACKETS(Code)
A named preference that controls whether bracket matching highlighting is turned on or off.

Value is of type Boolean.




EDITOR_MATCHING_BRACKETS_COLOR
final public static String EDITOR_MATCHING_BRACKETS_COLOR(Code)
A named preference that holds the color used to highlight matching brackets.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_MULTI_LINE_COMMENT_BOLD
final public static String EDITOR_MULTI_LINE_COMMENT_BOLD(Code)
A named preference that controls whether multi-line comments are rendered in bold.

Value is of type Boolean. If true multi-line comments are rendered in bold. If false the are rendered using no font style attribute.




EDITOR_MULTI_LINE_COMMENT_COLOR
final public static String EDITOR_MULTI_LINE_COMMENT_COLOR(Code)
A named preference that holds the color used to render multi-line comments.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_MULTI_LINE_COMMENT_ITALIC
final public static String EDITOR_MULTI_LINE_COMMENT_ITALIC(Code)
A named preference that controls whether multi-line comments are rendered in italic.

Value is of type Boolean. If true multi-line comments are rendered in italic. If false the are rendered using no italic font style attribute.


since:
   3.0



EDITOR_MULTI_LINE_COMMENT_STRIKETHROUGH
final public static String EDITOR_MULTI_LINE_COMMENT_STRIKETHROUGH(Code)
A named preference that controls whether multi-line comments are rendered in strikethrough.

Value is of type Boolean. If true multi-line comments are rendered in strikethrough. If false the are rendered using no strikethrough font style attribute.


since:
   3.1



EDITOR_MULTI_LINE_COMMENT_UNDERLINE
final public static String EDITOR_MULTI_LINE_COMMENT_UNDERLINE(Code)
A named preference that controls whether multi-line comments are rendered in underline.

Value is of type Boolean. If true multi-line comments are rendered in underline. If false the are rendered using no underline font style attribute.


since:
   3.1



EDITOR_NONE_HOVER
final public static String EDITOR_NONE_HOVER(Code)
A named preference that defines the hover shown when no control key is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_NO_HOVER_CONFIGURED_ID
final public static String EDITOR_NO_HOVER_CONFIGURED_ID(Code)
A string value used by the named preferences for hover configuration to describe that no hover should be shown for the given key modifiers. PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS
since:
   2.1



EDITOR_OVERVIEW_RULER
final public static String EDITOR_OVERVIEW_RULER(Code)
A named preference that controls if the overview ruler is shown in the UI.

Value is of type Boolean.

org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_PRINT_MARGIN
final public static String EDITOR_PRINT_MARGIN(Code)
A named preference that controls whether the print margin is turned on or off.

Value is of type Boolean.

org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_PRINT_MARGIN_COLOR
final public static String EDITOR_PRINT_MARGIN_COLOR(Code)
A named preference that holds the color used to render the print margin.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverterorg.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_PRINT_MARGIN_COLUMN
final public static String EDITOR_PRINT_MARGIN_COLUMN(Code)
Print margin column. Integer value. org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants



EDITOR_PROBLEM_INDICATION
final public static String EDITOR_PROBLEM_INDICATION(Code)
A named preference that controls whether the editor shows problem indicators in text (squiggly lines).

Value is of type Boolean.

org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_PROBLEM_INDICATION_COLOR
final public static String EDITOR_PROBLEM_INDICATION_COLOR(Code)
A named preference that holds the color used to render problem indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   PreferenceConstants.EDITOR_PROBLEM_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverterorg.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_QUICKASSIST_LIGHTBULB
final public static String EDITOR_QUICKASSIST_LIGHTBULB(Code)
A named preference that controls if quick assist light bulbs are shown.

Value is of type Boolean: if true light bulbs are shown for quick assists.


since:
   3.0



EDITOR_SEARCH_RESULT_INDICATION
final public static String EDITOR_SEARCH_RESULT_INDICATION(Code)
A named preference that controls whether the editor shows search indicators in text (squiggly lines).

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_SEARCH_RESULT_INDICATION_COLOR
final public static String EDITOR_SEARCH_RESULT_INDICATION_COLOR(Code)
A named preference that holds the color used to render search indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   PreferenceConstants.EDITOR_SEARCH_RESULT_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
final public static String EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER(Code)
A named preference that controls whether the overview ruler shows search result indicators.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_SEMANTIC_HIGHLIGHTING_BOLD_SUFFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_BOLD_SUFFIX(Code)
A named preference suffix that controls if semantic highlighting has the text attribute bold.

Value is of type Boolean: true if bold.


since:
   3.0



EDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIX(Code)
A named preference suffix that controls a semantic highlighting's color.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.0



EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED(Code)
A named preference that controls if semantic highlighting is enabled.

Value is of type Boolean:true if enabled.


since:
   3.0SemanticHighlightings.affectsEnablement(IPreferenceStoreorg.eclipse.jface.util.PropertyChangeEvent)



EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX(Code)
A named preference suffix that controls if semantic highlighting is enabled.

Value is of type Boolean: true if enabled.


since:
   3.0



EDITOR_SEMANTIC_HIGHLIGHTING_ITALIC_SUFFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_ITALIC_SUFFIX(Code)
A named preference suffix that controls if semantic highlighting has the text attribute italic.

Value is of type Boolean: true if italic.


since:
   3.0



EDITOR_SEMANTIC_HIGHLIGHTING_PREFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_PREFIX(Code)
A named preference prefix for semantic highlighting preferences.
since:
   3.0



EDITOR_SEMANTIC_HIGHLIGHTING_STRIKETHROUGH_SUFFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_STRIKETHROUGH_SUFFIX(Code)
A named preference suffix that controls if semantic highlighting has the text attribute strikethrough.

Value is of type Boolean: true if strikethrough.


since:
   3.1



EDITOR_SEMANTIC_HIGHLIGHTING_UNDERLINE_SUFFIX
final public static String EDITOR_SEMANTIC_HIGHLIGHTING_UNDERLINE_SUFFIX(Code)
A named preference suffix that controls if semantic highlighting has the text attribute underline.

Value is of type Boolean: true if underline.


since:
   3.1



EDITOR_SHIFT_HOVER
final public static String EDITOR_SHIFT_HOVER(Code)
A named preference that defines the hover shown when the SHIFT modifier key is pressed.

Value is of type String: possible values are EDITOR_NO_HOVER_CONFIGURED_ID or EDITOR_DEFAULT_HOVER_CONFIGURED_ID or the hover id of a hover contributed as javaEditorTextHovers.


See Also:   PreferenceConstants.EDITOR_NO_HOVER_CONFIGURED_ID
See Also:   PreferenceConstants.EDITOR_DEFAULT_HOVER_CONFIGURED_ID
See Also:   JavaUI
See Also:    ID_*_HOVER
since:
   2.1PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS



EDITOR_SHOW_HOVER
final public static String EDITOR_SHOW_HOVER(Code)
A named preference that controls whether hover tool tips in the editor are turned on or off.

Value is of type Boolean.




EDITOR_SHOW_SEGMENTS
final public static String EDITOR_SHOW_SEGMENTS(Code)
A named preference that controls if segmented view (show selected element only) is turned on or off.

Value is of type Boolean.




EDITOR_SHOW_TEXT_HOVER_AFFORDANCE
final public static String EDITOR_SHOW_TEXT_HOVER_AFFORDANCE(Code)
A named preference that defines whether the hint to make hover sticky should be shown.
See Also:   JavaUI
since:
   3.0AbstractDecoratedTextEditorPreferenceConstants.EDITOR_SHOW_TEXT_HOVER_AFFORDANCE



EDITOR_SINGLE_LINE_COMMENT_BOLD
final public static String EDITOR_SINGLE_LINE_COMMENT_BOLD(Code)
A named preference that controls whether single line comments are rendered in bold.

Value is of type Boolean. If true single line comments are rendered in bold. If false the are rendered using no font style attribute.




EDITOR_SINGLE_LINE_COMMENT_COLOR
final public static String EDITOR_SINGLE_LINE_COMMENT_COLOR(Code)
A named preference that holds the color used to render single line comments.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_SINGLE_LINE_COMMENT_ITALIC
final public static String EDITOR_SINGLE_LINE_COMMENT_ITALIC(Code)
A named preference that controls whether single line comments are rendered in italic.

Value is of type Boolean. If true single line comments are rendered in italic. If false the are rendered using no italic font style attribute.


since:
   3.0



EDITOR_SINGLE_LINE_COMMENT_STRIKETHROUGH
final public static String EDITOR_SINGLE_LINE_COMMENT_STRIKETHROUGH(Code)
A named preference that controls whether single line comments are rendered in strikethrough.

Value is of type Boolean. If true single line comments are rendered in strikethrough. If false the are rendered using no italic font style attribute.


since:
   3.1



EDITOR_SINGLE_LINE_COMMENT_UNDERLINE
final public static String EDITOR_SINGLE_LINE_COMMENT_UNDERLINE(Code)
A named preference that controls whether single line comments are rendered in underline.

Value is of type Boolean. If true single line comments are rendered in underline. If false the are rendered using no italic font style attribute.


since:
   3.1



EDITOR_SMART_BACKSPACE
final public static String EDITOR_SMART_BACKSPACE(Code)
A named preference that controls the smart backspace behavior.

Value is of type Boolean.
since:
   3.0




EDITOR_SMART_HOME_END
final public static String EDITOR_SMART_HOME_END(Code)
A named preference that controls whether the 'smart home-end' feature is enabled.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants.EDITOR_SMART_HOME_END



EDITOR_SMART_OPENING_BRACE
final public static String EDITOR_SMART_OPENING_BRACE(Code)
A named preference that controls the "smart opening brace" smart typing handler.

Value is of type Boolean.


since:
   3.0



EDITOR_SMART_PASTE
final public static String EDITOR_SMART_PASTE(Code)
A named preference that controls whether the 'smart paste' feature is enabled.

Value is of type Boolean.


since:
   2.1



EDITOR_SMART_SEMICOLON
final public static String EDITOR_SMART_SEMICOLON(Code)
A named preference that controls the "smart semicolon" smart typing handler.

Value is of type Boolean.


since:
   3.0



EDITOR_SMART_TAB
final public static String EDITOR_SMART_TAB(Code)
A named preference that controls the smart tab behavior.

Value is of type Boolean.
since:
   3.0




EDITOR_SOURCE_HOVER_BACKGROUND_COLOR
final public static String EDITOR_SOURCE_HOVER_BACKGROUND_COLOR(Code)
A named preference that holds the source hover background color.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.3



EDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULT
final public static String EDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULT(Code)
A named preference that tells whether to use the system default color ( SWT.COLOR_INFO_BACKGROUND ) for the source hover background color.

Value is of type Boolean.


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.3



EDITOR_SPACES_FOR_TABS
final public static String EDITOR_SPACES_FOR_TABS(Code)
A named preference that specifies if the editor uses spaces for tabs.

Value is of type Boolean. If truespaces instead of tabs are used in the editor. If false the editor inserts a tab character when pressing the tab key.

org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR



EDITOR_STICKY_OCCURRENCES
final public static String EDITOR_STICKY_OCCURRENCES(Code)
A named preference that controls whether occurrences are sticky in the editor.

Value is of type Boolean.


since:
   3.0



EDITOR_STRIKETHROUGH_SUFFIX
final public static String EDITOR_STRIKETHROUGH_SUFFIX(Code)
Preference key suffix for strikethrough text style preference keys.
since:
   3.1



EDITOR_STRING_BOLD
final public static String EDITOR_STRING_BOLD(Code)
A named preference that controls whether string constants are rendered in bold.

Value is of type Boolean.




EDITOR_STRING_COLOR
final public static String EDITOR_STRING_COLOR(Code)
A named preference that holds the color used to render string constants.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter



EDITOR_STRING_ITALIC
final public static String EDITOR_STRING_ITALIC(Code)
A named preference that controls whether string constants are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_STRING_STRIKETHROUGH
final public static String EDITOR_STRING_STRIKETHROUGH(Code)
A named preference that controls whether string constants are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_STRING_UNDERLINE
final public static String EDITOR_STRING_UNDERLINE(Code)
A named preference that controls whether string constants are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_SUB_WORD_NAVIGATION
final public static String EDITOR_SUB_WORD_NAVIGATION(Code)
A named preference that controls whether the 'sub-word navigation' feature is enabled.

Value is of type Boolean.


since:
   3.0



EDITOR_SYNC_OUTLINE_ON_CURSOR_MOVE
final public static String EDITOR_SYNC_OUTLINE_ON_CURSOR_MOVE(Code)
A named preference that controls whether the outline view selection should stay in sync with with the element at the current cursor position.

Value is of type Boolean.


since:
   2.1



EDITOR_TAB_WIDTH
final public static String EDITOR_TAB_WIDTH(Code)
A named preference that holds the number of spaces used per tab in the editor.

Value is of type Integer: positive integer value specifying the number of spaces per tab.

AbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTH



EDITOR_TASK_INDICATION
final public static String EDITOR_TASK_INDICATION(Code)
A named preference that controls whether the editor shows task indicators in text (squiggly lines).

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_TASK_INDICATION_COLOR
final public static String EDITOR_TASK_INDICATION_COLOR(Code)
A named preference that holds the color used to render task indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   PreferenceConstants.EDITOR_TASK_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
final public static String EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER(Code)
A named preference that controls whether the overview ruler shows task indicators.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_TASK_TAG_BOLD
final public static String EDITOR_TASK_TAG_BOLD(Code)
A named preference that controls whether task tags are rendered in bold.

Value is of type Boolean.


since:
   2.1



EDITOR_TASK_TAG_COLOR
final public static String EDITOR_TASK_TAG_COLOR(Code)
A named preference that holds the color used to render task tags.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1



EDITOR_TASK_TAG_ITALIC
final public static String EDITOR_TASK_TAG_ITALIC(Code)
A named preference that controls whether task tags are rendered in italic.

Value is of type Boolean.


since:
   3.0



EDITOR_TASK_TAG_STRIKETHROUGH
final public static String EDITOR_TASK_TAG_STRIKETHROUGH(Code)
A named preference that controls whether task tags are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



EDITOR_TASK_TAG_UNDERLINE
final public static String EDITOR_TASK_TAG_UNDERLINE(Code)
A named preference that controls whether task tags are rendered in underline.

Value is of type Boolean.


since:
   3.1



EDITOR_TEXT_FONT
final public static String EDITOR_TEXT_FONT(Code)
The symbolic font name for the Java editor text font (value "org.eclipse.jdt.ui.editors.textfont").
since:
   2.1



EDITOR_TEXT_HOVER_MODIFIERS
final public static String EDITOR_TEXT_HOVER_MODIFIERS(Code)
A named preference that defines the key for the hover modifiers.
See Also:   JavaUI
since:
   2.1



EDITOR_TEXT_HOVER_MODIFIER_MASKS
final public static String EDITOR_TEXT_HOVER_MODIFIER_MASKS(Code)
A named preference that defines the key for the hover modifier state masks. The value is only used if the value of EDITOR_TEXT_HOVER_MODIFIERS cannot be resolved to valid SWT modifier bits.
See Also:   JavaUI
See Also:   PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS
since:
   2.1.1



EDITOR_UNDERLINE_SUFFIX
final public static String EDITOR_UNDERLINE_SUFFIX(Code)
Preference key suffix for underline text style preference keys.
since:
   3.1



EDITOR_UNKNOWN_INDICATION
final public static String EDITOR_UNKNOWN_INDICATION(Code)
A named preference that controls whether the editor shows unknown indicators in text (squiggly lines).

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_UNKNOWN_INDICATION_COLOR
final public static String EDITOR_UNKNOWN_INDICATION_COLOR(Code)
A named preference that holds the color used to render unknown indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   PreferenceConstants.EDITOR_UNKNOWN_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
final public static String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER(Code)
A named preference that controls whether the overview ruler shows unknown indicators.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_WARNING_INDICATION
final public static String EDITOR_WARNING_INDICATION(Code)
A named preference that controls whether the editor shows warning indicators in text (squiggly lines).

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_WARNING_INDICATION_COLOR
final public static String EDITOR_WARNING_INDICATION_COLOR(Code)
A named preference that holds the color used to render warning indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   PreferenceConstants.EDITOR_WARNING_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
final public static String EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER(Code)
A named preference that controls whether the overview ruler shows warning indicators.

Value is of type Boolean.


since:
   2.1org.eclipse.ui.texteditor.MarkerAnnotationPreferences



EDITOR_WRAP_STRINGS
final public static String EDITOR_WRAP_STRINGS(Code)
A named preference that controls whether the 'wrap strings' feature is enabled.

Value is of type Boolean.


since:
   2.1



FORMATTER_COMMENT_CLEARBLANKLINES
final public static String FORMATTER_COMMENT_CLEARBLANKLINES(Code)
A named preference that controls whether blank lines are cleared during formatting.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES



FORMATTER_COMMENT_FORMAT
final public static String FORMATTER_COMMENT_FORMAT(Code)
A named preference that controls whether Javadoc comments are formatted by the content formatter.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT



FORMATTER_COMMENT_FORMATHEADER
final public static String FORMATTER_COMMENT_FORMATHEADER(Code)
A named preference that controls whether the header comment of a Java source file is formatted.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HEADER



FORMATTER_COMMENT_FORMATHTML
final public static String FORMATTER_COMMENT_FORMATHTML(Code)
A named preference that controls whether HTML tags are formatted.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HTML



FORMATTER_COMMENT_FORMATSOURCE
final public static String FORMATTER_COMMENT_FORMATSOURCE(Code)
A named preference that controls whether code snippets are formatted in Javadoc comments.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_SOURCE



FORMATTER_COMMENT_INDENTPARAMETERDESCRIPTION
final public static String FORMATTER_COMMENT_INDENTPARAMETERDESCRIPTION(Code)
A named preference that controls whether description of Javadoc parameters are indented.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION



FORMATTER_COMMENT_INDENTROOTTAGS
final public static String FORMATTER_COMMENT_INDENTROOTTAGS(Code)
A named preference that controls whether Javadoc root tags are indented.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_ROOT_TAGS



FORMATTER_COMMENT_LINELENGTH
final public static String FORMATTER_COMMENT_LINELENGTH(Code)
A named preference that controls the line length of comments.

Value is of type Integer. The value must be at least 4 for reasonable formatting.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_LINE_LENGTH



FORMATTER_COMMENT_NEWLINEFORPARAMETER
final public static String FORMATTER_COMMENT_NEWLINEFORPARAMETER(Code)
A named preference that controls whether a new line is inserted after Javadoc root tag parameters.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETER



FORMATTER_COMMENT_SEPARATEROOTTAGS
final public static String FORMATTER_COMMENT_SEPARATEROOTTAGS(Code)
A named preference that controls whether an empty line is inserted before the Javadoc root tag block.

Value is of type Boolean.


since:
   3.0org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS



FORMATTER_PROFILE
final public static String FORMATTER_PROFILE(Code)
A named preference that controls which profile is used by the code formatter.

Value is of type String.


since:
   3.0



ID_BESTMATCH_HOVER
final public static String ID_BESTMATCH_HOVER(Code)
The id of the best match hover contributed for extension point javaEditorTextHovers.
since:
   2.1



ID_JAVADOC_HOVER
final public static String ID_JAVADOC_HOVER(Code)
The id of the javadoc hover contributed for extension point javaEditorTextHovers.
since:
   2.1



ID_PROBLEM_HOVER
final public static String ID_PROBLEM_HOVER(Code)
The id of the problem hover contributed for extension point javaEditorTextHovers.
since:
   2.1



ID_SOURCE_HOVER
final public static String ID_SOURCE_HOVER(Code)
The id of the source code hover contributed for extension point javaEditorTextHovers.
since:
   2.1



JAVADOC_COMMAND
final public static String JAVADOC_COMMAND(Code)
A named preference that holds the path of the Javadoc command used by the Javadoc creation wizard.

Value is of type String.




LINK_BROWSING_MEMBERS_TO_EDITOR
final public static String LINK_BROWSING_MEMBERS_TO_EDITOR(Code)
A named preference that controls whether the members view's selection is linked to the active editor.

Value is of type Boolean.


since:
   2.1



LINK_BROWSING_PACKAGES_TO_EDITOR
final public static String LINK_BROWSING_PACKAGES_TO_EDITOR(Code)
A named preference that controls whether the packages view's selection is linked to the active editor.

Value is of type Boolean.


since:
   2.1



LINK_BROWSING_PROJECTS_TO_EDITOR
final public static String LINK_BROWSING_PROJECTS_TO_EDITOR(Code)
A named preference that controls whether the projects view's selection is linked to the active editor.

Value is of type Boolean.


since:
   2.1



LINK_BROWSING_TYPES_TO_EDITOR
final public static String LINK_BROWSING_TYPES_TO_EDITOR(Code)
A named preference that controls whether the types view's selection is linked to the active editor.

Value is of type Boolean.


since:
   2.1



LINK_PACKAGES_TO_EDITOR
final public static String LINK_PACKAGES_TO_EDITOR(Code)
A named preference that controls whether the package explorer's selection is linked to the active editor.

Value is of type Boolean.




LINK_TYPEHIERARCHY_TO_EDITOR
final public static String LINK_TYPEHIERARCHY_TO_EDITOR(Code)
A named preference that controls whether the hierarchy view's selection is linked to the active editor.

Value is of type Boolean.




NEWPROJECT_JRELIBRARY_INDEX
final public static String NEWPROJECT_JRELIBRARY_INDEX(Code)
A named preferences that specifies the current active JRE library.

Value is of type Integer: an index into the list of possible JRE libraries.


See Also:   PreferenceConstants.NEWPROJECT_JRELIBRARY_LIST



NEWPROJECT_JRELIBRARY_LIST
final public static String NEWPROJECT_JRELIBRARY_LIST(Code)
A named preference that holds a list of possible JRE libraries used by the New Java Project wizard. A library consists of a description and an arbitrary number of IClasspathEntrys, that will represent the JRE on the new project's class path.

Value is of type String: a semicolon separated list of encoded JRE libraries. NEWPROJECT_JRELIBRARY_INDEX defines the currently used library. Clients should use the method encodeJRELibrary to encode a JRE library into a string and the methods decodeJRELibraryDescription(String) and decodeJRELibraryClasspathEntries(String) to decode the description and the array of class path entries from an encoded string.


See Also:   PreferenceConstants.NEWPROJECT_JRELIBRARY_INDEX
See Also:   PreferenceConstants.encodeJRELibrary(String,IClasspathEntry[])
See Also:   PreferenceConstants.decodeJRELibraryDescription(String)
See Also:   PreferenceConstants.decodeJRELibraryClasspathEntries(String)



OPEN_TYPE_HIERARCHY
final public static String OPEN_TYPE_HIERARCHY(Code)
A named preference that controls if a new type hierarchy gets opened in a new type hierarchy perspective or inside the type hierarchy view part.

Value is of type String: possible values are OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE or OPEN_TYPE_HIERARCHY_IN_VIEW_PART.


See Also:   PreferenceConstants.OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE
See Also:   PreferenceConstants.OPEN_TYPE_HIERARCHY_IN_VIEW_PART



OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE
final public static String OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE(Code)
A string value used by the named preference OPEN_TYPE_HIERARCHY.
See Also:   PreferenceConstants.OPEN_TYPE_HIERARCHY



OPEN_TYPE_HIERARCHY_IN_VIEW_PART
final public static String OPEN_TYPE_HIERARCHY_IN_VIEW_PART(Code)
A string value used by the named preference OPEN_TYPE_HIERARCHY.
See Also:   PreferenceConstants.OPEN_TYPE_HIERARCHY



ORGIMPORTS_IGNORELOWERCASE
final public static String ORGIMPORTS_IGNORELOWERCASE(Code)
A named preferences that controls if types that start with a lower case letters get added by the "Organize Import" operation.

Value is of type Boolean.




ORGIMPORTS_IMPORTORDER
final public static String ORGIMPORTS_IMPORTORDER(Code)
A named preference that holds a list of semicolon separated package names. The list specifies the import order used by the "Organize Imports" operation.

Value is of type String: semicolon separated list of package names




ORGIMPORTS_ONDEMANDTHRESHOLD
final public static String ORGIMPORTS_ONDEMANDTHRESHOLD(Code)
A named preference that specifies the number of imports added before a star-import declaration is used.

Value is of type Integer: positive value specifying the number of non star-import is used




ORGIMPORTS_STATIC_ONDEMANDTHRESHOLD
final public static String ORGIMPORTS_STATIC_ONDEMANDTHRESHOLD(Code)
A named preference that specifies the number of static imports added before a star-import declaration is used.

Value is of type Integer: positive value specifying the number of non star-import is used


since:
   3.2



PROPERTIES_FILE_COLORING_ARGUMENT
final public static String PROPERTIES_FILE_COLORING_ARGUMENT(Code)
A named preference that holds the color used to render arguments in a properties file.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.1



PROPERTIES_FILE_COLORING_ARGUMENT_BOLD
final public static String PROPERTIES_FILE_COLORING_ARGUMENT_BOLD(Code)
A named preference that controls whether arguments in a properties file are rendered in bold.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ARGUMENT_ITALIC
final public static String PROPERTIES_FILE_COLORING_ARGUMENT_ITALIC(Code)
A named preference that controls whether arguments in a properties file are rendered in italic.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH
final public static String PROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH(Code)
A named preference that controls whether arguments in a properties file are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE
final public static String PROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE(Code)
A named preference that controls whether arguments in a properties file are rendered in underline.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ASSIGNMENT
final public static String PROPERTIES_FILE_COLORING_ASSIGNMENT(Code)
A named preference that holds the color used to render assignments in a properties file.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.1



PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD
final public static String PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD(Code)
A named preference that controls whether assignments in a properties file are rendered in bold.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC
final public static String PROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC(Code)
A named preference that controls whether assignments in a properties file are rendered in italic.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH
final public static String PROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH(Code)
A named preference that controls whether assignments in a properties file are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE
final public static String PROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE(Code)
A named preference that controls whether assignments in a properties file are rendered in underline.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_COMMENT
final public static String PROPERTIES_FILE_COLORING_COMMENT(Code)
A named preference that holds the color used to render comments in a properties file.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.1



PROPERTIES_FILE_COLORING_COMMENT_BOLD
final public static String PROPERTIES_FILE_COLORING_COMMENT_BOLD(Code)
A named preference that controls whether comments in a properties file are rendered in bold.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_COMMENT_ITALIC
final public static String PROPERTIES_FILE_COLORING_COMMENT_ITALIC(Code)
A named preference that controls whether comments in a properties file are rendered in italic.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH
final public static String PROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH(Code)
A named preference that controls whether comments in a properties file are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_COMMENT_UNDERLINE
final public static String PROPERTIES_FILE_COLORING_COMMENT_UNDERLINE(Code)
A named preference that controls whether comments in a properties file are rendered in underline.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_KEY
final public static String PROPERTIES_FILE_COLORING_KEY(Code)
A named preference that holds the color used to render keys in a properties file.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.1



PROPERTIES_FILE_COLORING_KEY_BOLD
final public static String PROPERTIES_FILE_COLORING_KEY_BOLD(Code)
A named preference that controls whether keys in a properties file are rendered in bold.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_KEY_ITALIC
final public static String PROPERTIES_FILE_COLORING_KEY_ITALIC(Code)
A named preference that controls whether keys in a properties file are rendered in italic.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH
final public static String PROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH(Code)
A named preference that controls whether keys in a properties file are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_KEY_UNDERLINE
final public static String PROPERTIES_FILE_COLORING_KEY_UNDERLINE(Code)
A named preference that controls whether keys in a properties file are rendered in underline.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_VALUE
final public static String PROPERTIES_FILE_COLORING_VALUE(Code)
A named preference that holds the color used to render values in a properties file.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter


See Also:   org.eclipse.jface.resource.StringConverter
See Also:   org.eclipse.jface.preference.PreferenceConverter
since:
   3.1



PROPERTIES_FILE_COLORING_VALUE_BOLD
final public static String PROPERTIES_FILE_COLORING_VALUE_BOLD(Code)
A named preference that controls whether values in a properties file are rendered in bold.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_VALUE_ITALIC
final public static String PROPERTIES_FILE_COLORING_VALUE_ITALIC(Code)
A named preference that controls whether values in a properties file are rendered in italic.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH
final public static String PROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH(Code)
A named preference that controls whether values in a properties file are rendered in strikethrough.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_COLORING_VALUE_UNDERLINE
final public static String PROPERTIES_FILE_COLORING_VALUE_UNDERLINE(Code)
A named preference that controls whether values in a properties file are rendered in underline.

Value is of type Boolean.


since:
   3.1



PROPERTIES_FILE_EDITOR_TEXT_FONT
final public static String PROPERTIES_FILE_EDITOR_TEXT_FONT(Code)
The symbolic font name for the Java properties file editor text font (value "org.eclipse.jdt.ui.PropertiesFileEditor.textfont").
since:
   3.1



REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
final public static String REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD(Code)
A named preference that controls the behavior of the refactoring wizard for showing the error page.

Value is of type String. Valid values are: REFACTOR_FATAL_SEVERITY, REFACTOR_ERROR_SEVERITY, REFACTOR_WARNING_SEVERITY REFACTOR_INFO_SEVERITY, REFACTOR_OK_SEVERITY.


See Also:   PreferenceConstants.REFACTOR_FATAL_SEVERITY
See Also:   PreferenceConstants.REFACTOR_ERROR_SEVERITY
See Also:   PreferenceConstants.REFACTOR_WARNING_SEVERITY
See Also:   PreferenceConstants.REFACTOR_INFO_SEVERITY
See Also:   PreferenceConstants.REFACTOR_OK_SEVERITYorg.eclipse.ltk.core.refactoring.RefactoringCore.getConditionCheckingFailedSeverity



REFACTOR_ERROR_SEVERITY
final public static String REFACTOR_ERROR_SEVERITY(Code)
A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
See Also:   PreferenceConstants.REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLDorg.eclipse.ltk.core.refactoring.RefactoringStatus.ERROR



REFACTOR_FATAL_SEVERITY
final public static String REFACTOR_FATAL_SEVERITY(Code)
A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
See Also:   PreferenceConstants.REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLDorg.eclipse.ltk.core.refactoring.RefactoringStatus.FATAL



REFACTOR_INFO_SEVERITY
final public static String REFACTOR_INFO_SEVERITY(Code)
A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
See Also:   PreferenceConstants.REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLDorg.eclipse.ltk.core.refactoring.RefactoringStatus.INFO



REFACTOR_LIGHTWEIGHT
final public static String REFACTOR_LIGHTWEIGHT(Code)
A named preference that controls whether certain refactorings use a lightweight UI when started from a Java editor.

Value is of type Boolean.

Note: this is work in progress and may change any time


since:
   3.3



REFACTOR_OK_SEVERITY
final public static String REFACTOR_OK_SEVERITY(Code)
A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
See Also:   PreferenceConstants.REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLDorg.eclipse.ltk.core.refactoring.RefactoringStatus.OK



REFACTOR_SAVE_ALL_EDITORS
final public static String REFACTOR_SAVE_ALL_EDITORS(Code)
A named preference that controls whether all dirty editors are automatically saved before a refactoring is executed.

Value is of type Boolean.




REFACTOR_WARNING_SEVERITY
final public static String REFACTOR_WARNING_SEVERITY(Code)
A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
See Also:   PreferenceConstants.REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLDorg.eclipse.ltk.core.refactoring.RefactoringStatus.WARNING



SEARCH_USE_REDUCED_MENU
final public static String SEARCH_USE_REDUCED_MENU(Code)
A named preference that controls a reduced search menu is used in the Java editors.

Value is of type Boolean.


since:
   3.0



SHOW_CU_CHILDREN
final public static String SHOW_CU_CHILDREN(Code)
A named preference that specifies whether children of a compilation unit are shown in the package explorer.

Value is of type Boolean.




SPELLING_CHECK_SPELLING
final public static String SPELLING_CHECK_SPELLING(Code)
A named preference that controls whether Java comments should be spell checked.

Value is of type Boolean.

org.eclipse.ui.texteditor.spelling.SpellingService.PREFERENCE_SPELLING_ENABLEDorg.eclipse.ui.texteditor.spelling.SpellingService.PREFERENCE_SPELLING_ENGINE
since:
   3.0



SPELLING_ENABLE_CONTENTASSIST
final public static String SPELLING_ENABLE_CONTENTASSIST(Code)
A named preference that specifies whether spelling dictionaries are available to content assist. Note: This is currently not supported because the spelling engine cannot return word proposals but only correction proposals.

Value is of type Boolean.


since:
   3.0



SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES
final public static String SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES(Code)
A named preference that controls whether '&' in Java properties files are ignored.

Value is of type Boolean.


since:
   3.3



SPELLING_IGNORE_DIGITS
final public static String SPELLING_IGNORE_DIGITS(Code)
A named preference that controls whether words containing digits should be skipped during spell checking.

Value is of type Boolean.


since:
   3.0



SPELLING_IGNORE_JAVA_STRINGS
final public static String SPELLING_IGNORE_JAVA_STRINGS(Code)
A named preference that controls whether Java strings should be ignored during spell checking.

Value is of type Boolean.


since:
   3.4



SPELLING_IGNORE_MIXED
final public static String SPELLING_IGNORE_MIXED(Code)
A named preference that controls whether mixed case words should be skipped during spell checking.

Value is of type Boolean.


since:
   3.0



SPELLING_IGNORE_NON_LETTERS
final public static String SPELLING_IGNORE_NON_LETTERS(Code)
A named preference that controls whether non-letters at word boundaries should be ignored during spell checking.

Value is of type Boolean.


since:
   3.3



SPELLING_IGNORE_SENTENCE
final public static String SPELLING_IGNORE_SENTENCE(Code)
A named preference that controls whether sentence capitalization should be ignored during spell checking.

Value is of type Boolean.


since:
   3.0



SPELLING_IGNORE_SINGLE_LETTERS
final public static String SPELLING_IGNORE_SINGLE_LETTERS(Code)
A named preference that controls whether single letters should be ignored during spell checking.

Value is of type Boolean.


since:
   3.3



SPELLING_IGNORE_UPPER
final public static String SPELLING_IGNORE_UPPER(Code)
A named preference that controls whether upper case words should be skipped during spell checking.

Value is of type Boolean.


since:
   3.0



SPELLING_IGNORE_URLS
final public static String SPELLING_IGNORE_URLS(Code)
A named preference that controls whether URLs should be ignored during spell checking.

Value is of type Boolean.


since:
   3.0



SPELLING_LOCALE
final public static String SPELLING_LOCALE(Code)
A named preference that controls the locale used for spell checking.

Value is of type String.


since:
   3.0



SPELLING_PROBLEMS_THRESHOLD
final public static String SPELLING_PROBLEMS_THRESHOLD(Code)
A named preference that controls the maximum number of problems reported during spell checking.

Value is of type Integer.


since:
   3.4



SPELLING_PROPOSAL_THRESHOLD
final public static String SPELLING_PROPOSAL_THRESHOLD(Code)
A named preference that controls the number of proposals offered during spell checking.

Value is of type Integer.


since:
   3.0



SPELLING_USER_DICTIONARY
final public static String SPELLING_USER_DICTIONARY(Code)
A named preference that specifies the workspace user dictionary.

Value is of type Integer.


since:
   3.0



SPELLING_USER_DICTIONARY_ENCODING
final public static String SPELLING_USER_DICTIONARY_ENCODING(Code)
A named preference that specifies encoding of the workspace user dictionary.

Value is of type String.


since:
   3.3



SRCBIN_BINNAME
final public static String SRCBIN_BINNAME(Code)
A named preference that specifies the output folder name used when creating a new Java project. Value is inactive if SRCBIN_FOLDERS_IN_NEWPROJ is set to false.

Value is of type String.


See Also:   PreferenceConstants.SRCBIN_FOLDERS_IN_NEWPROJ



SRCBIN_FOLDERS_IN_NEWPROJ
final public static String SRCBIN_FOLDERS_IN_NEWPROJ(Code)
A named preference that controls whether new projects are generated using source and output folder.

Value is of type Boolean. if true new projects are created with a source and output folder. If false source and output folder equals to the project.




SRCBIN_SRCNAME
final public static String SRCBIN_SRCNAME(Code)
A named preference that specifies the source folder name used when creating a new Java project. Value is inactive if SRCBIN_FOLDERS_IN_NEWPROJ is set to false.

Value is of type String.


See Also:   PreferenceConstants.SRCBIN_FOLDERS_IN_NEWPROJ



TEMPLATES_USE_CODEFORMATTER
final public static String TEMPLATES_USE_CODEFORMATTER(Code)
A named preference that controls if templates are formatted when applied.

Value is of type Boolean.


since:
   2.1



TYPEFILTER_DISABLED
final public static String TYPEFILTER_DISABLED(Code)
A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.
since:
   3.0



TYPEFILTER_ENABLED
final public static String TYPEFILTER_ENABLED(Code)
A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.
since:
   3.0



UPDATE_JAVA_VIEWS
final public static String UPDATE_JAVA_VIEWS(Code)
A named preference that controls whether Java views update their presentation while editing or when saving the content of an editor.

Value is of type String: possible values are UPDATE_ON_SAVE or UPDATE_WHILE_EDITING.


See Also:   PreferenceConstants.UPDATE_ON_SAVE
See Also:   PreferenceConstants.UPDATE_WHILE_EDITING



UPDATE_ON_SAVE
final public static String UPDATE_ON_SAVE(Code)
A string value used by the named preference UPDATE_JAVA_VIEWS
See Also:   PreferenceConstants.UPDATE_JAVA_VIEWS



UPDATE_WHILE_EDITING
final public static String UPDATE_WHILE_EDITING(Code)
A string value used by the named preference UPDATE_JAVA_VIEWS
See Also:   PreferenceConstants.UPDATE_JAVA_VIEWS





Method Detail
decodeJRELibraryClasspathEntries
public static IClasspathEntry[] decodeJRELibraryClasspathEntries(String encodedLibrary)(Code)
Decodes an encoded JRE library and returns its class path entries.
Parameters:
  encodedLibrary - the encoded library the array of classpath entries of an encoded JRE library.
See Also:   PreferenceConstants.encodeJRELibrary(String,IClasspathEntry[])



decodeJRELibraryDescription
public static String decodeJRELibraryDescription(String encodedLibrary)(Code)
Decodes an encoded JRE library and returns its description string.
Parameters:
  encodedLibrary - the encoded library the description of an encoded JRE library
See Also:   PreferenceConstants.encodeJRELibrary(String,IClasspathEntry[])



encodeJRELibrary
public static String encodeJRELibrary(String description, IClasspathEntry[] entries)(Code)
Encodes a JRE library to be used in the named preference NEWPROJECT_JRELIBRARY_LIST.
Parameters:
  description - a string value describing the JRE library. The description is usedto identify the JDR library in the UI
Parameters:
  entries - an array of classpath entries to be encoded the encoded string.



getDefaultJRELibrary
public static IClasspathEntry[] getDefaultJRELibrary()(Code)
Returns the current configuration for the JRE to be used as default in new Java projects. This is a convenience method to access the named preference NEWPROJECT_JRELIBRARY_LIST with the index defined by NEWPROJECT_JRELIBRARY_INDEX. the current default set of class path entries
See Also:   PreferenceConstants.NEWPROJECT_JRELIBRARY_LIST
See Also:   PreferenceConstants.NEWPROJECT_JRELIBRARY_INDEX



getPreference
public static String getPreference(String key, IJavaProject project)(Code)
Returns the value for the given key in the given context.
Parameters:
  key - The preference key
Parameters:
  project - The current context or null if no context is available and theworkspace setting should be taken. Note that passing null shouldbe avoided. Returns the current value for the string.
since:
   3.1



getPreferenceStore
public static IPreferenceStore getPreferenceStore()(Code)
Returns the JDT-UI preference store. the JDT-UI preference store



initializeDefaultValues
public static void initializeDefaultValues(IPreferenceStore store)(Code)
Initializes the given preference store with the default values.
Parameters:
  store - the preference store to be initialized
since:
   2.1



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.