Uses of Interface
org.apache.hop.ui.hopgui.file.IHopFileType
-
-
Uses of IHopFileType in org.apache.hop.ui.core.gui
Methods in org.apache.hop.ui.core.gui with parameters of type IHopFileType Modifier and Type Method Description org.eclipse.swt.widgets.MenuItemGuiMenuWidgets. enableMenuItem(IHopFileType fileType, String id, String permission)Find the menu item with the given ID.org.eclipse.swt.widgets.MenuItemGuiMenuWidgets. enableMenuItem(IHopFileType fileType, String id, String permission, boolean active)Find the menu item with the given ID.org.eclipse.swt.widgets.ToolItemGuiToolbarWidgets. enableToolbarItem(IHopFileType fileType, String id, String permission)Find the toolbar item with the given ID.org.eclipse.swt.widgets.ToolItemGuiToolbarWidgets. enableToolbarItem(IHopFileType fileType, String id, String permission, boolean active)Find the toolbar item with the given ID. -
Uses of IHopFileType in org.apache.hop.ui.core.metadata
Classes in org.apache.hop.ui.core.metadata that implement IHopFileType Modifier and Type Class Description classMetadataFileTypeMethods in org.apache.hop.ui.core.metadata that return IHopFileType Modifier and Type Method Description IHopFileTypeMetadataFileTypeHandler. getFileType() -
Uses of IHopFileType in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui with parameters of type IHopFileType Modifier and Type Method Description voidHopGui. handleFileCapabilities(IHopFileType fileType, boolean changed, boolean running, boolean paused)We're given a bunch of capabilities fromIHopFileTypeIn this method we'll enable/disable menu and toolbar items -
Uses of IHopFileType in org.apache.hop.ui.hopgui.file
Classes in org.apache.hop.ui.hopgui.file that implement IHopFileType Modifier and Type Class Description classHopFileTypeBaseMethods in org.apache.hop.ui.hopgui.file that return IHopFileType Modifier and Type Method Description IHopFileTypeHopFileTypeRegistry. findHopFileType(String filename)This method first tries to find a HopFile by looking at the extension.IHopFileTypeIHopFileTypeHandler. getFileType()Get a hold of the file type detailsIHopFileTypeHopFileTypeRegistry. getFileTypeByName(String name)Methods in org.apache.hop.ui.hopgui.file that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>HopFileTypeRegistry. getFileTypes()Methods in org.apache.hop.ui.hopgui.file with parameters of type IHopFileType Modifier and Type Method Description voidHopFileTypeRegistry. registerHopFile(IHopFileType hopFileTypeInterface) -
Uses of IHopFileType in org.apache.hop.ui.hopgui.file.empty
Classes in org.apache.hop.ui.hopgui.file.empty that implement IHopFileType Modifier and Type Class Description classEmptyFileTypeMethods in org.apache.hop.ui.hopgui.file.empty that return IHopFileType Modifier and Type Method Description IHopFileTypeEmptyHopFileTypeHandler. getFileType() -
Uses of IHopFileType in org.apache.hop.ui.hopgui.file.pipeline
Classes in org.apache.hop.ui.hopgui.file.pipeline that implement IHopFileType Modifier and Type Class Description classHopPipelineFileType<T extends PipelineMeta> -
Uses of IHopFileType in org.apache.hop.ui.hopgui.file.workflow
Classes in org.apache.hop.ui.hopgui.file.workflow that implement IHopFileType Modifier and Type Class Description classHopWorkflowFileType<T extends WorkflowMeta> -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective
Methods in org.apache.hop.ui.hopgui.perspective that return IHopFileType Modifier and Type Method Description IHopFileTypeHopPerspectiveManager. findFileTypeHandler(IHasFilename fileMetadata)Loop over all perspectives and see if any one of them recognises the objectMethods in org.apache.hop.ui.hopgui.perspective that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>EmptyHopPerspective. getSupportedHopFileTypes()List<IHopFileType>IHopPerspective. getSupportedHopFileTypes()Get a list of supported file types for this perspective -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.configuration
Methods in org.apache.hop.ui.hopgui.perspective.configuration that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>ConfigurationPerspective. getSupportedHopFileTypes() -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.dataorch
Methods in org.apache.hop.ui.hopgui.perspective.dataorch that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>HopDataOrchestrationPerspective. getSupportedHopFileTypes()Methods in org.apache.hop.ui.hopgui.perspective.dataorch with parameters of type IHopFileType Modifier and Type Method Description protected voidHopGuiAbstractGraph. enableSnapAlignDistributeMenuItems(IHopFileType fileType, boolean selectedTransform) -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.execution
Methods in org.apache.hop.ui.hopgui.perspective.execution that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>ExecutionPerspective. getSupportedHopFileTypes() -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return IHopFileType Modifier and Type Method Description IHopFileTypeExplorerPerspective. getFileType(String path)Methods in org.apache.hop.ui.hopgui.perspective.explorer that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>ExplorerPerspective. getSupportedHopFileTypes()Methods in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type IHopFileType Modifier and Type Method Description org.eclipse.swt.graphics.ImageExplorerPerspective. getFileTypeImage(IHopFileType fileType) -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.explorer.file
Subinterfaces of IHopFileType in org.apache.hop.ui.hopgui.perspective.explorer.file Modifier and Type Interface Description interfaceIExplorerFileType<T extends IExplorerFileTypeHandler>Classes in org.apache.hop.ui.hopgui.perspective.explorer.file that implement IHopFileType Modifier and Type Class Description classExplorerFileTypeMethods in org.apache.hop.ui.hopgui.perspective.explorer.file that return IHopFileType Modifier and Type Method Description IHopFileTypeExplorerFileTypeHandler. getFileType()IHopFileTypeFileDetails. getHopFileType()Gets hopFileTypeMethods in org.apache.hop.ui.hopgui.perspective.explorer.file with parameters of type IHopFileType Modifier and Type Method Description voidFileDetails. setHopFileType(IHopFileType hopFileType)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file with parameters of type IHopFileType Constructor Description FileDetails(String path, IHopFileType hopFileType) -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.explorer.file.types
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types that implement IHopFileType Modifier and Type Class Description classFolderFileTypeclassGenericFileType -
Uses of IHopFileType 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 IHopFileType Modifier and Type Class Description classBaseExplorerFileType<T extends IExplorerFileTypeHandler>Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base that return IHopFileType Modifier and Type Method Description IHopFileTypeBaseExplorerFileTypeHandler. getFileType() -
Uses of IHopFileType 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 IHopFileType Modifier and Type Class Description classLogExplorerFileType -
Uses of IHopFileType 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 IHopFileType Modifier and Type Class Description classNoExtensionExplorerFileType -
Uses of IHopFileType 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 IHopFileType Modifier and Type Class Description classSvgExplorerFileType -
Uses of IHopFileType 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 IHopFileType Modifier and Type Class Description classBaseTextExplorerFileType<T extends BaseTextExplorerFileTypeHandler> -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.metadata
Methods in org.apache.hop.ui.hopgui.perspective.metadata that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>MetadataPerspective. getSupportedHopFileTypes() -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.pluginexplorer
Methods in org.apache.hop.ui.hopgui.perspective.pluginexplorer that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>HopPluginExplorePerspective. getSupportedHopFileTypes() -
Uses of IHopFileType in org.apache.hop.ui.hopgui.perspective.search
Methods in org.apache.hop.ui.hopgui.perspective.search that return types with arguments of type IHopFileType Modifier and Type Method Description List<IHopFileType>HopSearchPerspective. getSupportedHopFileTypes()
-