| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.compositetable |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectableRow
An abstract row class making it easy to implement a table where the whole
row is selected at once.
|
class |
RowFocusAdapter
An interface for objects that want to listen to and have the
possibility of vetoing row change events on a CompositeTable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeTable.addRowFocusListener(IRowFocusListener rowListener)
Method addRowListener.
|
void |
CompositeTable.removeRowFocusListener(IRowFocusListener listener)
Method removeRowListener.
|