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


org.eclipse.ui.internal.IPreferenceConstants

IPreferenceConstants
public interface IPreferenceConstants (Code)
The IPreferenceConstants are the internal constants used by the Workbench.


Field Summary
final public static  StringCOLOR_ICONS
    
final public static  StringDEFAULT_EDITORS
    
final public static  StringDEFAULT_EDITORS_CACHE
    
final public static  StringEDITORLIST_DISPLAY_FULL_NAME
    
final public static  intEDITORLIST_MRU_SORT
    
final public static  intEDITORLIST_NAME_SORT
    
final public static  StringEDITORLIST_PULLDOWN_ACTIVE
    
final public static  StringEDITORLIST_SELECTION_SCOPE
    
final public static  intEDITORLIST_SET_PAGE_SCOPE
    
final public static  intEDITORLIST_SET_TAB_GROUP_SCOPE
    
final public static  intEDITORLIST_SET_WINDOW_SCOPE
    
final public static  StringEDITORLIST_SORT_CRITERIA
    
final public static  StringEDITORS
    
final public static  StringEDITOR_TAB_POSITION
    
final public static  StringEDITOR_TAB_WIDTH
    
final public static  StringENABLED_DECORATORS
    
final public static  StringKEYS_PREFERENCE_SELECTED_TAB
    

The key for the preference indicating which tab is selected in the keys preference page when last okay was pressed.

final public static  StringMULTI_KEY_ASSIST
    

The key for the preference indicating whether multi-stroke key sequences should provide assistance to the user.

final public static  StringMULTI_KEY_ASSIST_TIME
    

The key for the preference indicating how long the assist window should wait before opening.

final public static  StringOPEN_AFTER_DELAY
    
final public static  StringOPEN_ON_SINGLE_CLICK
    
final public static  StringOPEN_PERSP_MODE
    
final public static  StringOPEN_VIEW_MODE
    
final public static  intOPM_ACTIVE_PAGE
    
final public static  intOPM_NEW_WINDOW
    
final public static  StringOVERRIDE_PRESENTATION
     Workbench preference id for determining whether the user has chosen to override some of the settings in the current presentation.
final public static  intOVM_EMBED
    
final public static  intOVM_FAST
    
final public static  intOVM_FLOAT
    
final public static  StringPERSPECTIVES
    
final public static  StringPLUGINS_NOT_ACTIVATED_ON_STARTUP
    
final public static  StringRECENT_FILES
    
final public static  StringRESOURCES
    
final public static  StringREUSE_DIRTY_EDITORS
    
final public static  StringREUSE_EDITORS
    
final public static  StringREUSE_EDITORS_BOOLEAN
    
public static  StringRUN_IN_BACKGROUND
     Preference to show user jobs in a dialog.
final public static  StringSELECT_ON_HOVER
    
public static  charSEPARATOR
    
final public static  StringSHOULD_PROMPT_FOR_ENABLEMENT
     Workbench preference id for determining whether the user will be prompted for activity enablement.
public static  StringSHOW_MULTIPLE_EDITOR_TABS
     Workbench preference id for whether the workbench should show multiple editor tabs.
final public static  StringSTICKY_CYCLE
    
public static  StringUSE_IPERSISTABLE_EDITORS
     Workbench preference to use the new IPersistableEditor interface throughout the workbench new editor/open editor calls.
final public static  StringVIEW_TAB_POSITION
    



Field Detail
COLOR_ICONS
final public static String COLOR_ICONS(Code)



DEFAULT_EDITORS
final public static String DEFAULT_EDITORS(Code)



DEFAULT_EDITORS_CACHE
final public static String DEFAULT_EDITORS_CACHE(Code)



EDITORLIST_DISPLAY_FULL_NAME
final public static String EDITORLIST_DISPLAY_FULL_NAME(Code)
Boolean; true = EditorList displays full path



EDITORLIST_MRU_SORT
final public static int EDITORLIST_MRU_SORT(Code)



EDITORLIST_NAME_SORT
final public static int EDITORLIST_NAME_SORT(Code)



EDITORLIST_PULLDOWN_ACTIVE
final public static String EDITORLIST_PULLDOWN_ACTIVE(Code)



EDITORLIST_SELECTION_SCOPE
final public static String EDITORLIST_SELECTION_SCOPE(Code)



EDITORLIST_SET_PAGE_SCOPE
final public static int EDITORLIST_SET_PAGE_SCOPE(Code)



EDITORLIST_SET_TAB_GROUP_SCOPE
final public static int EDITORLIST_SET_TAB_GROUP_SCOPE(Code)



EDITORLIST_SET_WINDOW_SCOPE
final public static int EDITORLIST_SET_WINDOW_SCOPE(Code)



EDITORLIST_SORT_CRITERIA
final public static String EDITORLIST_SORT_CRITERIA(Code)



EDITORS
final public static String EDITORS(Code)



EDITOR_TAB_POSITION
final public static String EDITOR_TAB_POSITION(Code)



EDITOR_TAB_WIDTH
final public static String EDITOR_TAB_WIDTH(Code)



ENABLED_DECORATORS
final public static String ENABLED_DECORATORS(Code)



KEYS_PREFERENCE_SELECTED_TAB
final public static String KEYS_PREFERENCE_SELECTED_TAB(Code)

The key for the preference indicating which tab is selected in the keys preference page when last okay was pressed. This value should never really be directly edited by a user.

This preference is an int value. The default value is 0.


since:
   3.1



MULTI_KEY_ASSIST
final public static String MULTI_KEY_ASSIST(Code)

The key for the preference indicating whether multi-stroke key sequences should provide assistance to the user. This means that if the user pauses after pressing the first key, a window will open showing the possible completions.

This preference is a boolean value. The default value is false.


since:
   3.0



MULTI_KEY_ASSIST_TIME
final public static String MULTI_KEY_ASSIST_TIME(Code)

The key for the preference indicating how long the assist window should wait before opening. This is a value in milliseconds -- from the time the first key in a multi-key is received by the system, to the time the assist window should appear.

This preference is an int value. The default value is 1000.


since:
   3.0



OPEN_AFTER_DELAY
final public static String OPEN_AFTER_DELAY(Code)



OPEN_ON_SINGLE_CLICK
final public static String OPEN_ON_SINGLE_CLICK(Code)



OPEN_PERSP_MODE
final public static String OPEN_PERSP_MODE(Code)



OPEN_VIEW_MODE
final public static String OPEN_VIEW_MODE(Code)



OPM_ACTIVE_PAGE
final public static int OPM_ACTIVE_PAGE(Code)



OPM_NEW_WINDOW
final public static int OPM_NEW_WINDOW(Code)



OVERRIDE_PRESENTATION
final public static String OVERRIDE_PRESENTATION(Code)
Workbench preference id for determining whether the user has chosen to override some of the settings in the current presentation.

The default value for this preference is: false (prompt)


since:
   3.2



OVM_EMBED
final public static int OVM_EMBED(Code)



OVM_FAST
final public static int OVM_FAST(Code)



OVM_FLOAT
final public static int OVM_FLOAT(Code)



PERSPECTIVES
final public static String PERSPECTIVES(Code)



PLUGINS_NOT_ACTIVATED_ON_STARTUP
final public static String PLUGINS_NOT_ACTIVATED_ON_STARTUP(Code)



RECENT_FILES
final public static String RECENT_FILES(Code)



RESOURCES
final public static String RESOURCES(Code)



REUSE_DIRTY_EDITORS
final public static String REUSE_DIRTY_EDITORS(Code)



REUSE_EDITORS
final public static String REUSE_EDITORS(Code)



REUSE_EDITORS_BOOLEAN
final public static String REUSE_EDITORS_BOOLEAN(Code)



RUN_IN_BACKGROUND
public static String RUN_IN_BACKGROUND(Code)
Preference to show user jobs in a dialog.



SELECT_ON_HOVER
final public static String SELECT_ON_HOVER(Code)



SEPARATOR
public static char SEPARATOR(Code)



SHOULD_PROMPT_FOR_ENABLEMENT
final public static String SHOULD_PROMPT_FOR_ENABLEMENT(Code)
Workbench preference id for determining whether the user will be prompted for activity enablement. If this is false then activities are enabled automatically. If it is true, then the user is only prompted for activities that they have not already declared a disinterest in via the prompt dialog.

The default value for this preference is: true (prompt)


since:
   3.0



SHOW_MULTIPLE_EDITOR_TABS
public static String SHOW_MULTIPLE_EDITOR_TABS(Code)
Workbench preference id for whether the workbench should show multiple editor tabs. Boolean-valued: true if editors should show mulitple editor tabs, and false if editors should show a single editor tab (3.0 style)

The default value for this preference is: true


since:
   3.0



STICKY_CYCLE
final public static String STICKY_CYCLE(Code)



USE_IPERSISTABLE_EDITORS
public static String USE_IPERSISTABLE_EDITORS(Code)
Workbench preference to use the new IPersistableEditor interface throughout the workbench new editor/open editor calls.
since:
   3.3



VIEW_TAB_POSITION
final public static String VIEW_TAB_POSITION(Code)





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