Class MissingActionDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.workflow.action.ActionDialog
-
- org.apache.hop.ui.workflow.actions.missing.MissingActionDialog
-
- All Implemented Interfaces:
IActionDialog
public class MissingActionDialog extends ActionDialog implements IActionDialog
-
-
Field Summary
Fields Modifier and Type Field Description protected IActionactionA reference to the action interfacestatic intMISSING_ACTION_IDstatic intMISSING_ACTIONS-
Fields inherited from class org.apache.hop.ui.workflow.action.ActionDialog
loggingObject, metadataProvider, props, shell, variables, workflowMeta
-
-
Constructor Summary
Constructors Constructor Description MissingActionDialog(org.eclipse.swt.widgets.Shell parent, List<MissingAction> missingActions)MissingActionDialog(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 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
-
-
-
-
Field Detail
-
action
protected IAction action
A reference to the action interface
-
MISSING_ACTIONS
public static final int MISSING_ACTIONS
- See Also:
- Constant Field Values
-
MISSING_ACTION_ID
public static final int MISSING_ACTION_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MissingActionDialog
public MissingActionDialog(org.eclipse.swt.widgets.Shell parent, List<MissingAction> missingActions)
-
MissingActionDialog
public MissingActionDialog(org.eclipse.swt.widgets.Shell parent, IAction action, WorkflowMeta workflowMeta, IVariables variables)
-
-
Method Detail
-
open
public IAction open()
- Specified by:
openin interfaceIActionDialog
-
-