Package com.iizigo.panel.prop
Interface IClearComponentArea
- All Known Implementing Classes:
- EGridLayout
 - public interface IClearComponentAreaInterface to implement by layout managers that supports Clear-And-Delete component action.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - boolean- clearComponentArea(ComplexOperation op, UIComp comp)Clears the area occupied by a component.
 
- Method Detail- clearComponentArea- boolean clearComponentArea(ComplexOperation op, UIComp comp) 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.