Interface DeleteActionBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.jface.action.Action createDeleteAction​(org.eclipse.jface.viewers.IStructuredSelection selection, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
      This method creates an action which gets added to the context menu of elements in the TreeMasterDetail.
    • Method Detail

      • createDeleteAction

        org.eclipse.jface.action.Action createDeleteAction​(org.eclipse.jface.viewers.IStructuredSelection selection,
                                                           org.eclipse.emf.edit.domain.EditingDomain editingDomain)
        This method creates an action which gets added to the context menu of elements in the TreeMasterDetail. The action is supposed to delete the selected element.
        Parameters:
        selection - the tree viewer selection
        editingDomain - the editing domain
        Returns:
        the action which will be added