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
Modifier and TypeMethodDescriptionboolean
performDelete
(Set<GProp<?>> afterOperationSelection, ComplexOperation op) Performs the delete operation on the property.