Interface Trees.TreeCreator<T,R>

Enclosing class:
Trees
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 Trees.TreeCreator<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    accept(org.eclipse.swt.widgets.Composite parent, Function<T,List<T>> getChildrenProvider, List<T> data, boolean checkboxes, boolean syncUpdate, boolean greedyChildrenCalculation, boolean showRowHeader, int style)
     
  • Method Details

    • accept

      R accept(org.eclipse.swt.widgets.Composite parent, Function<T,List<T>> getChildrenProvider, List<T> data, boolean checkboxes, boolean syncUpdate, boolean greedyChildrenCalculation, boolean showRowHeader, int style)