Interface Paned.OnCycleHandleFocus

Enclosing class:
Paned
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 Paned.OnCycleHandleFocus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onCycleHandleFocus(boolean reversed)
    Emitted to cycle whether the paned should grab focus to allow
    the user to change position of the handle by using key bindings.
  • Method Details

    • onCycleHandleFocus

      boolean onCycleHandleFocus(boolean reversed)
      Emitted to cycle whether the paned should grab focus to allow
      the user to change position of the handle by using key bindings.

      This is a [keybinding signal](class.SignalAction.html).

      The default binding for this signal is <kbd>F8</kbd>.
      Parameters:
      reversed - whether cycling backward or forward
      Returns: