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


java.lang.Object
   org.eclipse.ui.internal.misc.Policy

Policy
public class Policy (Code)
A common facility for parsing the org.eclipse.ui/.options file.
since:
   2.1


Field Summary
public static  booleanDEBUG_COMMANDS
    
public static  booleanDEBUG_CONTEXTS
     Whether to print debugging information about the internal state of the context support within the workbench.
public static  booleanDEBUG_CONTEXTS_PERFORMANCE
     Whether to print debugging information about the performance of context computations.
public static  booleanDEBUG_CONTEXTS_VERBOSE
     Whether to print even more debugging information about the internal state of the context support within the workbench.
public static  booleanDEBUG_CONTRIBUTIONS
     Whether or not to print contribution-related issues.
public static  booleanDEBUG_DECLARED_IMAGES
     Whether or not to resolve images as they are declared.
public static  booleanDEBUG_DRAG_DROP
    
public static  booleanDEBUG_HANDLERS
     Whether to print debugging information about the internal state of the command support (in relation to handlers) within the workbench.
public static  booleanDEBUG_HANDLERS_PERFORMANCE
     Whether to print debugging information about the performance of handler computations.
public static  booleanDEBUG_HANDLERS_VERBOSE
     Whether to print out verbose information about changing handlers in the workbench.
public static  StringDEBUG_HANDLERS_VERBOSE_COMMAND_ID
     Which command identifier to print handler information for.
public static  booleanDEBUG_KEY_BINDINGS
     Whether to print information about key bindings that are successfully recognized within the system (as the keys are pressed).
public static  booleanDEBUG_KEY_BINDINGS_VERBOSE
     Whether to print information about every key seen by the system.
public static  booleanDEBUG_MPE
    
public static  booleanDEBUG_OPERATIONS
     Whether to print debugging information about unexpected occurrences and important state changes in the operation history.
public static  booleanDEBUG_OPERATIONS_VERBOSE
     Whether to print out verbose information about the operation histories, including all notifications sent.
public static  booleanDEBUG_SHOW_ALL_JOBS
     Whether or not to show system jobs at all times.
public static  booleanDEBUG_SOURCES
     Whether to report all events entering through the common event framework used by the commands architecture.
public static  booleanDEBUG_STALE_JOBS
    
public static  booleanDEBUG_SWT_DEBUG
    
public static  booleanDEBUG_SWT_GRAPHICS
    
public static  booleanDEBUG_TOOLBAR_DISPOSAL
     Whether to print extra information about error conditions dealing with cool bars in the workbench, and their disposal.
public static  booleanDEBUG_WORKING_SETS
     Whether or not additional working set logging will occur.
public static  booleanDEFAULT
    
public static  booleanEXPERIMENTAL_MENU
     Whether experimental features in the rendering of commands into menus and toolbars should be enabled.



Field Detail
DEBUG_COMMANDS
public static boolean DEBUG_COMMANDS(Code)
Whether to print debugging information about the execution of commands



DEBUG_CONTEXTS
public static boolean DEBUG_CONTEXTS(Code)
Whether to print debugging information about the internal state of the context support within the workbench.



DEBUG_CONTEXTS_PERFORMANCE
public static boolean DEBUG_CONTEXTS_PERFORMANCE(Code)
Whether to print debugging information about the performance of context computations.



DEBUG_CONTEXTS_VERBOSE
public static boolean DEBUG_CONTEXTS_VERBOSE(Code)
Whether to print even more debugging information about the internal state of the context support within the workbench.



DEBUG_CONTRIBUTIONS
public static boolean DEBUG_CONTRIBUTIONS(Code)
Whether or not to print contribution-related issues.
since:
   3.1



DEBUG_DECLARED_IMAGES
public static boolean DEBUG_DECLARED_IMAGES(Code)
Whether or not to resolve images as they are declared.
since:
   3.1



DEBUG_DRAG_DROP
public static boolean DEBUG_DRAG_DROP(Code)



DEBUG_HANDLERS
public static boolean DEBUG_HANDLERS(Code)
Whether to print debugging information about the internal state of the command support (in relation to handlers) within the workbench.



DEBUG_HANDLERS_PERFORMANCE
public static boolean DEBUG_HANDLERS_PERFORMANCE(Code)
Whether to print debugging information about the performance of handler computations.



DEBUG_HANDLERS_VERBOSE
public static boolean DEBUG_HANDLERS_VERBOSE(Code)
Whether to print out verbose information about changing handlers in the workbench.



DEBUG_HANDLERS_VERBOSE_COMMAND_ID
public static String DEBUG_HANDLERS_VERBOSE_COMMAND_ID(Code)
Which command identifier to print handler information for. This restricts the debugging output, so a developer can focus on one command at a time.



DEBUG_KEY_BINDINGS
public static boolean DEBUG_KEY_BINDINGS(Code)
Whether to print information about key bindings that are successfully recognized within the system (as the keys are pressed).



DEBUG_KEY_BINDINGS_VERBOSE
public static boolean DEBUG_KEY_BINDINGS_VERBOSE(Code)
Whether to print information about every key seen by the system.



DEBUG_MPE
public static boolean DEBUG_MPE(Code)



DEBUG_OPERATIONS
public static boolean DEBUG_OPERATIONS(Code)
Whether to print debugging information about unexpected occurrences and important state changes in the operation history.



DEBUG_OPERATIONS_VERBOSE
public static boolean DEBUG_OPERATIONS_VERBOSE(Code)
Whether to print out verbose information about the operation histories, including all notifications sent.



DEBUG_SHOW_ALL_JOBS
public static boolean DEBUG_SHOW_ALL_JOBS(Code)
Whether or not to show system jobs at all times.



DEBUG_SOURCES
public static boolean DEBUG_SOURCES(Code)
Whether to report all events entering through the common event framework used by the commands architecture.
See Also:   ISourceProvider
since:
   3.2



DEBUG_STALE_JOBS
public static boolean DEBUG_STALE_JOBS(Code)
Flag to log stale jobs



DEBUG_SWT_DEBUG
public static boolean DEBUG_SWT_DEBUG(Code)



DEBUG_SWT_GRAPHICS
public static boolean DEBUG_SWT_GRAPHICS(Code)



DEBUG_TOOLBAR_DISPOSAL
public static boolean DEBUG_TOOLBAR_DISPOSAL(Code)
Whether to print extra information about error conditions dealing with cool bars in the workbench, and their disposal.



DEBUG_WORKING_SETS
public static boolean DEBUG_WORKING_SETS(Code)
Whether or not additional working set logging will occur.
since:
   3.4



DEFAULT
public static boolean DEFAULT(Code)



EXPERIMENTAL_MENU
public static boolean EXPERIMENTAL_MENU(Code)
Whether experimental features in the rendering of commands into menus and toolbars should be enabled. This is not guaranteed to provide a working workbench.





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.