public class RowFocusAdapter extends java.lang.Object implements IRowFocusListener
| Constructor and Description |
|---|
RowFocusAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
arrive(CompositeTable sender,
int currentObjectOffset,
org.eclipse.swt.widgets.Control newRow)
Method arrive.
|
void |
depart(CompositeTable sender,
int currentObjectOffset,
org.eclipse.swt.widgets.Control row)
Method depart.
|
boolean |
requestRowChange(CompositeTable sender,
int currentObjectOffset,
org.eclipse.swt.widgets.Control row)
Method requestRowChange.
|
public void arrive(CompositeTable sender, int currentObjectOffset, org.eclipse.swt.widgets.Control newRow)
IRowFocusListenerarrive in interface IRowFocusListenersender - The CompositeTable sending the event.currentObjectOffset - The 0-based offset to the row that should be populatednewRow - The actual SWT row object that needs to be populated with datapublic void depart(CompositeTable sender, int currentObjectOffset, org.eclipse.swt.widgets.Control row)
IRowFocusListenerdepart in interface IRowFocusListenerpublic boolean requestRowChange(CompositeTable sender, int currentObjectOffset, org.eclipse.swt.widgets.Control row)
IRowFocusListenerrequestRowChange in interface IRowFocusListenersender - The CompositeTable sending the event.currentObjectOffset - The offset of the current object in the data structure.row - The row control that is losing focus.