Class SvgExplorerFileType
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.HopFileTypeBase
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileType<SvgExplorerFileTypeHandler>
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.types.svg.SvgExplorerFileType
-
- All Implemented Interfaces:
IHopFileType,IExplorerFileType<SvgExplorerFileTypeHandler>
@HopFileTypePlugin(id="SvgExplorerFileType", name="SVG File Type", description="SVG file handling in the explorer perspective", image="ui/images/image.svg") public class SvgExplorerFileType extends BaseExplorerFileType<SvgExplorerFileTypeHandler> implements IExplorerFileType<SvgExplorerFileTypeHandler>
-
-
Field Summary
-
Fields inherited from interface org.apache.hop.ui.hopgui.file.IHopFileType
CAPABILITY_ALIGN_BOTTOM, CAPABILITY_ALIGN_LEFT, CAPABILITY_ALIGN_RIGHT, CAPABILITY_ALIGN_TOP, CAPABILITY_CLOSE, CAPABILITY_COPY, CAPABILITY_CUT, CAPABILITY_DEBUG, CAPABILITY_DELETE, CAPABILITY_DISTRIBUTE_HORIZONTAL, CAPABILITY_DISTRIBUTE_VERTICAL, CAPABILITY_EXPORT_TO_SVG, CAPABILITY_FILE_HISTORY, CAPABILITY_HANDLE_METADATA, CAPABILITY_NEW, CAPABILITY_PASTE, CAPABILITY_PAUSE, CAPABILITY_PREVIEW, CAPABILITY_SAVE, CAPABILITY_SAVE_AS, CAPABILITY_SELECT, CAPABILITY_SNAP_TO_GRID, CAPABILITY_START, CAPABILITY_STOP
-
-
Constructor Summary
Constructors Constructor Description SvgExplorerFileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgExplorerFileTypeHandlercreateFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)Create a new file type handler for the given Hop GUI instance, perspective and fileIHopFileTypeHandlernewFile(HopGui hopGui, IVariables parentVariableSpace)-
Methods inherited from class org.apache.hop.ui.hopgui.perspective.explorer.file.types.base.BaseExplorerFileType
getCapabilities, getContextHandlers, getDefaultFileExtension, getFileTypeImage, getFilterExtensions, getFilterNames, getName, openFile, setCapabilities, setDefaultFileExtension, setFilterExtensions, setFilterNames, setName, supportsFile
-
Methods inherited from class org.apache.hop.ui.hopgui.file.HopFileTypeBase
equals, hasCapability, isHandledBy
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.ui.hopgui.file.IHopFileType
getCapabilities, getContextHandlers, getDefaultFileExtension, getFileTypeImage, getFilterExtensions, getFilterNames, getName, hasCapability, isHandledBy, openFile, supportsFile
-
-
-
-
Method Detail
-
createFileTypeHandler
public SvgExplorerFileTypeHandler createFileTypeHandler(HopGui hopGui, ExplorerPerspective perspective, ExplorerFile file)
Description copied from interface:IExplorerFileTypeCreate a new file type handler for the given Hop GUI instance, perspective and file- Specified by:
createFileTypeHandlerin interfaceIExplorerFileType<SvgExplorerFileTypeHandler>- Specified by:
createFileTypeHandlerin classBaseExplorerFileType<SvgExplorerFileTypeHandler>- Parameters:
hopGui- The Hop GUIperspective- The perspectivefile- The file- Returns:
-
newFile
public IHopFileTypeHandler newFile(HopGui hopGui, IVariables parentVariableSpace) throws HopException
- Specified by:
newFilein interfaceIHopFileType- Throws:
HopException
-
-