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 SummaryModifier and TypeMethodDescription- boolean- clearComponentArea- (ComplexOperation op, UIComp comp) Clears the area occupied by a component.
- Method Details- clearComponentAreaClears 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.