public class GEventFocusElement extends GAbstractEvent
| Modifier and Type | Field and Description |
|---|---|
GElement |
focusedElement |
delegate, manager, view| Constructor and Description |
|---|
GEventFocusElement(GView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusOnElement(GElement element) |
void |
mouseDragged(MouseEvent e,
Point mousePosition) |
void |
mouseMoved(MouseEvent e,
Point mousePosition) |
void |
setFocusedElement(GElement element) |
addExclusiveValue, draw, hasExclusiveValue, mousePressed, mouseReleased, removeExclusiveValue, setDelegate, setManager, shouldFocusOnElementpublic GElement focusedElement
public GEventFocusElement(GView view)
public void mouseDragged(MouseEvent e, Point mousePosition)
mouseDragged in class GAbstractEventpublic void mouseMoved(MouseEvent e, Point mousePosition)
mouseMoved in class GAbstractEventpublic void setFocusedElement(GElement element)
public void focusOnElement(GElement element)
Copyright © 2013. All rights reserved.