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


org.eclipse.jface.dialogs.IDialogConstants

IDialogConstants
public interface IDialogConstants (Code)
IDialogConstants is the interface for common dialog strings and ids used throughout JFace. It is recommended that you use these labels and ids whereever for consistency with the JFace dialogs.


Field Summary
public  intABORT_ID
     Button id for an "Abort" button (value 7).
public  StringABORT_LABEL
     The label for abort buttons.
public  intBACK_ID
     Button id for a "Back" button (value 14).
public  StringBACK_LABEL
     The label for back buttons.
public  intBUTTON_BAR_HEIGHT
     Height of button bar in dialog units (value 25).
public  intBUTTON_HEIGHT
     Button height in dialog units (value 14).
public  intBUTTON_MARGIN
     Button margin in dialog units (value 4).
public  intBUTTON_WIDTH
     Button width in dialog units (value 61).
public  intCANCEL_ID
     Button id for a "Cancel" button (value 1).
public  StringCANCEL_LABEL
     The label for cancel buttons.
public  intCLIENT_ID
     Starting button id reserved for use by clients of JFace (value 1024).
public  intCLOSE_ID
     Button id for a "Close" button (value 12).
public  StringCLOSE_LABEL
     The label for close buttons.
public  intDESELECT_ALL_ID
     Button id for a "Deselect All" button (value 19).
public  intDETAILS_ID
     Button id for a "Details" button (value 13).
public  intENTRY_FIELD_WIDTH
     Entry field width in dialog units (value 200).
public  intFINISH_ID
     Button id for a "Finish" button (value 16).
public  StringFINISH_LABEL
     The label for finish buttons.
public  intHELP_ID
     Button id for a "Help" button (value 17).
public  StringHELP_LABEL
     The label for help buttons.
public  StringHIDE_DETAILS_LABEL
     The label for hide details buttons.
public  intHORIZONTAL_MARGIN
     Horizontal margin in dialog units (value 7).
public  intHORIZONTAL_SPACING
     Horizontal spacing in dialog units (value 4).
public  intIGNORE_ID
     Button id for an "Ignore" button (value 9).
public  StringIGNORE_LABEL
     The label for ignore buttons.
public  intINDENT
     Indent in dialog units (value 21).
public  intINTERNAL_ID
     Starting button id reserved for internal use by JFace (value 256).
public  intLEFT_MARGIN
     Left margin in dialog units (value 20).
public  intMINIMUM_MESSAGE_AREA_WIDTH
     Minimum width of message area in dialog units (value 300).
public  intNEXT_ID
     Button id for a "Next" button (value 15).
public  StringNEXT_LABEL
     The label for next buttons.
public  intNO_ID
     Button id for a "No" button (value 3).
public  StringNO_LABEL
     The label for no buttons.
public  intNO_TO_ALL_ID
     Button id for a "No to All" button (value 21).
public  StringNO_TO_ALL_LABEL
     The label for not to all buttons.
public  intOK_ID
     Button id for an "Ok" button (value 0).
public  StringOK_LABEL
     The label for OK buttons.
public  intOPEN_ID
     Button id for an "Open" button (value 11).
public  StringOPEN_LABEL
     The label for open buttons.
public  intPROCEED_ID
     Button id for a "Proceed" button (value 10).
public  StringPROCEED_LABEL
     The label for proceed buttons.
public  intRETRY_ID
     Button id for a "Retry" button (value 8).
public  StringRETRY_LABEL
     The label for retry buttons.
public  intSELECT_ALL_ID
     Button id for a "Select All" button (value 18).
public  intSELECT_TYPES_ID
     Button id for a "Select types" button (value 20).
public  StringSHOW_DETAILS_LABEL
     The label for show details buttons.
public  intSKIP_ID
     Button id for a "Skip" button (value 5).
public  StringSKIP_LABEL
     The label for skip buttons.
public  intSMALL_INDENT
     Small indent in dialog units (value 7).
public  intSTOP_ID
     Button id for a "Stop" button (value 6).
public  StringSTOP_LABEL
     The label for stop buttons.
public  intVERTICAL_MARGIN
     Vertical margin in dialog units (value 7).
public  intVERTICAL_SPACING
     Vertical spacing in dialog units (value 4).
public  intYES_ID
     Button id for a "Yes" button (value 2).
public  StringYES_LABEL
     The label for yes buttons.
public  intYES_TO_ALL_ID
     Button id for a "Yes to All" button (value 4).
public  StringYES_TO_ALL_LABEL
     The label for yes to all buttons.



Field Detail
ABORT_ID
public int ABORT_ID(Code)
Button id for an "Abort" button (value 7).



ABORT_LABEL
public String ABORT_LABEL(Code)
The label for abort buttons.



BACK_ID
public int BACK_ID(Code)
Button id for a "Back" button (value 14).



BACK_LABEL
public String BACK_LABEL(Code)
The label for back buttons.



BUTTON_BAR_HEIGHT
public int BUTTON_BAR_HEIGHT(Code)
Height of button bar in dialog units (value 25).



BUTTON_HEIGHT
public int BUTTON_HEIGHT(Code)
Button height in dialog units (value 14).



BUTTON_MARGIN
public int BUTTON_MARGIN(Code)
Button margin in dialog units (value 4).



BUTTON_WIDTH
public int BUTTON_WIDTH(Code)
Button width in dialog units (value 61).



CANCEL_ID
public int CANCEL_ID(Code)
Button id for a "Cancel" button (value 1).



CANCEL_LABEL
public String CANCEL_LABEL(Code)
The label for cancel buttons.



CLIENT_ID
public int CLIENT_ID(Code)
Starting button id reserved for use by clients of JFace (value 1024). Clients of JFace should make ids by adding to this number.



CLOSE_ID
public int CLOSE_ID(Code)
Button id for a "Close" button (value 12).



CLOSE_LABEL
public String CLOSE_LABEL(Code)
The label for close buttons.



DESELECT_ALL_ID
public int DESELECT_ALL_ID(Code)
Button id for a "Deselect All" button (value 19).



DETAILS_ID
public int DETAILS_ID(Code)
Button id for a "Details" button (value 13).



ENTRY_FIELD_WIDTH
public int ENTRY_FIELD_WIDTH(Code)
Entry field width in dialog units (value 200).



FINISH_ID
public int FINISH_ID(Code)
Button id for a "Finish" button (value 16).



FINISH_LABEL
public String FINISH_LABEL(Code)
The label for finish buttons.



HELP_ID
public int HELP_ID(Code)
Button id for a "Help" button (value 17).



HELP_LABEL
public String HELP_LABEL(Code)
The label for help buttons.



HIDE_DETAILS_LABEL
public String HIDE_DETAILS_LABEL(Code)
The label for hide details buttons.



HORIZONTAL_MARGIN
public int HORIZONTAL_MARGIN(Code)
Horizontal margin in dialog units (value 7).



HORIZONTAL_SPACING
public int HORIZONTAL_SPACING(Code)
Horizontal spacing in dialog units (value 4).



IGNORE_ID
public int IGNORE_ID(Code)
Button id for an "Ignore" button (value 9).



IGNORE_LABEL
public String IGNORE_LABEL(Code)
The label for ignore buttons.



INDENT
public int INDENT(Code)
Indent in dialog units (value 21).



INTERNAL_ID
public int INTERNAL_ID(Code)
Starting button id reserved for internal use by JFace (value 256). JFace classes make ids by adding to this number.



LEFT_MARGIN
public int LEFT_MARGIN(Code)
Left margin in dialog units (value 20).



MINIMUM_MESSAGE_AREA_WIDTH
public int MINIMUM_MESSAGE_AREA_WIDTH(Code)
Minimum width of message area in dialog units (value 300).



NEXT_ID
public int NEXT_ID(Code)
Button id for a "Next" button (value 15).



NEXT_LABEL
public String NEXT_LABEL(Code)
The label for next buttons.



NO_ID
public int NO_ID(Code)
Button id for a "No" button (value 3).



NO_LABEL
public String NO_LABEL(Code)
The label for no buttons.



NO_TO_ALL_ID
public int NO_TO_ALL_ID(Code)
Button id for a "No to All" button (value 21).



NO_TO_ALL_LABEL
public String NO_TO_ALL_LABEL(Code)
The label for not to all buttons.



OK_ID
public int OK_ID(Code)
Button id for an "Ok" button (value 0).



OK_LABEL
public String OK_LABEL(Code)
The label for OK buttons.



OPEN_ID
public int OPEN_ID(Code)
Button id for an "Open" button (value 11).



OPEN_LABEL
public String OPEN_LABEL(Code)
The label for open buttons.



PROCEED_ID
public int PROCEED_ID(Code)
Button id for a "Proceed" button (value 10).



PROCEED_LABEL
public String PROCEED_LABEL(Code)
The label for proceed buttons.



RETRY_ID
public int RETRY_ID(Code)
Button id for a "Retry" button (value 8).



RETRY_LABEL
public String RETRY_LABEL(Code)
The label for retry buttons.



SELECT_ALL_ID
public int SELECT_ALL_ID(Code)
Button id for a "Select All" button (value 18).



SELECT_TYPES_ID
public int SELECT_TYPES_ID(Code)
Button id for a "Select types" button (value 20).



SHOW_DETAILS_LABEL
public String SHOW_DETAILS_LABEL(Code)
The label for show details buttons.



SKIP_ID
public int SKIP_ID(Code)
Button id for a "Skip" button (value 5).



SKIP_LABEL
public String SKIP_LABEL(Code)
The label for skip buttons.



SMALL_INDENT
public int SMALL_INDENT(Code)
Small indent in dialog units (value 7).



STOP_ID
public int STOP_ID(Code)
Button id for a "Stop" button (value 6).



STOP_LABEL
public String STOP_LABEL(Code)
The label for stop buttons.



VERTICAL_MARGIN
public int VERTICAL_MARGIN(Code)
Vertical margin in dialog units (value 7).



VERTICAL_SPACING
public int VERTICAL_SPACING(Code)
Vertical spacing in dialog units (value 4).



YES_ID
public int YES_ID(Code)
Button id for a "Yes" button (value 2).



YES_LABEL
public String YES_LABEL(Code)
The label for yes buttons.



YES_TO_ALL_ID
public int YES_TO_ALL_ID(Code)
Button id for a "Yes to All" button (value 4).



YES_TO_ALL_LABEL
public String YES_TO_ALL_LABEL(Code)
The label for yes to all buttons.





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