Uses of Class
org.apache.hop.ui.hopgui.perspective.explorer.ExplorerFile
-
-
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return ExplorerFile Modifier and Type Method Description ExplorerFileExplorerPerspective. getActiveFile()ExplorerFileExplorerPerspective. getSelectedFile()Which file is selected in the tree.Methods in org.apache.hop.ui.hopgui.perspective.explorer with parameters of type ExplorerFile Modifier and Type Method Description voidExplorerPerspective. addFile(ExplorerFile explorerFile)voidExplorerPerspective. setActiveFile(ExplorerFile file) -
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer.file
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file with parameters of type ExplorerFile Modifier and Type Method Description TIExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Create a new file type handler for the given Hop GUI instance, perspective and file -
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base
Fields in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base declared as ExplorerFile Modifier and Type Field Description protected ExplorerFileBaseExplorerFileTypeHandler. explorerFileMethods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base that return ExplorerFile Modifier and Type Method Description ExplorerFileBaseExplorerFileTypeHandler. getExplorerFile()Gets explorerFileMethods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with parameters of type ExplorerFile Modifier and Type Method Description abstract TBaseExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)voidBaseExplorerFileTypeHandler. setExplorerFile(ExplorerFile explorerFile)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with parameters of type ExplorerFile Constructor Description BaseExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log with parameters of type ExplorerFile Modifier and Type Method Description LogExplorerFileTypeHandlerLogExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.log with parameters of type ExplorerFile Constructor Description LogExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext with parameters of type ExplorerFile Modifier and Type Method Description NoExtensionExplorerFileTypeHandlerNoExtensionExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext with parameters of type ExplorerFile Constructor Description NoExtensionExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg with parameters of type ExplorerFile Modifier and Type Method Description SvgExplorerFileTypeHandlerSvgExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg with parameters of type ExplorerFile Constructor Description SvgExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerFile in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text with parameters of type ExplorerFile Modifier and Type Method Description abstract TBaseTextExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.text with parameters of type ExplorerFile Constructor Description BaseTextExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile)
-