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 Details

    • 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.