|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.model.AbstractHashObject
com.guiseframework.input.AbstractGestureInput
com.guiseframework.input.AbstractMouseInput
public abstract class AbstractMouseInput
An abstract encapsulation of user input from a mouse.
| Constructor Summary | |
|---|---|
AbstractMouseInput(Key... keys)
Keys constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.guiseframework.input.AbstractGestureInput |
|---|
getKeys, hasAltKey, hasControlKey, hasShiftKey |
| Methods inherited from class com.globalmentor.model.AbstractHashObject |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.guiseframework.input.GestureInput |
|---|
getKeys, hasAltKey, hasControlKey, hasShiftKey |
| Constructor Detail |
|---|
public AbstractMouseInput(Key... keys)
keys - The keys that were pressed when this input occurred.
java.lang.NullPointerException - if the given keys is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||