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


java.lang.Object
   org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants

AbstractDecoratedTextEditorPreferenceConstants
public class AbstractDecoratedTextEditorPreferenceConstants (Code)
Preference constants used in the extended text editor preference store.
since:
   3.0


Field Summary
final public static  StringEDITOR_CURRENT_LINE
     A named preference that controls whether the current line highlighting is turned on or off (value "currentLine").
final public static  StringEDITOR_CURRENT_LINE_COLOR
     A named preference that holds the color used to highlight the current line (value "currentLineColor").

The preference value is of type String.

final public static  StringEDITOR_DISABLE_OVERWRITE_MODE
     A named preference that controls disabling of the overwrite mode.
final public static  StringEDITOR_HYPERLINKS_ENABLED
     A named preference that controls if hyperlinks are turned on or off.
final public static  StringEDITOR_HYPERLINK_COLOR
     A named preference that holds the color used for hyperlinks.

Value is of type String.

final public static  StringEDITOR_HYPERLINK_KEY_MODIFIER
     A named preference that controls the key modifier for hyperlinks.
final public static  StringEDITOR_HYPERLINK_KEY_MODIFIER_MASK
     A named preference that controls the key modifier mask for hyperlinks.
final public static  StringEDITOR_LINE_NUMBER_RULER
     A named preference that controls if the line number ruler is shown in the UI (value "lineNumberRuler").
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 "lineNumberColor").

The preference value is of type String.

final public static  StringEDITOR_OVERVIEW_RULER
     A named preference that controls if the overview ruler is shown in the UI (value "overviewRuler").
final public static  StringEDITOR_PRINT_MARGIN
     A named preference that controls whether the print margin is turned on or off (value "printMargin").
final public static  StringEDITOR_PRINT_MARGIN_COLOR
     A named preference that holds the color used to render the print margin (value "printMarginColor").

The preference value is of type String.

final public static  StringEDITOR_PRINT_MARGIN_COLUMN
     Print margin column (value "printMarginColumn").
final public static  StringEDITOR_SELECTION_BACKGROUND_COLOR
     A named preference that holds the color used as the text selection background. This value has no effect if the system default color is used.

Value is of type String.

final public static  StringEDITOR_SELECTION_BACKGROUND_DEFAULT_COLOR
     A named preference that describes if the system default selection background color is used as the text selection background.
final public static  StringEDITOR_SELECTION_FOREGROUND_COLOR
     A named preference that holds the color used as the text selection foreground. This value has no effect if the system default color is used.

Value is of type String.

final public static  StringEDITOR_SELECTION_FOREGROUND_DEFAULT_COLOR
     A named preference that describes if the system default selection foreground color is used as the text selection foreground.
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_SHOW_WHITESPACE_CHARACTERS
     A named preference that controls the display of whitespace characters.
final public static  StringEDITOR_SMART_HOME_END
     A named preference that controls if smart home/end navigation is on or off

Value is of type Boolean.

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_TAB_WIDTH
     A named preference that holds the number of spaces used per tab in the text editor.
final public static  StringEDITOR_TEXT_DRAG_AND_DROP_ENABLED
     A named preference that controls whether text drag and drop is enabled.
final public static  StringEDITOR_UNDO_HISTORY_SIZE
     A named preference that holds the size of the editor's undo history.
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 "othersIndicationColor").

The preference 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 (value "othersIndicationInOverviewRuler").
final public static  StringEDITOR_USE_CUSTOM_CARETS
     A named preference that controls whether custom carets are used in the editor or not.

Value is of type Boolean.

final public static  StringEDITOR_WARN_IF_INPUT_DERIVED
     A named preference that controls whether a confirmation dialog is shown before editing derived input.
final public static  StringEDITOR_WIDE_CARET
     A named preference that controls whether carets are drawn wide or not.

Value is of type Boolean.

final public static  StringQUICK_DIFF_ALWAYS_ON
     A named preference that controls whether quick diff colors are shown on the line number bar.
final public static  StringQUICK_DIFF_CHARACTER_MODE
     A named preference that controls the default quick diff reference provider.
final public static  StringQUICK_DIFF_DEFAULT_PROVIDER
     A named preference that controls the default quick diff reference provider.
final public static  StringREVISION_ASK_BEFORE_QUICKDIFF_SWITCH
     A named preference that controls whether the user is asked before switching the quick diff reference when showing revision information..
final public static  StringREVISION_RULER_RENDERING_MODE
     A named preference that controls the rendering mode of the revision ruler.
final public static  StringREVISION_RULER_SHOW_AUTHOR
     A named preference that controls the rendering of the author on the revision ruler.
final public static  StringREVISION_RULER_SHOW_REVISION
     A named preference that controls rendering of the revision on the revision ruler.
final public static  StringSHOW_RANGE_INDICATOR
     A named preference that controls the display of the range indicator.
final public static  StringUSE_ANNOTATIONS_PREFERENCE_PAGE
     A named preference that controls whether this plug-in's Annotations preference page is used to configure annotations.
final public static  StringUSE_QUICK_DIFF_PREFERENCE_PAGE
     A named preference that controls whether this plug-in's Quick Diff preference page is used to configure Quick Diff.


Method Summary
public static  voidinitializeDefaultValues(IPreferenceStore store)
     Initializes the given preference store with the default values.

Field Detail
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 "currentLine").

The preference value is of type Boolean.




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 "currentLineColor").

The preference 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:   PreferenceConverter



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.1



EDITOR_HYPERLINKS_ENABLED
final public static String EDITOR_HYPERLINKS_ENABLED(Code)
A named preference that controls if hyperlinks are turned on or off.

Value is of type Boolean.


since:
   3.1



EDITOR_HYPERLINK_COLOR
final public static String EDITOR_HYPERLINK_COLOR(Code)
A named preference that holds the color used for hyperlinks.

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



EDITOR_HYPERLINK_KEY_MODIFIER
final public static String EDITOR_HYPERLINK_KEY_MODIFIER(Code)
A named preference that controls the key modifier for hyperlinks.

Value is of type String.


since:
   3.1



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

Value is of type String.


See Also:   AbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIER
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 "lineNumberRuler").

The preference value is of type Boolean.




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 "lineNumberColor").

The preference 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:   PreferenceConverter
See Also:   AbstractDecoratedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER



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 "overviewRuler").

The preference value is of type Boolean.




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 "printMargin").

The preference value is of type Boolean.




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 "printMarginColor").

The preference 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:   PreferenceConverter



EDITOR_PRINT_MARGIN_COLUMN
final public static String EDITOR_PRINT_MARGIN_COLUMN(Code)
Print margin column (value "printMarginColumn").

The preference value is of type int.




EDITOR_SELECTION_BACKGROUND_COLOR
final public static String EDITOR_SELECTION_BACKGROUND_COLOR(Code)
A named preference that holds the color used as the text selection background. This value has no 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:   PreferenceConverter



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

Value is of type Boolean.




EDITOR_SELECTION_FOREGROUND_COLOR
final public static String EDITOR_SELECTION_FOREGROUND_COLOR(Code)
A named preference that holds the color used as the text selection foreground. This value has no 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:   PreferenceConverter



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

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.

Value is of type Boolean.


since:
   3.3



EDITOR_SHOW_WHITESPACE_CHARACTERS
final public static String EDITOR_SHOW_WHITESPACE_CHARACTERS(Code)
A named preference that controls the display of whitespace characters.

Value is of type Boolean.


since:
   3.3



EDITOR_SMART_HOME_END
final public static String EDITOR_SMART_HOME_END(Code)
A named preference that controls if smart home/end navigation is on or off

Value is of type Boolean.


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.




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 text editor.

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




EDITOR_TEXT_DRAG_AND_DROP_ENABLED
final public static String EDITOR_TEXT_DRAG_AND_DROP_ENABLED(Code)
A named preference that controls whether text drag and drop is enabled.

Value is of type Boolean.


since:
   3.3



EDITOR_UNDO_HISTORY_SIZE
final public static String EDITOR_UNDO_HISTORY_SIZE(Code)
A named preference that holds the size of the editor's undo history.

Value is of type int: 0 or positive int value specifying the size of the editor's undo history.


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 "othersIndication").

The preference value is of type Boolean.




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 "othersIndicationColor").

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


See Also:   AbstractDecoratedTextEditorPreferenceConstants.EDITOR_UNKNOWN_INDICATION
See Also:   org.eclipse.jface.resource.StringConverter
See Also:   PreferenceConverter



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 "othersIndicationInOverviewRuler").

The preference value is of type Boolean.




EDITOR_USE_CUSTOM_CARETS
final public static String EDITOR_USE_CUSTOM_CARETS(Code)
A named preference that controls whether custom carets are used in the editor or not.

Value is of type Boolean. If false, only the default caret is used in the editor.




EDITOR_WARN_IF_INPUT_DERIVED
final public static String EDITOR_WARN_IF_INPUT_DERIVED(Code)
A named preference that controls whether a confirmation dialog is shown before editing derived input.

Value is of type Boolean.


since:
   3.3



EDITOR_WIDE_CARET
final public static String EDITOR_WIDE_CARET(Code)
A named preference that controls whether carets are drawn wide or not.

Value is of type Boolean. If true, the caret is twice as wide as the default caret.




QUICK_DIFF_ALWAYS_ON
final public static String QUICK_DIFF_ALWAYS_ON(Code)
A named preference that controls whether quick diff colors are shown on the line number bar.

Value is of type boolean.




QUICK_DIFF_CHARACTER_MODE
final public static String QUICK_DIFF_CHARACTER_MODE(Code)
A named preference that controls the default quick diff reference provider.

Value is of type String.




QUICK_DIFF_DEFAULT_PROVIDER
final public static String QUICK_DIFF_DEFAULT_PROVIDER(Code)
A named preference that controls the default quick diff reference provider.

Value is of type String.




REVISION_ASK_BEFORE_QUICKDIFF_SWITCH
final public static String REVISION_ASK_BEFORE_QUICKDIFF_SWITCH(Code)
A named preference that controls whether the user is asked before switching the quick diff reference when showing revision information..

Value is of type String.


since:
   3.2



REVISION_RULER_RENDERING_MODE
final public static String REVISION_RULER_RENDERING_MODE(Code)
A named preference that controls the rendering mode of the revision ruler.

Value is of type String and should contain the name of a org.eclipse.jface.text.revisions.IRevisionRulerColumnExtension.RenderingMode .


since:
   3.3



REVISION_RULER_SHOW_AUTHOR
final public static String REVISION_RULER_SHOW_AUTHOR(Code)
A named preference that controls the rendering of the author on the revision ruler.

Value is of type Boolean.


since:
   3.3



REVISION_RULER_SHOW_REVISION
final public static String REVISION_RULER_SHOW_REVISION(Code)
A named preference that controls rendering of the revision on the revision ruler.

Value is of type Boolean.


since:
   3.3



SHOW_RANGE_INDICATOR
final public static String SHOW_RANGE_INDICATOR(Code)
A named preference that controls the display of the range indicator.

Value is of type Boolean.


since:
   3.1



USE_ANNOTATIONS_PREFERENCE_PAGE
final public static String USE_ANNOTATIONS_PREFERENCE_PAGE(Code)
A named preference that controls whether this plug-in's Annotations preference page is used to configure annotations.

Value is of type boolean.




USE_QUICK_DIFF_PREFERENCE_PAGE
final public static String USE_QUICK_DIFF_PREFERENCE_PAGE(Code)
A named preference that controls whether this plug-in's Quick Diff preference page is used to configure Quick Diff.

Value is of type boolean.






Method Detail
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



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.