Class ActionDummyDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.workflow.action.ActionDialog
-
- org.apache.hop.ui.workflow.actions.dummy.ActionDummyDialog
-
- All Implemented Interfaces:
IActionDialog
public class ActionDummyDialog extends ActionDialog implements IActionDialog
-
-
Field Summary
-
Fields inherited from class org.apache.hop.ui.workflow.action.ActionDialog
loggingObject, metadataProvider, props, shell, variables, workflowMeta
-
-
Constructor Summary
Constructors Constructor Description ActionDummyDialog(org.eclipse.swt.widgets.Shell parent, IAction action, WorkflowMeta workflowMeta, IVariables variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetData()IActionopen()-
Methods inherited from class org.apache.hop.ui.workflow.action.ActionDialog
addConnectionLine, addConnectionLine, dispose, getMetadataProvider, getWorkflowMeta, isDisposed, setActive, setMetadataProvider
-
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.workflow.action.IActionDialog
isDisposed, setActive, setMetadataProvider
-
-
-
-
Constructor Detail
-
ActionDummyDialog
public ActionDummyDialog(org.eclipse.swt.widgets.Shell parent, IAction action, WorkflowMeta workflowMeta, IVariables variables)
-
-
Method Detail
-
open
public IAction open()
- Specified by:
openin interfaceIActionDialog
-
getData
public void getData()
-
-