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 Detail

      • performDelete

        boolean performDelete​(java.util.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).