Interface TreeViewClass.OnMoveCursor

Enclosing class:
TreeViewClass
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 TreeViewClass.OnMoveCursor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onMoveCursor(CallbackHandler __self, TreeView tree_view, int step, int count, boolean extend, boolean modify)
     
  • Method Details

    • onMoveCursor

      boolean onMoveCursor(CallbackHandler __self, @Nonnull TreeView tree_view, int step, int count, boolean extend, boolean modify)
      Parameters:
      tree_view -
      step -
      count -
      extend -
      modify -
      Returns: