Java Doc for ValidationDialog.java in  » GIS » udig-1.1 » net » refractions » udig » validation » ui » 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 » GIS » udig 1.1 » net.refractions.udig.validation.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.refractions.udig.validation.ui.ValidationDialog

ValidationDialog
public class ValidationDialog extends TitleAreaDialog (Code)


Field Summary
final public static  StringBLACKBOARD_KEY
    

Constructor Summary
public  ValidationDialog(Shell parentShell, ILayer[] layers)
    
protected  ValidationDialog(Shell parentShell)
    

Method Summary
protected  ControlcreateButtonBar(Composite parent)
    
protected  voidcreateButtonsForButtonBar(Composite parent)
    
protected  ControlcreateDialogArea(Composite parent)
    
protected  ProgressMonitorPartcreateProgressMonitorPart(Composite composite, GridLayout pmlayout)
     Create the progress monitor part in the receiver.
protected  TableViewercreateTable(Table table)
    
protected  CompositecreateValidationEditArea(Composite parent)
     Creates the validations edit area of the dialog.
protected  CompositecreateValidationSelectionArea(Composite parent)
     Creates the validation test suite selection area of the dialog.
public  ButtongetCancelButton()
    
public  ValidationDialoggetDialog()
    
public static  StringgetTypeRefLayer(String typeRef)
    
public static  booleanisTypeRef(String argName)
     Based on the name of the argument, this function determines if it is a typeRef or not.

Field Detail
BLACKBOARD_KEY
final public static String BLACKBOARD_KEY(Code)
Constant to use as the key for storing the validation processor on the blackboard (for saving the state of the validation dialog box)




Constructor Detail
ValidationDialog
public ValidationDialog(Shell parentShell, ILayer[] layers)(Code)



ValidationDialog
protected ValidationDialog(Shell parentShell)(Code)




Method Detail
createButtonBar
protected Control createButtonBar(Composite parent)(Code)



createButtonsForButtonBar
protected void createButtonsForButtonBar(Composite parent)(Code)



createDialogArea
protected Control createDialogArea(Composite parent)(Code)



createProgressMonitorPart
protected ProgressMonitorPart createProgressMonitorPart(Composite composite, GridLayout pmlayout)(Code)
Create the progress monitor part in the receiver.
Parameters:
  composite -
Parameters:
  pmlayout - ProgressMonitorPart



createTable
protected TableViewer createTable(Table table)(Code)



createValidationEditArea
protected Composite createValidationEditArea(Composite parent)(Code)
Creates the validations edit area of the dialog. This area displays the name and description of the validation test currently selected. Instances of plugins may only be viewed, while instances of validation tests (within the testSuite) may be modified. the composite used for launch configuration editing



createValidationSelectionArea
protected Composite createValidationSelectionArea(Composite parent) throws Exception(Code)
Creates the validation test suite selection area of the dialog. This area displays a tree of validations that the user may select and modify. The first tier of the tree contains the available validation plugins, and the second tier contains instances of the test. the composite used for the validations selection area
throws:
  Exception -



getCancelButton
public Button getCancelButton()(Code)



getDialog
public ValidationDialog getDialog()(Code)



getTypeRefLayer
public static String getTypeRefLayer(String typeRef)(Code)



isTypeRef
public static boolean isTypeRef(String argName)(Code)
Based on the name of the argument, this function determines if it is a typeRef or not.
Parameters:
  argName -



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