Uses of Class
org.apache.hop.ui.hopgui.perspective.explorer.ExplorerPerspective
-
-
Uses of ExplorerPerspective in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return ExplorerPerspective Modifier and Type Method Description static ExplorerPerspectiveHopGui. getExplorerPerspective() -
Uses of ExplorerPerspective in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return ExplorerPerspective Modifier and Type Method Description static ExplorerPerspectiveExplorerPerspective. getInstance() -
Uses of ExplorerPerspective in org.apache.hop.ui.hopgui.perspective.explorer.file
Methods in org.apache.hop.ui.hopgui.perspective.explorer.file with parameters of type ExplorerPerspective 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 ExplorerPerspective 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 ExplorerPerspective Modifier and Type Field Description protected ExplorerPerspectiveBaseExplorerFileTypeHandler. perspectiveMethods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base that return ExplorerPerspective Modifier and Type Method Description ExplorerPerspectiveBaseExplorerFileTypeHandler. getPerspective()Gets perspectiveMethods in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with parameters of type ExplorerPerspective Modifier and Type Method Description abstract TBaseExplorerFileType. createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)voidBaseExplorerFileTypeHandler. setPerspective(ExplorerPerspective perspective)Constructors in org.apache.hop.ui.hopgui.perspective.explorer.file.types.base with parameters of type ExplorerPerspective Constructor Description BaseExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerPerspective 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 ExplorerPerspective 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 ExplorerPerspective Constructor Description LogExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerPerspective 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 ExplorerPerspective 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 ExplorerPerspective Constructor Description NoExtensionExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerPerspective 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 ExplorerPerspective 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 ExplorerPerspective Constructor Description SvgExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile) -
Uses of ExplorerPerspective 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 ExplorerPerspective 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 ExplorerPerspective Constructor Description BaseTextExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile)
-