Uses of Class
org.eclipse.nebula.widgets.nattable.ui.matcher.SelectionAnchorCellLabelKeyEventMatcher
Packages that use SelectionAnchorCellLabelKeyEventMatcher
-
Uses of SelectionAnchorCellLabelKeyEventMatcher in org.eclipse.nebula.widgets.nattable.ui.matcher
Methods in org.eclipse.nebula.widgets.nattable.ui.matcher that return SelectionAnchorCellLabelKeyEventMatcherModifier and TypeMethodDescriptionSelectionAnchorCellLabelKeyEventMatcher.anchorLabel(SelectionLayer selectionLayer, IUniqueIndexLayer layer, String labelToMatch) Create aSelectionAnchorCellLabelKeyEventMatcherthat checks only if the given label is assigned to the selection anchor's cell, while the label stack is retrieved from the given layer.SelectionAnchorCellLabelKeyEventMatcher.anchorLabel(SelectionLayer selectionLayer, IUniqueIndexLayer layer, String labelToMatch, IKeyEventMatcher aggregate) Create aSelectionAnchorCellLabelKeyEventMatcherthat checks if the aggregate matches as well as if the given label is assigned to the selection anchor's cell, while the label stack is retrieved from the given layer.