|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelectionModel | |
---|---|
org.eclipse.nebula.widgets.nattable.selection | |
org.eclipse.nebula.widgets.nattable.selection.event | |
org.eclipse.nebula.widgets.nattable.selection.preserve |
Uses of ISelectionModel in org.eclipse.nebula.widgets.nattable.selection |
---|
Subinterfaces of ISelectionModel in org.eclipse.nebula.widgets.nattable.selection | |
---|---|
interface |
IMarkerSelectionModel
Selection model that holds markers such as anchors and last selection properties in order to keep them up-to-date after underlying data has changed. |
interface |
IRowSelectionModel<R>
|
Classes in org.eclipse.nebula.widgets.nattable.selection that implement ISelectionModel | |
---|---|
class |
MarkerSelectionModelTest.StubbedMarkerSelectionModel
|
class |
RowSelectionModel<R>
|
class |
SelectionModel
Tracks the selections made in the table. |
Fields in org.eclipse.nebula.widgets.nattable.selection declared as ISelectionModel | |
---|---|
protected ISelectionModel |
SelectionLayer.selectionModel
|
Methods in org.eclipse.nebula.widgets.nattable.selection that return ISelectionModel | |
---|---|
ISelectionModel |
SelectionLayer.getSelectionModel()
|
Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type ISelectionModel | |
---|---|
void |
SelectionLayer.setSelectionModel(ISelectionModel selectionModel)
|
Constructors in org.eclipse.nebula.widgets.nattable.selection with parameters of type ISelectionModel | |
---|---|
SelectionLayer(IUniqueIndexLayer underlyingLayer,
ISelectionModel selectionModel,
boolean useDefaultConfiguration)
|
|
SelectionLayer(IUniqueIndexLayer underlyingLayer,
ISelectionModel selectionModel,
boolean useDefaultConfiguration,
boolean registerDefaultEventHandler)
Deprecated. the ISelectionModel is now itself an ILayerEventHandler |
Uses of ISelectionModel in org.eclipse.nebula.widgets.nattable.selection.event |
---|
Methods in org.eclipse.nebula.widgets.nattable.selection.event with parameters of type ISelectionModel | |
---|---|
void |
SelectionLayerStructuralChangeEventHandler.setSelectionModel(ISelectionModel selectionModel)
Deprecated. This handler doesn't make use of the ISelectionModel anymore, therefore setting another ISelectionModel will have no effect |
Constructors in org.eclipse.nebula.widgets.nattable.selection.event with parameters of type ISelectionModel | |
---|---|
SelectionLayerStructuralChangeEventHandler(SelectionLayer selectionLayer,
ISelectionModel selectionModel)
Deprecated. This handler doesn't make use of the ISelectionModel anymore, therefore setting another ISelectionModel will have no effect |
Uses of ISelectionModel in org.eclipse.nebula.widgets.nattable.selection.preserve |
---|
Classes in org.eclipse.nebula.widgets.nattable.selection.preserve that implement ISelectionModel | |
---|---|
class |
PreserveSelectionModel<T>
Individual cell selection model that copes with the reordering of rows. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |