Uses of Interface
com.amalgamasimulation.desktop.ui.tables.Trees.FinalBuilder
Packages that use Trees.FinalBuilder
-
Uses of Trees.FinalBuilder in com.amalgamasimulation.desktop.ui.tables
Classes in com.amalgamasimulation.desktop.ui.tables that implement Trees.FinalBuilderModifier and TypeClassDescriptionstatic classTrees.Builder<T,R> A builder class to set up the properties of a tree constructorMethods in com.amalgamasimulation.desktop.ui.tables that return Trees.FinalBuilderModifier and TypeMethodDescriptionTrees.Builder.checkbox()Trees.FinalBuilder.checkbox()Set up the ability to select tree elements using a check box In the list of columns, a column with a check box will be added to the first placeTrees.Builder.childrenExtractor(Function<T, List<T>> getChildrenProvider) Trees.ChildrenExtractorBuilder.childrenExtractor(Function<T, List<T>> getChildrenProvider) Set up the retrieval of child elements in the tree.Trees.Builder.greedyChildrenCalculation()Trees.FinalBuilder.greedyChildrenCalculation()Set up dynamic update of child elements.When enabled, child elements are calculated during each expansion of the parent element.Trees.Builder.rowHeader()Trees.FinalBuilder.rowHeader()Set up the ability to select table elements In the list of columns, a column with a rowHeader will be added to the first placeTrees.Builder.style(int style) Trees.FinalBuilder.style(int style) Set additional SWT properties in the treeTrees.Builder.syncUpdate()Trees.FinalBuilder.syncUpdate()Set the synchronous data update property in the tree