Interface HexSearchBar.Control

  • Enclosing class:
    HexSearchBar

    public static interface HexSearchBar.Control
    • Method Detail

      • prevMatch

        void prevMatch()
      • nextMatch

        void nextMatch()
      • performEscape

        void performEscape()
      • performFind

        void performFind()
      • notifySearchChanged

        void notifySearchChanged()
        Parameters of search have changed.
      • notifySearchChanging

        void notifySearchChanging()
        Parameters of search are changing which might not lead to immediate search change.

        Typically, text typing.

      • close

        void close()