Schnittstelle CellArea.OnRemoveEditable

Umschließende Klasse:
CellArea
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface CellArea.OnRemoveEditable
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Indicates that editing finished on @renderer and that @editable
    should be removed from the owning cell-layouting widget.
  • Methodendetails

    • 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.
      Parameter:
      renderer - the `GtkCellRenderer` that finished editeding
      editable - the `GtkCellEditable` widget to remove