Source Code Cross Referenced for UndoConstants.java in  » Report » pentaho-report » org » pentaho » reportdesigner » crm » report » 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 » Report » pentaho report » org.pentaho.reportdesigner.crm.report 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * Copyright 2006-2007 Pentaho Corporation.  All rights reserved.
003:         * This software was developed by Pentaho Corporation and is provided under the terms
004:         * of the Mozilla Public License, Version 1.1, or any later version. You may not use
005:         * this file except in compliance with the license. If you need a copy of the license,
006:         * please go to http://www.mozilla.org/MPL/MPL-1.1.txt.
007:         *
008:         * Software distributed under the Mozilla Public License is distributed on an "AS IS"
009:         * basis, WITHOUT WARRANTY OF ANY KIND, either express or  implied. Please refer to
010:         * the license for the specific language governing your rights and limitations.
011:         *
012:         * Additional Contributor(s): Martin Schmid gridvision engineering GmbH
013:         */
014:        package org.pentaho.reportdesigner.crm.report;
015:
016:        import org.jetbrains.annotations.NotNull;
017:
018:        /**
019:         * User: Martin
020:         * Date: 22.04.2006
021:         * Time: 13:30:46
022:         */
023:        public class UndoConstants {
024:
025:            @NotNull
026:            public static final String CLEAR_SELECTION = "clearSelection";
027:            @NotNull
028:            public static final String SET_SELECTION = "setSelection";
029:            @NotNull
030:            public static final String ADD_SELECTED_ELEMENT = "addSelectedElement";
031:            @NotNull
032:            public static final String CREATE = "create";
033:            @NotNull
034:            public static final String MOUSE_RELEASED = "mouse released";
035:            @NotNull
036:            public static final String ADD_GROUP = "add group";
037:            @NotNull
038:            public static final String ADJUST_BAND_SIZE_COMMAND = "AdjustBandSizeCommand";
039:            @NotNull
040:            public static final String CUT = "cut";
041:            @NotNull
042:            public static final String DELETE = "delete";
043:            @NotNull
044:            public static final String LAYER_DOWN = "layer down";
045:            @NotNull
046:            public static final String LAYER_UP = "layer up";
047:            @NotNull
048:            public static final String MOVE_DOWN = "move down";
049:            @NotNull
050:            public static final String MOVE_LEFT = "move left";
051:            @NotNull
052:            public static final String MOVE_RIGHT = "move right";
053:            @NotNull
054:            public static final String MOVE_UP = "move up";
055:            @NotNull
056:            public static final String PASTE = "paste";
057:            @NotNull
058:            public static final String SET_ACTIVE = "setActive";
059:            @NotNull
060:            public static final String SET_POSITION = "setPosition";
061:            @NotNull
062:            public static final String REMOVE_GUIDE_LINE = "removeGuideLine";
063:            @NotNull
064:            public static final String ADD_GUIDE_LINE = "addGuideLine";
065:            @NotNull
066:            public static final String ADD_CHILD = "addChild";
067:            @NotNull
068:            public static final String REMOVE_CHILD = "removeChild";
069:            @NotNull
070:            public static final String MOVE_CHILD_DOWN = "moveChildDown";
071:            @NotNull
072:            public static final String MOVE_CHILD_UP = "moveChildUp";
073:            @NotNull
074:            public static final String ADD_FUNCTION = "add function";
075:            @NotNull
076:            public static final String PROPERTY_SETVALUES = "property.setvalues";
077:            @NotNull
078:            public static final String CONNECTION_SETTINGS = "connectionSettings";
079:            @NotNull
080:            public static final String MORPH_INTO_TEXTFIELD = "morphIntoTextField";
081:            @NotNull
082:            public static final String MERGE_REPORTS = "mergeReports";
083:            @NotNull
084:            public static final String ALIGN_LEFT = "alignLeft";
085:            @NotNull
086:            public static final String ALIGN_RIGHT = "alignRight";
087:            @NotNull
088:            public static final String ALIGN_CENTER = "alignCenter";
089:            @NotNull
090:            public static final String ALIGN_TOP = "alignTop";
091:            @NotNull
092:            public static final String ALIGN_MIDDLE = "alignMiddle";
093:            @NotNull
094:            public static final String ALIGN_BOTTOM = "alignBottom";
095:            @NotNull
096:            public static final String DISTRIBUTE_CENTER = "distributeCenter";
097:            @NotNull
098:            public static final String DISTRIBUTE_LEFT = "distributeLeft";
099:            @NotNull
100:            public static final String DISTRIBUTE_RIGHT = "distributeRight";
101:            @NotNull
102:            public static final String DISTRIBUTE_GAPS_HORIZONTAL = "distributeGapsHorizontal";
103:            @NotNull
104:            public static final String DISTRIBUTE_TOP = "distributeTop";
105:            @NotNull
106:            public static final String DISTRIBUTE_BOTTOM = "distributeBottom";
107:            @NotNull
108:            public static final String DISTRIBUTE_MIDDLE = "distributeMiddle";
109:            @NotNull
110:            public static final String DISTRIBUTE_GAPS_VERTICAL = "distributeGapsVertical";
111:            @NotNull
112:            public static final String HIDE_ELEMENT = "hideElement";
113:
114:            private UndoConstants() {
115:            }
116:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.