Class ExportToRawFormatSessionCommand
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.session.command.AbstractClientSessionCommand<AbstractSession<AbstractCanvas,AbstractCanvasHandler>>
-
- org.kie.workbench.common.stunner.core.client.session.command.impl.AbstractExportSessionCommand
-
- org.kie.workbench.common.stunner.core.client.session.command.impl.ExportToRawFormatSessionCommand
-
- All Implemented Interfaces:
org.kie.workbench.common.stunner.core.client.canvas.controls.CanvasControl.SessionAware<AbstractSession<AbstractCanvas,AbstractCanvasHandler>>,ClientSessionCommand<AbstractSession<AbstractCanvas,AbstractCanvasHandler>>
@Dependent @Default public class ExportToRawFormatSessionCommand extends AbstractExportSessionCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.stunner.core.client.session.command.ClientSessionCommand
ClientSessionCommand.Callback<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExportToRawFormatSessionCommand()ExportToRawFormatSessionCommand(ClientDiagramService clientDiagramService, org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopupPresenter, org.uberfire.ext.editor.commons.client.file.exports.TextFileExport textFileExport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexport(String fileName)-
Methods inherited from class org.kie.workbench.common.stunner.core.client.session.command.impl.AbstractExportSessionCommand
accepts, execute
-
Methods inherited from class org.kie.workbench.common.stunner.core.client.session.command.AbstractClientSessionCommand
bind, checkEventContext, destroy, doDestroy, enable, execute, fire, getCanvasHandler, getElement, getSession, isEnabled, listen, loadCanvasFactory, newDefaultCallback, setEnabled
-
-
-
-
Constructor Detail
-
ExportToRawFormatSessionCommand
protected ExportToRawFormatSessionCommand()
-
ExportToRawFormatSessionCommand
@Inject public ExportToRawFormatSessionCommand(ClientDiagramService clientDiagramService, org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopupPresenter, org.uberfire.ext.editor.commons.client.file.exports.TextFileExport textFileExport)
-
-
Method Detail
-
export
protected void export(String fileName)
- Specified by:
exportin classAbstractExportSessionCommand
-
-