Interface ShortcutScope


public interface ShortcutScope
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Shortcuts are handled by
    the root widget.
    static final int
    Shortcuts are handled inside
    the widget the controller belongs to.
    static final int
    Shortcuts are handled by
    the first ancestor that is a [iface@ShortcutManager]
  • Field Details

    • LOCAL

      static final int LOCAL
      Shortcuts are handled inside
      the widget the controller belongs to.
      See Also:
    • MANAGED

      static final int MANAGED
      Shortcuts are handled by
      the first ancestor that is a [iface@ShortcutManager]
      See Also:
    • GLOBAL

      static final int GLOBAL
      Shortcuts are handled by
      the root widget.
      See Also: