private class SwtTable.XXXFocusListenerCell extends java.lang.Object implements org.eclipse.swt.events.FocusListener
Modifier | Constructor and Description |
---|---|
private |
XXXFocusListenerCell() |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(org.eclipse.swt.events.FocusEvent ev)
This routine is invoked especially if the mouse is landing
on a Text-field with click.
|
void |
focusLost(org.eclipse.swt.events.FocusEvent ev)
Deprecated.
unnecessary yet.
|
private XXXFocusListenerCell()
@Deprecated public void focusLost(org.eclipse.swt.events.FocusEvent ev)
GralTable#colorBackSelectNonFocused
is set.focusLost
in interface org.eclipse.swt.events.FocusListener
public void focusGained(org.eclipse.swt.events.FocusEvent ev)
focusGained
in interface org.eclipse.swt.events.FocusListener
FocusListener.focusGained(org.eclipse.swt.events.FocusEvent)