|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.globalmentor.event.AbstractEvent
com.guiseframework.event.AbstractGuiseEvent
com.guiseframework.event.AbstractInputEvent
com.guiseframework.event.AbstractGestureInputEvent
com.guiseframework.event.AbstractFocusedGestureInputEvent
public abstract class AbstractFocusedGestureInputEvent
An abstract gesture input event such as a keypress that is directed towards the component with input focus.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AbstractFocusedGestureInputEvent(java.lang.Object source,
Key... keys)
Source constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.guiseframework.event.AbstractGestureInputEvent |
|---|
getKeys, hasAltKey, hasControlKey, hasShiftKey |
| Methods inherited from class com.guiseframework.event.AbstractInputEvent |
|---|
consume, isConsumed |
| Methods inherited from class com.guiseframework.event.AbstractGuiseEvent |
|---|
getSession |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.guiseframework.event.InputEvent |
|---|
consume, getInput, isConsumed |
| Methods inherited from interface com.guiseframework.event.GuiseEvent |
|---|
getSession |
| Methods inherited from interface com.globalmentor.event.Event |
|---|
getSource |
| Methods inherited from interface com.guiseframework.event.GestureInputEvent |
|---|
getInput |
| Constructor Detail |
|---|
public AbstractFocusedGestureInputEvent(java.lang.Object source,
Key... keys)
source - The object on which the event initially occurred.keys - The keys that were pressed when this event was generated.
java.lang.NullPointerException - if the given source and/or keys is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||