java.util.EventListener
, org.eclipse.swt.events.DisposeListener
, org.eclipse.swt.internal.SWTEventListener
public class VTracker
extends java.lang.Object
implements org.eclipse.swt.events.DisposeListener
Modifier and Type | Method | Description |
---|---|---|
static void |
deactivate() |
|
static VControl |
getActiveControl() |
|
static VControl |
getFocusControl() |
|
static int |
getLastTraverse() |
|
static int |
getMouseDownButton() |
|
static org.eclipse.swt.graphics.Point |
getMouseDownLocation() |
|
static VControl |
getVControl(org.eclipse.swt.widgets.Widget widget) |
|
static boolean |
isFocusControl(org.eclipse.swt.widgets.Control control) |
|
static boolean |
isMouseDown() |
|
void |
widgetDisposed(org.eclipse.swt.events.DisposeEvent e) |
public static void deactivate()
public static int getLastTraverse()
public static int getMouseDownButton()
public static org.eclipse.swt.graphics.Point getMouseDownLocation()
public static boolean isFocusControl(org.eclipse.swt.widgets.Control control)
public static boolean isMouseDown()
public static VControl getFocusControl()
public static VControl getActiveControl()
public static VControl getVControl(org.eclipse.swt.widgets.Widget widget)
public void widgetDisposed(org.eclipse.swt.events.DisposeEvent e)
widgetDisposed
in interface org.eclipse.swt.events.DisposeListener