Package com.iizigo.prop
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)
Performs the delete operation on the property.
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).