Interface IDeleteOperation

All Known Implementing Classes:
EditorVSColumnHeader

public interface IDeleteOperation
Interface a property can implement to handle a delete operation that is invoked by the user.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    performDelete(Set<GProp<?>> afterOperationSelection, ComplexOperation op)
    Performs the delete operation on the property.
  • Method Details

    • performDelete

      boolean performDelete(Set<GProp<?>> afterOperationSelection, ComplexOperation op)
      Performs the delete operation on the property.
      Parameters:
      afterOperationSelection - Fill the properties to select after operation completes.
      op - The complex operation instance.
      Returns:
      true for success, false for failure (further operations will not take place).