Interface SearchEntry.OnPreviousMatch

Enclosing class:
SearchEntry
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 SearchEntry.OnPreviousMatch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user initiates a move to the previous match
    for the current search string.
  • Method Details

    • onPreviousMatch

      void onPreviousMatch()
      Emitted when the user initiates a move to the previous match
      for the current search string.

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

      Applications should connect to it, to implement moving
      between matches.

      The default bindings for this signal is Ctrl-Shift-g.