Package org.eclipse.nebula.widgets.nattable.group.model
package org.eclipse.nebula.widgets.nattable.group.model
-
ClassDescriptionIRowGroup<T>Represents a collapseable group of rows (of type T) in the
IRowGroupModel
.The model behind theRowGroupExpandCollapseLayer
containsIRowGroup
s which in turn contain lists of row objects of type T.RowGroup<T>An implementation ofIRowGroup
.A thread-safe implementation ofIRowGroupModel
which is optimised for larger data-sets (it should cope with at least 10k rows spread across 2-300 groups).