Class XsltDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.apache.hop.ui.workflow.action.ActionDialog
org.apache.hop.workflow.actions.xml.xslt.XsltDialog
- All Implemented Interfaces:
IActionDialog
This dialog allows you to edit the XSLT job entry settings.
-
Field Summary
FieldsFields inherited from class org.apache.hop.ui.workflow.action.ActionDialog
loggingObject, metadataProvider, props, shell, variables, workflowMeta -
Constructor Summary
ConstructorsConstructorDescriptionXsltDialog(org.eclipse.swt.widgets.Shell parent, Xslt 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
-
Field Details
-
CONST_SYSTEM_BUTTON_BROWSE
- See Also:
-
-
Constructor Details
-
XsltDialog
public XsltDialog(org.eclipse.swt.widgets.Shell parent, Xslt action, WorkflowMeta workflowMeta, IVariables variables)
-
-
Method Details
-
open
-
getData
public void getData()Copy information from the meta-data input to the dialog fields.
-