Class SvgExplorerFileTypeHandler
- java.lang.Object
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileTypeHandler
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg.SvgExplorerFileTypeHandler
-
- All Implemented Interfaces:
IActionContextHandlersProvider,IHopFileTypeHandler,IExplorerFileTypeHandler
public class SvgExplorerFileTypeHandler extends BaseExplorerFileTypeHandler implements IExplorerFileTypeHandler
How do we handle an SVG 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 SvgExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderFile(org.eclipse.swt.widgets.Composite composite)Render a file on a composite-
Methods inherited from class org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileTypeHandler
applyStateProperties, close, copySelectedToClipboard, cutSelectedToClipboard, debug, deleteSelected, getContextHandlers, getExplorerFile, getFilename, getFileType, getHopGui, getName, getPerspective, getStateProperties, getSubject, getVariables, hasChanged, isCloseable, pasteFromClipboard, pause, preview, readTextFileContent, redo, redraw, resume, save, saveAs, selectAll, setExplorerFile, setFilename, setHopGui, setName, setPerspective, start, stop, undo, unselectAll, 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.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
-
SvgExplorerFileTypeHandler
public SvgExplorerFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile explorerFile)
-
-
Method Detail
-
renderFile
public void renderFile(org.eclipse.swt.widgets.Composite composite)
Description copied from interface:IExplorerFileTypeHandlerRender a file on a composite- Specified by:
renderFilein interfaceIExplorerFileTypeHandler- Parameters:
composite- The parent composite in a new tab in the explorer perspective
-
-