eclipse-nattable / nattable

High performance SWT data grid
https://eclipse.dev/nattable/
Eclipse Public License 2.0
15 stars 6 forks source link

[LabelStack] Add hasAllLabels() helper method #27

Closed fipro78 closed 9 months ago

fipro78 commented 10 months ago

It would be helpful in some custom implementations if the LabelStack would provide a hasAllLabels() method, to check of a collection of labels is in the stack. Similar to a containsAll()