Uses of Interface
org.apache.hop.ui.hopgui.perspective.explorer.file.IExplorerFileTypeHandler
-
-
Uses of IExplorerFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return IExplorerFileTypeHandler Modifier and Type Method Description IExplorerFileTypeHandlerExplorerFile. getFileTypeHandler()Gets fileTypeHandlerMethods in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type IExplorerFileTypeHandler Modifier and Type Method Description voidExplorerFile. setFileTypeHandler(IExplorerFileTypeHandler fileTypeHandler)Constructors in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type IExplorerFileTypeHandler Constructor Description ExplorerFile(String name, org.eclipse.swt.graphics.Image tabImage, String filename, IExplorerFileType fileType, IExplorerFileTypeHandler fileTypeHandler) -
Uses of IExplorerFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file with type parameters of type IExplorerFileTypeHandler Modifier and Type Interface Description interfaceIExplorerFileType<T extends IExplorerFileTypeHandler> -
Uses of IExplorerFileTypeHandler in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base
Classes in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with type parameters of type IExplorerFileTypeHandler Modifier and Type Class Description classBaseExplorerFileType<T extends IExplorerFileTypeHandler> -
Uses of IExplorerFileTypeHandler 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 IExplorerFileTypeHandler Modifier and Type Class Description classLogExplorerFileTypeHandlerHow do we handle a log file in file explorer perspective? -
Uses of IExplorerFileTypeHandler 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 IExplorerFileTypeHandler Modifier and Type Class Description classNoExtensionExplorerFileTypeHandlerHow do we handle a log file in file explorer perspective? -
Uses of IExplorerFileTypeHandler 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 IExplorerFileTypeHandler Modifier and Type Class Description classSvgExplorerFileTypeHandlerHow do we handle an SVG file in file explorer perspective? -
Uses of IExplorerFileTypeHandler 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 IExplorerFileTypeHandler Modifier and Type Class Description classBaseTextExplorerFileTypeHandlerThis handles a text file in the file explorer perspective: open, save, ...
-