public class GEventManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_DRAW |
static int |
EVENT_MOUSE_DRAGGED |
static int |
EVENT_MOUSE_MOVED |
static int |
EVENT_MOUSE_PRESSED |
static int |
EVENT_MOUSE_RELEASED |
static Integer |
EXCLUSIVE_CREATE_LINK_VALUE |
static Integer |
EXCLUSIVE_DRAG_VALUE |
| Constructor and Description |
|---|
GEventManager(GEventDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GAbstractEvent event) |
void |
addExclusiveValue(Object value) |
boolean |
canFocusOnElement(GElement element) |
boolean |
hasExclusiveValue(Object value) |
void |
performEventObjects(int action,
Object event,
Point mousePosition,
Object param) |
void |
removeExclusiveValue(Object value) |
public static final int EVENT_DRAW
public static final int EVENT_MOUSE_PRESSED
public static final int EVENT_MOUSE_RELEASED
public static final int EVENT_MOUSE_DRAGGED
public static final int EVENT_MOUSE_MOVED
public static final Integer EXCLUSIVE_DRAG_VALUE
public static final Integer EXCLUSIVE_CREATE_LINK_VALUE
public GEventManager(GEventDelegate delegate)
public void add(GAbstractEvent event)
public boolean canFocusOnElement(GElement element)
public void addExclusiveValue(Object value)
public void removeExclusiveValue(Object value)
public boolean hasExclusiveValue(Object value)
Copyright © 2013. All rights reserved.