Interface IExplorerFileTypeHandler
-
- All Superinterfaces:
IActionContextHandlersProvider,IHopFileTypeHandler
- All Known Implementing Classes:
BaseTextExplorerFileTypeHandler,LogExplorerFileTypeHandler,NoExtensionExplorerFileTypeHandler,SvgExplorerFileTypeHandler
public interface IExplorerFileTypeHandler extends IHopFileTypeHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrenderFile(org.eclipse.swt.widgets.Composite composite)Render a file on a composite-
Methods inherited from interface org.apache.hop.ui.hopgui.context.IActionContextHandlersProvider
getContextHandlers
-
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
-
-