Uses of Class
org.apache.hop.ui.hopgui.perspective.dataorch.HopDataOrchestrationPerspective
-
Packages that use HopDataOrchestrationPerspective Package Description org.apache.hop.ui.hopgui org.apache.hop.ui.hopgui.file.pipeline org.apache.hop.ui.hopgui.file.workflow -
-
Uses of HopDataOrchestrationPerspective in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return HopDataOrchestrationPerspective Modifier and Type Method Description static HopDataOrchestrationPerspectiveHopGui. getDataOrchestrationPerspective() -
Uses of HopDataOrchestrationPerspective in org.apache.hop.ui.hopgui.file.pipeline
Methods in org.apache.hop.ui.hopgui.file.pipeline that return HopDataOrchestrationPerspective Modifier and Type Method Description HopDataOrchestrationPerspectiveHopGuiPipelineGraph. getPerspective()Gets perspectiveConstructors in org.apache.hop.ui.hopgui.file.pipeline with parameters of type HopDataOrchestrationPerspective Constructor Description HopGuiPipelineGraph(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, org.eclipse.swt.custom.CTabItem parentTabItem, HopDataOrchestrationPerspective perspective, PipelineMeta pipelineMeta, HopPipelineFileType<PipelineMeta> fileType) -
Uses of HopDataOrchestrationPerspective in org.apache.hop.ui.hopgui.file.workflow
Methods in org.apache.hop.ui.hopgui.file.workflow that return HopDataOrchestrationPerspective Modifier and Type Method Description HopDataOrchestrationPerspectiveHopGuiWorkflowGraph. getPerspective()Gets perspectiveConstructors in org.apache.hop.ui.hopgui.file.workflow with parameters of type HopDataOrchestrationPerspective Constructor Description HopGuiWorkflowGraph(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, org.eclipse.swt.custom.CTabItem parentTabItem, HopDataOrchestrationPerspective perspective, WorkflowMeta workflowMeta, HopWorkflowFileType<WorkflowMeta> fileType)
-