Uses of Class
org.apache.hop.ui.hopgui.HopGui
-
-
Uses of HopGui in org.apache.hop.ui.core.database
Constructors in org.apache.hop.ui.core.database with parameters of type HopGui Constructor Description DatabaseMetaEditor(HopGui hopGui, MetadataManager<DatabaseMeta> manager, DatabaseMeta databaseMeta) -
Uses of HopGui in org.apache.hop.ui.core.dialog
Fields in org.apache.hop.ui.core.dialog declared as HopGui Modifier and Type Field Description protected HopGuiConfigurationDialog. hopGui -
Uses of HopGui in org.apache.hop.ui.core.metadata
Fields in org.apache.hop.ui.core.metadata declared as HopGui Modifier and Type Field Description protected HopGuiMetadataEditor. hopGuiMethods in org.apache.hop.ui.core.metadata that return HopGui Modifier and Type Method Description HopGuiMetadataEditor. getHopGui()Methods in org.apache.hop.ui.core.metadata with parameters of type HopGui Modifier and Type Method Description IHopFileTypeHandlerMetadataFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerMetadataFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace)Constructors in org.apache.hop.ui.core.metadata with parameters of type HopGui Constructor Description MetadataEditor(HopGui hopGui, MetadataManager<T> manager, T metadata) -
Uses of HopGui in org.apache.hop.ui.execution
Constructors in org.apache.hop.ui.execution with parameters of type HopGui Constructor Description ExecutionInfoLocationEditor(HopGui hopGui, MetadataManager<ExecutionInfoLocation> manager, ExecutionInfoLocation location) -
Uses of HopGui in org.apache.hop.ui.execution.profiling
Constructors in org.apache.hop.ui.execution.profiling with parameters of type HopGui Constructor Description ExecutionDataProfileEditor(HopGui hopGui, MetadataManager<ExecutionDataProfile> manager, ExecutionDataProfile profile) -
Uses of HopGui in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return HopGui Modifier and Type Method Description static HopGuiHopGui. getInstance() -
Uses of HopGui in org.apache.hop.ui.hopgui.context.metadata
Constructors in org.apache.hop.ui.hopgui.context.metadata with parameters of type HopGui Constructor Description MetadataContext(HopGui hopGui, IHopMetadataProvider metadataProvider)MetadataContextHandler(HopGui hopGui, IHopMetadataProvider metadataProvider, Class<? extends IHopMetadata> metadataObjectClass) -
Uses of HopGui in org.apache.hop.ui.hopgui.delegates
Methods in org.apache.hop.ui.hopgui.delegates that return HopGui Modifier and Type Method Description HopGuiHopGuiContextDelegate. getHopGui()Gets hopGuiHopGuiHopGuiUndoDelegate. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.delegates with parameters of type HopGui Modifier and Type Method Description voidHopGuiContextDelegate. setHopGui(HopGui hopGui)voidHopGuiUndoDelegate. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.delegates with parameters of type HopGui Constructor Description HopGuiAuditDelegate(HopGui hopGui)HopGuiContextDelegate(HopGui hopGui)HopGuiFileDelegate(HopGui hopGui)HopGuiFileRefreshDelegate(HopGui hopGui)HopGuiServerDelegate(HopGui hopGui, IHopFileTypeHandler handler)HopGuiUndoDelegate(HopGui hopGui) -
Uses of HopGui in org.apache.hop.ui.hopgui.file
Methods in org.apache.hop.ui.hopgui.file with parameters of type HopGui Modifier and Type Method Description IHopFileTypeHandlerIHopFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerIHopFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace)Load and display the file -
Uses of HopGui in org.apache.hop.ui.hopgui.file.delegates
Constructors in org.apache.hop.ui.hopgui.file.delegates with parameters of type HopGui Constructor Description HopGuiNotePadDelegate(HopGui hopGui, IHopFileTypeHandler handler) -
Uses of HopGui in org.apache.hop.ui.hopgui.file.empty
Methods in org.apache.hop.ui.hopgui.file.empty with parameters of type HopGui Modifier and Type Method Description IHopFileTypeHandlerEmptyFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerEmptyFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of HopGui in org.apache.hop.ui.hopgui.file.pipeline
Methods in org.apache.hop.ui.hopgui.file.pipeline that return HopGui Modifier and Type Method Description HopGuiHopGuiPipelineGraph. getHopGui()Methods in org.apache.hop.ui.hopgui.file.pipeline with parameters of type HopGui Modifier and Type Method Description booleanHopGuiPipelineGraph. editProperties(PipelineMeta pipelineMeta, HopGui hopGui, boolean allowDirectoryChange)booleanHopGuiPipelineGraph. editProperties(PipelineMeta pipelineMeta, HopGui hopGui, PipelineDialog.Tabs currentTab)IHopFileTypeHandlerHopPipelineFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerHopPipelineFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace)voidHopGuiPipelineGraph. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.file.pipeline with parameters of type HopGui 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 HopGui in org.apache.hop.ui.hopgui.file.pipeline.delegates
Methods in org.apache.hop.ui.hopgui.file.pipeline.delegates that return HopGui Modifier and Type Method Description HopGuiHopGuiPipelineClipboardDelegate. getHopGui()Gets hopGuiHopGuiHopGuiPipelineRunDelegate. getHopGui()Gets hopGuiHopGuiHopGuiPipelineUndoDelegate. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.file.pipeline.delegates with parameters of type HopGui Modifier and Type Method Description voidHopGuiPipelineClipboardDelegate. setHopGui(HopGui hopGui)voidHopGuiPipelineRunDelegate. setHopGui(HopGui hopGui)voidHopGuiPipelineUndoDelegate. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.file.pipeline.delegates with parameters of type HopGui Constructor Description HopGuiPipelineClipboardDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)HopGuiPipelineGridDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)HopGuiPipelineHopDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)HopGuiPipelineLogDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)HopGuiPipelineRunDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)HopGuiPipelineTransformDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)HopGuiPipelineUndoDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph) -
Uses of HopGui in org.apache.hop.ui.hopgui.file.workflow
Fields in org.apache.hop.ui.hopgui.file.workflow declared as HopGui Modifier and Type Field Description protected HopGuiHopGuiWorkflowGraph. hopGuiMethods in org.apache.hop.ui.hopgui.file.workflow that return HopGui Modifier and Type Method Description HopGuiHopGuiWorkflowGraph. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.file.workflow with parameters of type HopGui Modifier and Type Method Description booleanHopGuiWorkflowGraph. editProperties(WorkflowMeta workflowMeta, HopGui hopGui, boolean allowDirectoryChange)IHopFileTypeHandlerHopWorkflowFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerHopWorkflowFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace)voidHopGuiWorkflowGraph. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.file.workflow with parameters of type HopGui 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 HopGui in org.apache.hop.ui.hopgui.file.workflow.delegates
Methods in org.apache.hop.ui.hopgui.file.workflow.delegates that return HopGui Modifier and Type Method Description HopGuiHopGuiWorkflowClipboardDelegate. getHopGui()Gets hopGuiHopGuiHopGuiWorkflowRunDelegate. getHopGui()Gets hopGuiHopGuiHopGuiWorkflowUndoDelegate. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.file.workflow.delegates with parameters of type HopGui Modifier and Type Method Description voidHopGuiWorkflowClipboardDelegate. setHopGui(HopGui hopGui)voidHopGuiWorkflowRunDelegate. setHopGui(HopGui hopGui)voidHopGuiWorkflowUndoDelegate. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.file.workflow.delegates with parameters of type HopGui Constructor Description HopGuiWorkflowActionDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)HopGuiWorkflowClipboardDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)HopGuiWorkflowGridDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)HopGuiWorkflowHopDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)HopGuiWorkflowLogDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)HopGuiWorkflowRunDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)HopGuiWorkflowUndoDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective
Methods in org.apache.hop.ui.hopgui.perspective with parameters of type HopGui Modifier and Type Method Description voidEmptyHopPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent)voidIHopPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent)Initialize this perspectiveConstructors in org.apache.hop.ui.hopgui.perspective with parameters of type HopGui Constructor Description HopPerspectiveManager(HopGui hopGui) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.configuration
Methods in org.apache.hop.ui.hopgui.perspective.configuration with parameters of type HopGui Modifier and Type Method Description voidConfigurationPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.dataorch
Fields in org.apache.hop.ui.hopgui.perspective.dataorch declared as HopGui Modifier and Type Field Description protected HopGuiHopGuiAbstractGraph. hopGuiMethods in org.apache.hop.ui.hopgui.perspective.dataorch that return HopGui Modifier and Type Method Description HopGuiHopDataOrchestrationPerspective. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.perspective.dataorch with parameters of type HopGui Modifier and Type Method Description IHopFileTypeHandlerHopDataOrchestrationPerspective. addPipeline(HopGui hopGui, PipelineMeta pipelineMeta, HopPipelineFileType pipelineFile)Add a new pipeline tab to the tab folder...IHopFileTypeHandlerHopDataOrchestrationPerspective. addWorkflow(HopGui hopGui, WorkflowMeta workflowMeta, HopWorkflowFileType workflowFile)Add a new workflow tab to the tab folder...voidHopDataOrchestrationPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent)voidHopDataOrchestrationPerspective. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.perspective.dataorch with parameters of type HopGui Constructor Description HopGuiAbstractGraph(HopGui hopGui, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.custom.CTabItem parentTabItem) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.execution
Methods in org.apache.hop.ui.hopgui.perspective.execution with parameters of type HopGui Modifier and Type Method Description voidExecutionPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent)Constructors in org.apache.hop.ui.hopgui.perspective.execution with parameters of type HopGui 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 HopGui in org.apache.hop.ui.hopgui.perspective.explorer
Fields in org.apache.hop.ui.hopgui.perspective.explorer declared as HopGui Modifier and Type Field Description HopGuiExplorerPerspective.DetermineRootFolderExtension. hopGuiMethods in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type HopGui Modifier and Type Method Description voidExplorerPerspective. determineRootFolderName(HopGui hopGui)voidExplorerPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent)Constructors in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type HopGui Constructor Description DetermineRootFolderExtension(HopGui hopGui, String rootFolder, String rootName) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file with parameters of type HopGui Modifier and Type Method Description TIExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Create a new file type handler for the given Hop GUI instance, perspective and fileIHopFileTypeHandlerExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerExplorerFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file.types
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types with parameters of type HopGui Modifier and Type Method Description IHopFileTypeHandlerFolderFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerGenericFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerFolderFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace)IHopFileTypeHandlerGenericFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base
Fields in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base declared as HopGui Modifier and Type Field Description protected HopGuiBaseExplorerFileTypeHandler. hopGuiMethods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base that return HopGui Modifier and Type Method Description HopGuiBaseExplorerFileTypeHandler. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with parameters of type HopGui Modifier and Type Method Description abstract TBaseExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)TBaseExplorerFileType. openFile(HopGui hopGui, String filename, IVariables parentVariables)voidBaseExplorerFileTypeHandler. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with parameters of type HopGui Constructor Description BaseExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log with parameters of type HopGui Modifier and Type Method Description LogExplorerFileTypeHandlerLogExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)IHopFileTypeHandlerLogExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log with parameters of type HopGui Constructor Description LogExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext with parameters of type HopGui Modifier and Type Method Description NoExtensionExplorerFileTypeHandlerNoExtensionExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)IHopFileTypeHandlerNoExtensionExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext with parameters of type HopGui Constructor Description NoExtensionExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg with parameters of type HopGui Modifier and Type Method Description SvgExplorerFileTypeHandlerSvgExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)IHopFileTypeHandlerSvgExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg with parameters of type HopGui Constructor Description SvgExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text with parameters of type HopGui Modifier and Type Method Description abstract TBaseTextExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)abstract IHopFileTypeHandlerBaseTextExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text with parameters of type HopGui Constructor Description BaseTextExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.metadata
Methods in org.apache.hop.ui.hopgui.perspective.metadata with parameters of type HopGui Modifier and Type Method Description voidMetadataPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.pluginexplorer
Methods in org.apache.hop.ui.hopgui.perspective.pluginexplorer with parameters of type HopGui Modifier and Type Method Description voidHopPluginExplorePerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent) -
Uses of HopGui in org.apache.hop.ui.hopgui.perspective.search
Methods in org.apache.hop.ui.hopgui.perspective.search that return HopGui Modifier and Type Method Description HopGuiHopSearchPerspective. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.perspective.search with parameters of type HopGui Modifier and Type Method Description voidHopSearchPerspective. initialize(HopGui hopGui, org.eclipse.swt.widgets.Composite parent)voidHopSearchPerspective. setHopGui(HopGui hopGui) -
Uses of HopGui in org.apache.hop.ui.hopgui.search
Fields in org.apache.hop.ui.hopgui.search declared as HopGui Modifier and Type Field Description protected HopGuiHopGuiSearchLocation. hopGuiMethods in org.apache.hop.ui.hopgui.search that return HopGui Modifier and Type Method Description HopGuiHopGuiSearchLocationIterator. getHopGui()Gets hopGuiMethods in org.apache.hop.ui.hopgui.search with parameters of type HopGui Modifier and Type Method Description voidHopGuiSearchLocationIterator. setHopGui(HopGui hopGui)Constructors in org.apache.hop.ui.hopgui.search with parameters of type HopGui Constructor Description HopGuiSearchLocation(HopGui hopGui)HopGuiSearchLocationIterator(HopGui hopGui, HopGuiSearchLocation location) -
Uses of HopGui in org.apache.hop.ui.hopgui.shared
Fields in org.apache.hop.ui.hopgui.shared declared as HopGui Modifier and Type Field Description protected HopGuiBaseExecutionViewer. hopGuiConstructors in org.apache.hop.ui.hopgui.shared with parameters of type HopGui Constructor Description BaseExecutionViewer(org.eclipse.swt.widgets.Composite parent, HopGui hopGui, ExecutionPerspective perspective, String locationName, Execution execution, ExecutionState executionState) -
Uses of HopGui in org.apache.hop.ui.partition
Constructors in org.apache.hop.ui.partition with parameters of type HopGui Constructor Description PartitionSchemaEditor(HopGui hopGui, MetadataManager<PartitionSchema> manager, PartitionSchema metadata) -
Uses of HopGui in org.apache.hop.ui.pipeline.config
Constructors in org.apache.hop.ui.pipeline.config with parameters of type HopGui Constructor Description PipelineRunConfigurationEditor(HopGui hopGui, MetadataManager<PipelineRunConfiguration> manager, PipelineRunConfiguration runConfiguration) -
Uses of HopGui in org.apache.hop.ui.server
Constructors in org.apache.hop.ui.server with parameters of type HopGui Constructor Description HopServerEditor(HopGui hopGui, MetadataManager<HopServer> manager, HopServer metadata) -
Uses of HopGui in org.apache.hop.ui.workflow.config
Constructors in org.apache.hop.ui.workflow.config with parameters of type HopGui Constructor Description WorkflowRunConfigurationEditor(HopGui hopGui, MetadataManager<WorkflowRunConfiguration> manager, WorkflowRunConfiguration runConfiguration) -
Uses of HopGui in org.apache.hop.ui.www.service
Constructors in org.apache.hop.ui.www.service with parameters of type HopGui Constructor Description WebServiceEditor(HopGui hopGui, MetadataManager<WebService> manager, WebService metadata)
-