public class SwtFocusAction extends java.lang.Object implements org.eclipse.swt.events.FocusListener
Constructor and Description |
---|
SwtFocusAction(SwtMng guiMng,
GralUserAction userCmdGui,
java.lang.String sCmdEnter,
java.lang.String sCmdRelease)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
focusGained(org.eclipse.swt.events.FocusEvent ev) |
void |
focusLost(org.eclipse.swt.events.FocusEvent ev) |
public SwtFocusAction(SwtMng guiMng, GralUserAction userCmdGui, java.lang.String sCmdEnter, java.lang.String sCmdRelease)
guiMng
- The Gui-manageruserCmdGui
- The users method for the action.sCmdPress
- command string provided as first parameter on mouse button press.sCmdRelease
- sCmdDoubleClick
- public void focusGained(org.eclipse.swt.events.FocusEvent ev)
focusGained
in interface org.eclipse.swt.events.FocusListener
public void focusLost(org.eclipse.swt.events.FocusEvent ev)
focusLost
in interface org.eclipse.swt.events.FocusListener