Uses of Class
com.amalgamasimulation.desktop.ui.tables.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in com.amalgamasimulation.desktop.ui.columndescriptors
Constructors in com.amalgamasimulation.desktop.ui.columndescriptors with parameters of type TreeModifierConstructorDescriptionTreeColumn(Class<TreeColumn<T, V>> cl, Tree<T> treeView, Function<T, V> valueExtractor) -
Uses of Tree in com.amalgamasimulation.desktop.ui.tables
Subclasses of Tree in com.amalgamasimulation.desktop.ui.tablesModifier and TypeClassDescriptionclassEditableTree<T>Tree with editable dataclassEMFTree<T>Tree with editable data and a special set of functions for editing EMF data (EObject)Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type TreeModifier and TypeMethodDescriptionstatic <T> Trees.ParentBuilder<T, Tree<T>> Creates and returns a tree without the ability to edit dataConstructors in com.amalgamasimulation.desktop.ui.tables with parameters of type TreeModifierConstructorDescriptionTreeViewAdapter(Tree<T> treeView, org.eclipse.swt.widgets.Display display, List<T> data, ColumnViewAdapter.TypeCheckBox typeCheckBox, boolean syncUpdate, boolean showRowHeader, Function<T, List<T>> getChildrenProvider) -
Uses of Tree in com.amalgamasimulation.desktop.ui.views
Subclasses of Tree in com.amalgamasimulation.desktop.ui.viewsModifier and TypeClassDescriptionclassclassTreeView<T>Deprecated, for removal: This API element is subject to removal in a future version.to be removed in AmalgamaPlatform 4.0Constructors in com.amalgamasimulation.desktop.ui.views with parameters of type TreeModifierConstructorDescriptionTreeViewerColumnDescriptor(Class<TreeViewerColumnDescriptor<T, E>> cl, Tree<T> treeViewer, String name, int width, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.TreeViewerColumnDescriptor(Class<TreeViewerColumnDescriptor<T, E>> cl, Tree<T> treeViewer, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.