public interface ISelectionProvider
Modifier and Type | Field and Description |
---|---|
static ISelectionProvider |
EMPTY
A basic selection provider where nothing is selected or expanded.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isExpanded(Object row)
Should this node be expanded.
|
boolean |
isSelected(Object row)
Has the user selected this row
|
static final ISelectionProvider EMPTY