Interface Paned.OnCycleChildFocus

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

    Modifier and Type
    Method
    Description
    boolean
    onCycleChildFocus(boolean reversed)
    Emitted to cycle the focus between the children of the paned.
  • Method Details

    • onCycleChildFocus

      boolean onCycleChildFocus(boolean reversed)
      Emitted to cycle the focus between the children of the paned.

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

      The default binding is <kbd>F6</kbd>.
      Parameters:
      reversed - whether cycling backward or forward
      Returns: