Class DtdValidatorDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.apache.hop.ui.workflow.action.ActionDialog
org.apache.hop.workflow.actions.xml.dtdvalidator.DtdValidatorDialog
- All Implemented Interfaces:
IActionDialog
This dialog allows you to edit the DTD 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
ConstructorsConstructorDescriptionDtdValidatorDialog(org.eclipse.swt.widgets.Shell parent, DtdValidator 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
-
DtdValidatorDialog
public DtdValidatorDialog(org.eclipse.swt.widgets.Shell parent, DtdValidator action, WorkflowMeta workflowMeta, IVariables variables)
-
-
Method Details
-
open
-
getData
public void getData()Copy information from the meta-data input to the dialog fields.
-