Interface CellArea.OnRemoveEditable

Enclosing class:
CellArea
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CellArea.OnRemoveEditable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Indicates that editing finished on @renderer and that @editable
    should be removed from the owning cell-layouting widget.
  • Method Details

    • onRemoveEditable

      void onRemoveEditable(@Nonnull CellRenderer renderer, @Nonnull CellEditable editable)
      Indicates that editing finished on @renderer and that @editable
      should be removed from the owning cell-layouting widget.
      Parameters:
      renderer - the `GtkCellRenderer` that finished editeding
      editable - the `GtkCellEditable` widget to remove