Package com.iizigo.panel.prop
Interface IClearComponentArea
- All Known Implementing Classes:
EGridLayout
public interface IClearComponentArea
Interface to implement by layout managers that supports Clear-And-Delete component action.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
clearComponentArea
(ComplexOperation op, UIComp comp) Clears the area occupied by a component.
Method Details
clearComponentArea
Clears the area occupied by a component.- Parameters:
op
- Complex operation for undo/redo.comp
- Component to delete.- Returns:
- false for component not found, true for success.