Class XsdValidatorDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.apache.hop.ui.workflow.action.ActionDialog
org.apache.hop.workflow.actions.xml.xsdvalidator.XsdValidatorDialog
- All Implemented Interfaces:
IActionDialog
This dialog allows you to edit the XSD Validator job entry settings.
-
Field Summary
Fields inherited from class org.apache.hop.ui.workflow.action.ActionDialog
loggingObject, metadataProvider, props, shell, variables, workflowMeta -
Constructor Summary
ConstructorsConstructorDescriptionXsdValidatorDialog(org.eclipse.swt.widgets.Shell parent, XsdValidator action, WorkflowMeta workflowMeta, IVariables variables) -
Method Summary
Methods inherited from class org.apache.hop.ui.workflow.action.ActionDialog
addConnectionLine, addConnectionLine, dispose, getMetadataProvider, getWorkflowMeta, isDisposed, setActive, setMetadataProviderMethods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
XsdValidatorDialog
public XsdValidatorDialog(org.eclipse.swt.widgets.Shell parent, XsdValidator action, WorkflowMeta workflowMeta, IVariables variables)
-
-
Method Details
-
open
-
getData
public void getData()Copy information from the meta-data input to the dialog fields.
-