Uses of Class
org.apache.hop.ui.hopgui.file.workflow.HopWorkflowFileType
-
Packages that use HopWorkflowFileType Package Description org.apache.hop.ui.hopgui.file.workflow org.apache.hop.ui.hopgui.perspective.dataorch -
-
Uses of HopWorkflowFileType in org.apache.hop.ui.hopgui.file.workflow
Methods in org.apache.hop.ui.hopgui.file.workflow that return HopWorkflowFileType Modifier and Type Method Description HopWorkflowFileType<WorkflowMeta>HopGuiWorkflowGraph. getFileType()Gets fileTypeMethods in org.apache.hop.ui.hopgui.file.workflow with parameters of type HopWorkflowFileType Modifier and Type Method Description voidHopGuiWorkflowGraph. setFileType(HopWorkflowFileType<WorkflowMeta> fileType)Constructors in org.apache.hop.ui.hopgui.file.workflow with parameters of type HopWorkflowFileType Constructor Description HopGuiWorkflowGraph(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, org.eclipse.swt.custom.CTabItem parentTabItem, HopDataOrchestrationPerspective perspective, WorkflowMeta workflowMeta, HopWorkflowFileType<WorkflowMeta> fileType) -
Uses of HopWorkflowFileType in org.apache.hop.ui.hopgui.perspective.dataorch
Methods in org.apache.hop.ui.hopgui.perspective.dataorch that return HopWorkflowFileType Modifier and Type Method Description HopWorkflowFileType<WorkflowMeta>HopDataOrchestrationPerspective. getWorkflowFileType()Gets jobFileTypeMethods in org.apache.hop.ui.hopgui.perspective.dataorch with parameters of type HopWorkflowFileType Modifier and Type Method Description IHopFileTypeHandlerHopDataOrchestrationPerspective. addWorkflow(HopGui hopGui, WorkflowMeta workflowMeta, HopWorkflowFileType workflowFile)Add a new workflow tab to the tab folder...
-