Schnittstelle Notebook.OnFocusTab

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

@FunctionalInterface public static interface Notebook.OnFocusTab
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onFocusTab(int tab)
    Emitted when a tab should be focused.
  • Methodendetails

    • onFocusTab

      boolean onFocusTab(int tab)
      Emitted when a tab should be focused.
      Parameter:
      tab - the notebook tab
      Gibt zurück:
      whether the tab has been focused