Uses of Interface
org.apache.hop.ui.hopgui.perspective.explorer.file.IExplorerFileType
-
-
Uses of IExplorerFileType in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return IExplorerFileType Modifier and Type Method Description IExplorerFileTypeExplorerFile. getFileType()Gets fileTypeMethods in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type IExplorerFileType Modifier and Type Method Description voidExplorerFile. setFileType(IExplorerFileType fileType)Constructors in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type IExplorerFileType Constructor Description ExplorerFile(String name, org.eclipse.swt.graphics.Image tabImage, String filename, IExplorerFileType fileType, IExplorerFileTypeHandler fileTypeHandler) -
Uses of IExplorerFileType 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 IExplorerFileType Modifier and Type Class Description classBaseExplorerFileType<T extends IExplorerFileTypeHandler> -
Uses of IExplorerFileType 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 IExplorerFileType Modifier and Type Class Description classLogExplorerFileType -
Uses of IExplorerFileType 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 IExplorerFileType Modifier and Type Class Description classNoExtensionExplorerFileType -
Uses of IExplorerFileType 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 IExplorerFileType Modifier and Type Class Description classSvgExplorerFileType -
Uses of IExplorerFileType 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 IExplorerFileType Modifier and Type Class Description classBaseTextExplorerFileType<T extends BaseTextExplorerFileTypeHandler>
-