kieker.webgui.web.utility.command
Class DeletePluginCommand

java.lang.Object
  extended by kieker.webgui.web.utility.command.AbstractEditorCommand
      extended by 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.
 
Method Summary
 void execute()
          Executes this command.
 AbstractEditorCommand invert()
          Inverts this command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.