Class HierarchicalWrapperTreeFormat
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.hierarchical.HierarchicalWrapperTreeFormat
- All Implemented Interfaces:
ca.odell.glazedlists.TreeList.Format<HierarchicalWrapper>
public class HierarchicalWrapperTreeFormat
extends Object
implements ca.odell.glazedlists.TreeList.Format<HierarchicalWrapper>
TreeList.Format implementation for dealing with HierarchicalWrapper
objects.- Since:
- 1.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallowsChildren(HierarchicalWrapper element) Comparator<? super HierarchicalWrapper>getComparator(int depth) voidgetPath(List<HierarchicalWrapper> path, HierarchicalWrapper element)
-
Constructor Details
-
HierarchicalWrapperTreeFormat
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceca.odell.glazedlists.TreeList.Format<HierarchicalWrapper>
-
allowsChildren
- Specified by:
allowsChildrenin interfaceca.odell.glazedlists.TreeList.Format<HierarchicalWrapper>
-
getComparator
- Specified by:
getComparatorin interfaceca.odell.glazedlists.TreeList.Format<HierarchicalWrapper>
-