Uses of Interface
org.apache.hop.ui.hopgui.file.IHopFileTypeHandler
-
-
Uses of IHopFileTypeHandler in org.apache.hop.ui.core.database
Classes in org.apache.hop.ui.core.database that implement IHopFileTypeHandler Modifier and Type Class Description classDatabaseMetaEditor -
Uses of IHopFileTypeHandler in org.apache.hop.ui.core.metadata
Classes in org.apache.hop.ui.core.metadata that implement IHopFileTypeHandler Modifier and Type Class Description classMetadataEditor<T extends IHopMetadata>Abstract implementation of all metadata editors.classMetadataFileTypeHandler<T extends IHopMetadata>Methods in org.apache.hop.ui.core.metadata that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerMetadataFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerMetadataFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.execution
Classes in org.apache.hop.ui.execution that implement IHopFileTypeHandler Modifier and Type Class Description classExecutionInfoLocationEditor -
Uses of IHopFileTypeHandler in org.apache.hop.ui.execution.profiling
Classes in org.apache.hop.ui.execution.profiling that implement IHopFileTypeHandler Modifier and Type Class Description classExecutionDataProfileEditorThe editor for metadata objectExecutionDataProfileDon't move this class around as it's synchronized with theExecutionDataProfilepackage to find this editor. -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerHopGui. getActiveFileTypeHandler() -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.delegates
Methods in org.apache.hop.ui.hopgui.delegates that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerHopGuiFileDelegate. fileOpen(String filename)IHopFileTypeHandlerHopGuiFileDelegate. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.delegates with parameters of type IHopFileTypeHandler Modifier and Type Method Description voidHopGuiFileRefreshDelegate. register(String fileName, IHopFileTypeHandler fileTypeHandler)Constructors in org.apache.hop.ui.hopgui.delegates with parameters of type IHopFileTypeHandler Constructor Description HopGuiServerDelegate(HopGui hopGui, IHopFileTypeHandler handler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.file
Methods in org.apache.hop.ui.hopgui.file that return IHopFileTypeHandler 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 IHopFileTypeHandler in org.apache.hop.ui.hopgui.file.delegates
Constructors in org.apache.hop.ui.hopgui.file.delegates with parameters of type IHopFileTypeHandler Constructor Description HopGuiNotePadDelegate(HopGui hopGui, IHopFileTypeHandler handler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.file.empty
Classes in org.apache.hop.ui.hopgui.file.empty that implement IHopFileTypeHandler Modifier and Type Class Description classEmptyHopFileTypeHandlerMethods in org.apache.hop.ui.hopgui.file.empty that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerEmptyFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerEmptyFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.file.pipeline
Classes in org.apache.hop.ui.hopgui.file.pipeline that implement IHopFileTypeHandler Modifier and Type Class Description classHopGuiPipelineGraphThis class handles the display of the pipelines in a graphical way using icons, arrows, etc.Methods in org.apache.hop.ui.hopgui.file.pipeline that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerHopPipelineFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerHopPipelineFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.file.pipeline.delegates
Methods in org.apache.hop.ui.hopgui.file.pipeline.delegates with parameters of type IHopFileTypeHandler Modifier and Type Method Description voidHopGuiPipelineUndoDelegate. redoPipelineAction(IHopFileTypeHandler handler, PipelineMeta pipelineMeta)voidHopGuiPipelineUndoDelegate. redoPipelineAction(IHopFileTypeHandler handler, PipelineMeta pipelineMeta, ChangeAction changeAction)voidHopGuiPipelineUndoDelegate. undoPipelineAction(IHopFileTypeHandler handler, PipelineMeta pipelineMeta)voidHopGuiPipelineUndoDelegate. undoPipelineAction(IHopFileTypeHandler handler, PipelineMeta pipelineMeta, ChangeAction changeAction) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.file.workflow
Classes in org.apache.hop.ui.hopgui.file.workflow that implement IHopFileTypeHandler Modifier and Type Class Description classHopGuiWorkflowGraphHandles the display of Workflows in HopGui, in a graphical form.Methods in org.apache.hop.ui.hopgui.file.workflow that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerHopWorkflowFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerHopWorkflowFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.file.workflow.delegates
Methods in org.apache.hop.ui.hopgui.file.workflow.delegates with parameters of type IHopFileTypeHandler Modifier and Type Method Description voidHopGuiWorkflowUndoDelegate. redoWorkflowAction(IHopFileTypeHandler handler, WorkflowMeta workflowMeta)voidHopGuiWorkflowUndoDelegate. redoWorkflowAction(IHopFileTypeHandler handler, WorkflowMeta workflowMeta, ChangeAction changeAction)voidHopGuiWorkflowUndoDelegate. undoWorkflowAction(IHopFileTypeHandler handler, WorkflowMeta workflowMeta)voidHopGuiWorkflowUndoDelegate. undoWorkflowAction(IHopFileTypeHandler handler, WorkflowMeta workflowMeta, ChangeAction changeAction) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective
Methods in org.apache.hop.ui.hopgui.perspective that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerEmptyHopPerspective. getActiveFileTypeHandler()IHopFileTypeHandlerIHopPerspective. getActiveFileTypeHandler()Get the active file type handler capable of saving, executing, printing, ...IHopFileTypeHandlerTabItemHandler. getTypeHandler()Gets typeHandlerMethods in org.apache.hop.ui.hopgui.perspective with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanEmptyHopPerspective. remove(IHopFileTypeHandler typeHandler)booleanIHopPerspective. remove(IHopFileTypeHandler typeHandler)Remove this file type handler from the perspectivevoidEmptyHopPerspective. setActiveFileTypeHandler(IHopFileTypeHandler activeFileTypeHandler)voidIHopPerspective. setActiveFileTypeHandler(IHopFileTypeHandler activeFileTypeHandler)Set the focus on the given file type handler.voidTabItemHandler. setTypeHandler(IHopFileTypeHandler typeHandler)Constructors in org.apache.hop.ui.hopgui.perspective with parameters of type IHopFileTypeHandler Constructor Description TabItemHandler(org.eclipse.swt.custom.CTabItem tabItem, IHopFileTypeHandler typeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.configuration
Methods in org.apache.hop.ui.hopgui.perspective.configuration that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerConfigurationPerspective. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.perspective.configuration with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanConfigurationPerspective. remove(IHopFileTypeHandler typeHandler)voidConfigurationPerspective. setActiveFileTypeHandler(IHopFileTypeHandler activeFileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.dataorch
Methods in org.apache.hop.ui.hopgui.perspective.dataorch that return IHopFileTypeHandler 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...IHopFileTypeHandlerHopDataOrchestrationPerspective. getActiveFileTypeHandler()Get the active file type handler.Methods in org.apache.hop.ui.hopgui.perspective.dataorch with parameters of type IHopFileTypeHandler Modifier and Type Method Description TabItemHandlerHopDataOrchestrationPerspective. findTabItemHandler(IHopFileTypeHandler handler)booleanHopDataOrchestrationPerspective. remove(IHopFileTypeHandler typeHandler)Remove the file type handler from this perspective, from the tab folder.voidHopDataOrchestrationPerspective. setActiveFileTypeHandler(IHopFileTypeHandler activeFileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.execution
Methods in org.apache.hop.ui.hopgui.perspective.execution that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerExecutionPerspective. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.perspective.execution with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanExecutionPerspective. remove(IHopFileTypeHandler typeHandler)voidExecutionPerspective. setActiveFileTypeHandler(IHopFileTypeHandler fileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerExplorerPerspective. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanExplorerPerspective. remove(IHopFileTypeHandler typeHandler)voidExplorerPerspective. setActiveFileTypeHandler(IHopFileTypeHandler fileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file
Subinterfaces of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file Modifier and Type Interface Description interfaceIExplorerFileTypeHandlerClasses in org.apache.hop.ui.hopgui.perspective.explorer.file that implement IHopFileTypeHandler Modifier and Type Class Description classExplorerFileTypeHandlerMethods in org.apache.hop.ui.hopgui.perspective.explorer.file that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace)IHopFileTypeHandlerExplorerFileType. openFile(HopGui hopGui, String filename, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types that return IHopFileTypeHandler 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 IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base that implement IHopFileTypeHandler Modifier and Type Class Description classBaseExplorerFileTypeHandler -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log that implement IHopFileTypeHandler Modifier and Type Class Description classLogExplorerFileTypeHandlerHow do we handle a log file in file explorer perspective?Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerLogExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext that implement IHopFileTypeHandler Modifier and Type Class Description classNoExtensionExplorerFileTypeHandlerHow do we handle a log file in file explorer perspective?Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerNoExtensionExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg that implement IHopFileTypeHandler Modifier and Type Class Description classSvgExplorerFileTypeHandlerHow do we handle an SVG file in file explorer perspective?Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerSvgExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text that implement IHopFileTypeHandler Modifier and Type Class Description classBaseTextExplorerFileTypeHandlerThis handles a text file in the file explorer perspective: open, save, ...Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text that return IHopFileTypeHandler Modifier and Type Method Description abstract IHopFileTypeHandlerBaseTextExplorerFileType. newFile(HopGui hopGui, IVariables parentVariableSpace) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.metadata
Methods in org.apache.hop.ui.hopgui.perspective.metadata that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerMetadataPerspective. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.perspective.metadata with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanMetadataPerspective. remove(IHopFileTypeHandler typeHandler)voidMetadataPerspective. setActiveFileTypeHandler(IHopFileTypeHandler fileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.pluginexplorer
Methods in org.apache.hop.ui.hopgui.perspective.pluginexplorer that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerHopPluginExplorePerspective. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.perspective.pluginexplorer with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanHopPluginExplorePerspective. remove(IHopFileTypeHandler typeHandler)voidHopPluginExplorePerspective. setActiveFileTypeHandler(IHopFileTypeHandler activeFileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.hopgui.perspective.search
Methods in org.apache.hop.ui.hopgui.perspective.search that return IHopFileTypeHandler Modifier and Type Method Description IHopFileTypeHandlerHopSearchPerspective. getActiveFileTypeHandler()Methods in org.apache.hop.ui.hopgui.perspective.search with parameters of type IHopFileTypeHandler Modifier and Type Method Description booleanHopSearchPerspective. remove(IHopFileTypeHandler typeHandler)voidHopSearchPerspective. setActiveFileTypeHandler(IHopFileTypeHandler activeFileTypeHandler) -
Uses of IHopFileTypeHandler in org.apache.hop.ui.partition
Classes in org.apache.hop.ui.partition that implement IHopFileTypeHandler Modifier and Type Class Description classPartitionSchemaEditorDialog that allows you to edit the settings of the partition schema -
Uses of IHopFileTypeHandler in org.apache.hop.ui.pipeline.config
Classes in org.apache.hop.ui.pipeline.config that implement IHopFileTypeHandler Modifier and Type Class Description classPipelineRunConfigurationEditor -
Uses of IHopFileTypeHandler in org.apache.hop.ui.server
Classes in org.apache.hop.ui.server that implement IHopFileTypeHandler Modifier and Type Class Description classHopServerEditorEditor that allows you to edit the settings of the Hop server -
Uses of IHopFileTypeHandler in org.apache.hop.ui.workflow.config
Classes in org.apache.hop.ui.workflow.config that implement IHopFileTypeHandler Modifier and Type Class Description classWorkflowRunConfigurationEditor -
Uses of IHopFileTypeHandler in org.apache.hop.ui.www.service
Classes in org.apache.hop.ui.www.service that implement IHopFileTypeHandler Modifier and Type Class Description classWebServiceEditorEditor that allows you to change Web Service metadata
-