Class VTreeTable.PendingNavigationEvent

  • Enclosing class:
    VTreeTable

    public static class VTreeTable.PendingNavigationEvent
    extends Object
    For internal use only. May be removed or replaced in the future.
    • Field Detail

      • keycode

        public final int keycode
      • ctrl

        public final boolean ctrl
      • shift

        public final boolean shift
    • Constructor Detail

      • PendingNavigationEvent

        public PendingNavigationEvent​(int keycode,
                                      boolean ctrl,
                                      boolean shift)