Source Code Cross Referenced for IReadmeConstants.java in  » IDE-Eclipse » ui-examples » org » eclipse » ui » examples » readmetool » 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 examples » org.eclipse.ui.examples.readmetool 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*******************************************************************************
002:         * Copyright (c) 2000, 2006 IBM Corporation and others.
003:         * All rights reserved. This program and the accompanying materials
004:         * are made available under the terms of the Eclipse Public License v1.0
005:         * which accompanies this distribution, and is available at
006:         * http://www.eclipse.org/legal/epl-v10.html
007:         *
008:         * Contributors:
009:         *     IBM Corporation - initial API and implementation
010:         *******************************************************************************/package org.eclipse.ui.examples.readmetool;
011:
012:        /**
013:         * This interface contains constants for use only within the
014:         * Readme example.
015:         */
016:        public interface IReadmeConstants {
017:            public static final String PLUGIN_ID = "org.eclipse.ui.examples.readmetool"; //$NON-NLS-1$
018:
019:            public static final String PREFIX = PLUGIN_ID + "."; //$NON-NLS-1$
020:
021:            public static final String P_CONTENT_OUTLINE = PREFIX
022:                    + "content_outline"; //$NON-NLS-1$
023:
024:            public static final String P_SECTIONS = PREFIX + "sections"; //$NON-NLS-1$
025:
026:            public static final String EXTENSION = "readme"; //$NON-NLS-1$
027:
028:            public static final String TAG_PARSER = "parser"; //$NON-NLS-1$
029:
030:            public static final String ATT_CLASS = "class"; //$NON-NLS-1$
031:
032:            public static final String PP_SECTION_PARSER = "sectionParser"; //$NON-NLS-1$
033:
034:            // Global actions
035:            public static final String RETARGET2 = PREFIX + "retarget2"; //$NON-NLS-1$
036:
037:            public static final String LABELRETARGET3 = PREFIX
038:                    + "labelretarget3"; //$NON-NLS-1$
039:
040:            public static final String ACTION_SET_RETARGET4 = "org_eclipse_ui_examples_readmetool_readmeRetargetAction"; //$NON-NLS-1$
041:
042:            public static final String ACTION_SET_LABELRETARGET5 = "org_eclipse_ui_examples_readmetool_readmeRelabelRetargetAction"; //$NON-NLS-1$
043:
044:            // Preference constants
045:            public static final String PRE_CHECK1 = PREFIX + "check1"; //$NON-NLS-1$
046:
047:            public static final String PRE_CHECK2 = PREFIX + "check2"; //$NON-NLS-1$
048:
049:            public static final String PRE_CHECK3 = PREFIX + "check3"; //$NON-NLS-1$
050:
051:            public static final String PRE_RADIO_CHOICE = PREFIX
052:                    + "radio_choice"; //$NON-NLS-1$
053:
054:            public static final String PRE_TEXT = PREFIX + "text"; //$NON-NLS-1$
055:
056:            // Help context ids
057:            public static final String EDITOR_ACTION1_CONTEXT = PREFIX
058:                    + "editor_action1_context"; //$NON-NLS-1$
059:
060:            public static final String EDITOR_ACTION2_CONTEXT = PREFIX
061:                    + "editor_action2_context"; //$NON-NLS-1$
062:
063:            public static final String EDITOR_ACTION3_CONTEXT = PREFIX
064:                    + "editor_action3_context"; //$NON-NLS-1$
065:
066:            public static final String SECTIONS_VIEW_CONTEXT = PREFIX
067:                    + "sections_view_context"; //$NON-NLS-1$
068:
069:            public static final String PREFERENCE_PAGE_CONTEXT = PREFIX
070:                    + "preference_page_context"; //$NON-NLS-1$
071:
072:            public static final String PROPERTY_PAGE_CONTEXT = PREFIX
073:                    + "property_page_context"; //$NON-NLS-1$
074:
075:            public static final String PROPERTY_PAGE2_CONTEXT = PREFIX
076:                    + "property_page2_context"; //$NON-NLS-1$
077:
078:            public static final String EDITOR_CONTEXT = PREFIX
079:                    + "editor_context"; //$NON-NLS-1$
080:
081:            public static final String SECTIONS_DIALOG_CONTEXT = PREFIX
082:                    + "sections_dialog_context"; //$NON-NLS-1$
083:
084:            public static final String CONTENT_OUTLINE_PAGE_CONTEXT = PREFIX
085:                    + "content_outline_page_context"; //$NON-NLS-1$
086:
087:            public static final String CREATION_WIZARD_PAGE_CONTEXT = PREFIX
088:                    + "creation_wizard_page_context"; //$NON-NLS-1$
089:
090:            // Marker attributes
091:            public static final String MARKER_ATT_ID = PREFIX + "id"; //$NON-NLS-1$
092:
093:            public static final String MARKER_ATT_LEVEL = PREFIX + "level"; //$NON-NLS-1$
094:
095:            public static final String MARKER_ATT_DEPT = PREFIX + "department"; //$NON-NLS-1$
096:
097:            public static final String MARKER_ATT_CODE = PREFIX + "code"; //$NON-NLS-1$
098:
099:            public static final String MARKER_ATT_LANG = PREFIX + "language"; //$NON-NLS-1$
100:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.