Uses of Class
com.amalgamasimulation.desktop.ui.editor.utils.TreeElement
Packages that use TreeElement
Package
Description
-
Uses of TreeElement in com.amalgamasimulation.desktop.ui.editor.parts
Fields in com.amalgamasimulation.desktop.ui.editor.parts with type parameters of type TreeElementModifier and TypeFieldDescriptionprotected org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider<TreeElement> AbstractTreePart.contentProviderprotected org.eclipse.core.databinding.observable.list.IObservableList<TreeElement> AbstractTreePart.rootTreeElementsObservableMethods in com.amalgamasimulation.desktop.ui.editor.parts that return TreeElementModifier and TypeMethodDescriptionprotected abstract TreeElementAbstractTreePart.getParentTreeElement() -
Uses of TreeElement in com.amalgamasimulation.desktop.ui.editor.utils
Methods in com.amalgamasimulation.desktop.ui.editor.utils that return TreeElementModifier and TypeMethodDescriptionprotected TreeElementTreeElement.createLeaf(AbstractTreeElementType treeElementType, BooleanSupplier isEmptyElements, UnaryOperator<String> labelProdiver) protected TreeElementTreeElement.createLeaf(AbstractTreeElementType treeElementType, Supplier<? extends Number> countSupplier) Methods in com.amalgamasimulation.desktop.ui.editor.utils that return types with arguments of type TreeElementModifier and TypeMethodDescriptionprotected List<TreeElement> TreeElement.createChildElements()final org.eclipse.core.databinding.observable.list.IObservableList<TreeElement> TreeElement.getChildElements()