Uses of Interface
com.amalgamasimulation.desktop.ui.tables.Trees.ParentBuilder
Packages that use Trees.ParentBuilder
-
Uses of Trees.ParentBuilder in com.amalgamasimulation.desktop.ui.tables
Classes in com.amalgamasimulation.desktop.ui.tables that implement Trees.ParentBuilderModifier 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.ParentBuilderModifier and TypeMethodDescriptionstatic <T1,R1> Trees.ParentBuilder <T1, R1> Trees.Builder.createBuilder(List<T1> elements, Trees.TreeCreator<T1, R1> creatorTree) static <T> Trees.ParentBuilder<T, EditableTree<T>> Creates and returns a tree with editable data.static <T extends org.eclipse.emf.ecore.EObject>
Trees.ParentBuilder<T, EMFTree<T>> Creates and returns a tree with editable data and a special set of functions for editing EMF data (EObject).static <T> Trees.ParentBuilder<T, Tree<T>> Creates and returns a tree without the ability to edit data