Schnittstelle CellArea.OnFocusChanged

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.OnFocusChanged
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onFocusChanged(CellRenderer renderer, Str path)
    Indicates that focus changed on this @area.
  • Methodendetails

    • onFocusChanged

      void onFocusChanged(@Nonnull CellRenderer renderer, @Nonnull Str path)
      Indicates that focus changed on this @area. This signal
      is emitted either as a result of focus handling or event
      handling.

      It's possible that the signal is emitted even if the
      currently focused renderer did not change, this is
      because focus may change to the same renderer in the
      same cell area for a different row of data.
      Parameter:
      renderer - the `GtkCellRenderer` that has focus
      path - the current `GtkTreePath` string set for @area