Interface Paned.OnToggleHandleFocus

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.OnToggleHandleFocus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Emitted to accept the current position of the handle and then
    move focus to the next widget in the focus chain.
  • Method Details

    • onToggleHandleFocus

      boolean onToggleHandleFocus()
      Emitted to accept the current position of the handle and then
      move focus to the next widget in the focus chain.

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

      The default binding is <kbd>Tab</kbd>.
      Returns: