Class DeleteElementAction

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
org.eclipse.gmf.runtime.common.ui.action.AbstractActionHandler
org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction
org.eclipse.gmf.runtime.diagram.ui.actions.AbstractDeleteFromAction
de.uka.ipd.sdq.pcm.gmf.composite.part.DeleteElementAction
All Implemented Interfaces:
IOperationHistoryListener, org.eclipse.gef.Disposable, org.eclipse.gmf.runtime.common.ui.action.IActionWithProgress, org.eclipse.gmf.runtime.common.ui.action.IDisposableAction, IAction, ISelectionChangedListener, IPropertyListener

public class DeleteElementAction extends org.eclipse.gmf.runtime.diagram.ui.actions.AbstractDeleteFromAction
Generated class or method.
  • Constructor Details

    • DeleteElementAction

      public DeleteElementAction(IWorkbenchPart part)
      Generated class or method.
    • DeleteElementAction

      public DeleteElementAction(IWorkbenchPage workbenchPage)
      Generated class or method.
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface org.eclipse.gmf.runtime.common.ui.action.IDisposableAction
      Overrides:
      init in class org.eclipse.gmf.runtime.common.ui.action.AbstractActionHandler
      Generated class or method.
    • getCommandLabel

      protected String getCommandLabel()
      Overrides:
      getCommandLabel in class org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction
      Generated class or method.
    • getCommand

      protected org.eclipse.gef.commands.Command getCommand(org.eclipse.gef.Request request)
      Overrides:
      getCommand in class org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction
      Generated class or method.