Class NoExtensionExplorerFileTypeHandler
- java.lang.Object
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileTypeHandler
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.text.BaseTextExplorerFileTypeHandler
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.noext.NoExtensionExplorerFileTypeHandler
-
- All Implemented Interfaces:
IActionContextHandlersProvider,IHopFileTypeHandler,IExplorerFileTypeHandler
public class NoExtensionExplorerFileTypeHandler extends BaseTextExplorerFileTypeHandler implements IExplorerFileTypeHandler
How do we handle a log file in file explorer perspective?
-
-
Field Summary
-
Fields inherited from class org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileTypeHandler
explorerFile, hopGui, perspective
-
-
Constructor Summary
Constructors Constructor Description NoExtensionExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile)
-
Method Summary
-
Methods inherited from class org.apache.hop.ui.hopgui.perspective.explorer.file.types.text.BaseTextExplorerFileTypeHandler
copySelectedToClipboard, reload, renderFile, save, selectAll, unselectAll
-
Methods inherited from class org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileTypeHandler
applyStateProperties, close, cutSelectedToClipboard, debug, deleteSelected, getContextHandlers, getExplorerFile, getFilename, getFileType, getHopGui, getName, getPerspective, getStateProperties, getSubject, getVariables, hasChanged, isCloseable, pasteFromClipboard, pause, preview, readTextFileContent, redo, redraw, resume, saveAs, setExplorerFile, setFilename, setHopGui, setName, setPerspective, start, stop, undo, updateGui
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.ui.hopgui.context.IActionContextHandlersProvider
getContextHandlers
-
Methods inherited from interface org.apache.hop.ui.hopgui.perspective.explorer.file.IExplorerFileTypeHandler
renderFile
-
Methods inherited from interface org.apache.hop.ui.hopgui.file.IHopFileTypeHandler
applyStateProperties, close, copySelectedToClipboard, cutSelectedToClipboard, debug, deleteSelected, getFilename, getFileType, getName, getStateProperties, getSubject, getVariables, hasChanged, isCloseable, markDeleted, pasteFromClipboard, pause, preview, redo, redraw, reload, resume, save, saveAs, selectAll, setFilename, setName, start, stop, undo, unselectAll, updateGui
-
-
-
-
Constructor Detail
-
NoExtensionExplorerFileTypeHandler
public NoExtensionExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile)
-
-