|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelectionProvider
Description of how to deal with a table or tree.
| Field Summary | |
|---|---|
static ISelectionProvider |
EMPTY
A basic selection provider where nothing is selected or expanded. |
| Method Summary | |
|---|---|
boolean |
isExpanded(Object row)
Should this node be expanded. |
boolean |
isSelected(Object row)
Has the user selected this row |
| Field Detail |
|---|
static final ISelectionProvider EMPTY
| Method Detail |
|---|
boolean isSelected(Object row)
row -
boolean isExpanded(Object row)
row -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||