Uses of Class
org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective
-
Packages that use ExecutionPerspective Package Description org.apache.hop.ui.hopgui org.apache.hop.ui.hopgui.perspective.execution org.apache.hop.ui.hopgui.shared -
-
Uses of ExecutionPerspective in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return ExecutionPerspective Modifier and Type Method Description static ExecutionPerspectiveHopGui. getExecutionPerspective() -
Uses of ExecutionPerspective in org.apache.hop.ui.hopgui.perspective.execution
Methods in org.apache.hop.ui.hopgui.perspective.execution that return ExecutionPerspective Modifier and Type Method Description static ExecutionPerspectiveExecutionPerspective. getInstance()ExecutionPerspectivePipelineExecutionViewer. getPerspective()Gets perspectiveConstructors in org.apache.hop.ui.hopgui.perspective.execution with parameters of type ExecutionPerspective Constructor Description PipelineExecutionViewer(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, PipelineMeta pipelineMeta, String locationName, ExecutionPerspective perspective, Execution execution, ExecutionState executionState)WorkflowExecutionViewer(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, WorkflowMeta workflowMeta, String locationName, ExecutionPerspective perspective, Execution execution, ExecutionState executionState) -
Uses of ExecutionPerspective in org.apache.hop.ui.hopgui.shared
Fields in org.apache.hop.ui.hopgui.shared declared as ExecutionPerspective Modifier and Type Field Description protected ExecutionPerspectiveBaseExecutionViewer. perspectiveMethods in org.apache.hop.ui.hopgui.shared that return ExecutionPerspective Modifier and Type Method Description ExecutionPerspectiveBaseExecutionViewer. getPerspective()Gets perspectiveConstructors in org.apache.hop.ui.hopgui.shared with parameters of type ExecutionPerspective Constructor Description BaseExecutionViewer(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, ExecutionPerspective perspective, String locationName, Execution execution, ExecutionState executionState)
-