Class HierarchicalTreeLayer.HierarchicalTreeNode
java.lang.Object
org.eclipse.nebula.widgets.nattable.hierarchical.HierarchicalTreeLayer.HierarchicalTreeNode
- Enclosing class:
- HierarchicalTreeLayer
Simple node for remembering collapsed nodes. Carries also the row object
for being able to update the index based coordinates in case of
structural changes. Otherwise only the column and row index are of
interest.
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final int
The row object reference needed to recalculate the rowIndex on structural changes. -
Constructor Summary
ConstructorDescriptionHierarchicalTreeNode
(int columnIndex, int rowIndex, HierarchicalWrapper rowObject) -
Method Summary
-
Field Details
-
columnIndex
public final int columnIndex -
rowIndex
public final int rowIndex -
rowObject
The row object reference needed to recalculate the rowIndex on structural changes.
-
-
Constructor Details
-
HierarchicalTreeNode
-
-
Method Details