kieker.webgui.web.utility.command
Class DeletePluginCommand
java.lang.Object
kieker.webgui.web.utility.command.AbstractEditorCommand
kieker.webgui.web.utility.command.DeletePluginCommand
public class DeletePluginCommand
- extends AbstractEditorCommand
- Author:
- Nils Christian Ehmke
Constructor Summary |
DeletePluginCommand(kieker.analysis.model.analysisMetaModel.MIProject parent,
kieker.analysis.model.analysisMetaModel.MIPlugin plugin,
AnalysisEditorGraphBean graphBean)
Creates a new instance of this class using the given parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeletePluginCommand
public DeletePluginCommand(kieker.analysis.model.analysisMetaModel.MIProject parent,
kieker.analysis.model.analysisMetaModel.MIPlugin plugin,
AnalysisEditorGraphBean graphBean)
- Creates a new instance of this class using the given parameters.
- Parameters:
parent
- The parent project in which a plugin should be deleted.plugin
- The plugin which should be deleted.graphBean
- The corresponding graph bean.
execute
public void execute()
- Description copied from class:
AbstractEditorCommand
- Executes this command.
- Specified by:
execute
in class AbstractEditorCommand
invert
public AbstractEditorCommand invert()
- Description copied from class:
AbstractEditorCommand
- Inverts this command.
- Specified by:
invert
in class AbstractEditorCommand
- Returns:
- The inverted command.
Copyright © 2015. All rights reserved.