Uses of Interface
org.apache.hop.ui.hopgui.context.IActionContextHandlersProvider
-
-
Uses of IActionContextHandlersProvider in org.apache.hop.ui.core.database
Classes in org.apache.hop.ui.core.database that implement IActionContextHandlersProvider Modifier and Type Class Description classDatabaseMetaEditor -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.core.metadata
Classes in org.apache.hop.ui.core.metadata that implement IActionContextHandlersProvider Modifier and Type Class Description classMetadataEditor<T extends IHopMetadata>Abstract implementation of all metadata editors.classMetadataFileTypeHandler<T extends IHopMetadata> -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.execution
Classes in org.apache.hop.ui.execution that implement IActionContextHandlersProvider Modifier and Type Class Description classExecutionInfoLocationEditor -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.execution.profiling
Classes in org.apache.hop.ui.execution.profiling that implement IActionContextHandlersProvider 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 IActionContextHandlersProvider in org.apache.hop.ui.hopgui
Classes in org.apache.hop.ui.hopgui that implement IActionContextHandlersProvider Modifier and Type Class Description classHopGui -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.context
Methods in org.apache.hop.ui.hopgui.context with parameters of type IActionContextHandlersProvider Modifier and Type Method Description List<GuiAction>GuiContextUtil. getContextActions(IActionContextHandlersProvider provider, GuiActionType actionType, String contextId)voidGuiContextUtil. handleActionSelection(org.eclipse.swt.widgets.Shell parent, String message, Point clickLocation, IActionContextHandlersProvider provider, GuiActionType actionType, String contextId)voidGuiContextUtil. handleActionSelection(org.eclipse.swt.widgets.Shell parent, String message, Point clickLocation, IActionContextHandlersProvider provider, GuiActionType actionType, String contextId, boolean sortByName)voidGuiContextUtil. handleActionSelection(org.eclipse.swt.widgets.Shell parent, String message, IActionContextHandlersProvider provider, GuiActionType actionType, String contextId) -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.context.metadata
Classes in org.apache.hop.ui.hopgui.context.metadata that implement IActionContextHandlersProvider Modifier and Type Class Description classMetadataContext -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.file
Subinterfaces of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.file Modifier and Type Interface Description interfaceIHopFileTypeHandlerThis describes the main file operations for a supported Hop file -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.file.empty
Classes in org.apache.hop.ui.hopgui.file.empty that implement IActionContextHandlersProvider Modifier and Type Class Description classEmptyHopFileTypeHandler -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.file.pipeline
Classes in org.apache.hop.ui.hopgui.file.pipeline that implement IActionContextHandlersProvider Modifier and Type Class Description classHopGuiPipelineGraphThis class handles the display of the pipelines in a graphical way using icons, arrows, etc. -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.file.workflow
Classes in org.apache.hop.ui.hopgui.file.workflow that implement IActionContextHandlersProvider Modifier and Type Class Description classHopGuiWorkflowGraphHandles the display of Workflows in HopGui, in a graphical form. -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective
Subinterfaces of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective Modifier and Type Interface Description interfaceIHopPerspectiveThis interface describes the methods of a Hop GUI perspective.Classes in org.apache.hop.ui.hopgui.perspective that implement IActionContextHandlersProvider Modifier and Type Class Description classEmptyHopPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.configuration
Classes in org.apache.hop.ui.hopgui.perspective.configuration that implement IActionContextHandlersProvider Modifier and Type Class Description classConfigurationPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.dataorch
Classes in org.apache.hop.ui.hopgui.perspective.dataorch that implement IActionContextHandlersProvider Modifier and Type Class Description classHopDataOrchestrationPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.execution
Classes in org.apache.hop.ui.hopgui.perspective.execution that implement IActionContextHandlersProvider Modifier and Type Class Description classExecutionPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.explorer
Classes in org.apache.hop.ui.hopgui.perspective.explorer that implement IActionContextHandlersProvider Modifier and Type Class Description classExplorerPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.explorer.file
Subinterfaces of IActionContextHandlersProvider 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 IActionContextHandlersProvider Modifier and Type Class Description classExplorerFileTypeHandler -
Uses of IActionContextHandlersProvider 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 IActionContextHandlersProvider Modifier and Type Class Description classBaseExplorerFileTypeHandler -
Uses of IActionContextHandlersProvider 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 IActionContextHandlersProvider Modifier and Type Class Description classLogExplorerFileTypeHandlerHow do we handle a log file in file explorer perspective? -
Uses of IActionContextHandlersProvider 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 IActionContextHandlersProvider Modifier and Type Class Description classNoExtensionExplorerFileTypeHandlerHow do we handle a log file in file explorer perspective? -
Uses of IActionContextHandlersProvider 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 IActionContextHandlersProvider Modifier and Type Class Description classSvgExplorerFileTypeHandlerHow do we handle an SVG file in file explorer perspective? -
Uses of IActionContextHandlersProvider 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 IActionContextHandlersProvider Modifier and Type Class Description classBaseTextExplorerFileTypeHandlerThis handles a text file in the file explorer perspective: open, save, ... -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.metadata
Classes in org.apache.hop.ui.hopgui.perspective.metadata that implement IActionContextHandlersProvider Modifier and Type Class Description classMetadataPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.pluginexplorer
Classes in org.apache.hop.ui.hopgui.perspective.pluginexplorer that implement IActionContextHandlersProvider Modifier and Type Class Description classHopPluginExplorePerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.hopgui.perspective.search
Classes in org.apache.hop.ui.hopgui.perspective.search that implement IActionContextHandlersProvider Modifier and Type Class Description classHopSearchPerspective -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.partition
Classes in org.apache.hop.ui.partition that implement IActionContextHandlersProvider Modifier and Type Class Description classPartitionSchemaEditorDialog that allows you to edit the settings of the partition schema -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.pipeline.config
Classes in org.apache.hop.ui.pipeline.config that implement IActionContextHandlersProvider Modifier and Type Class Description classPipelineRunConfigurationEditor -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.server
Classes in org.apache.hop.ui.server that implement IActionContextHandlersProvider Modifier and Type Class Description classHopServerEditorEditor that allows you to edit the settings of the Hop server -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.workflow.config
Classes in org.apache.hop.ui.workflow.config that implement IActionContextHandlersProvider Modifier and Type Class Description classWorkflowRunConfigurationEditor -
Uses of IActionContextHandlersProvider in org.apache.hop.ui.www.service
Classes in org.apache.hop.ui.www.service that implement IActionContextHandlersProvider Modifier and Type Class Description classWebServiceEditorEditor that allows you to change Web Service metadata
-