|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.PointerEvent
public abstract class PointerEvent
Details an event involving the pointer, such as a click or drag.
| Field Summary | |
|---|---|
protected int |
mods
|
| Method Summary | |
|---|---|
boolean |
button1()
|
boolean |
button2()
|
boolean |
button3()
|
boolean |
isAlt()
Returns true if the 'Alt' key is depressed |
boolean |
isCtrl()
Returns true if the control key is depressed |
boolean |
isMeta()
Returns true if the 'Alt' key is depressed |
boolean |
isShift()
Returns true if the shift key is depressed |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int mods
| Method Detail |
|---|
public boolean button1()
public boolean button2()
public boolean button3()
public boolean isAlt()
public boolean isCtrl()
public boolean isMeta()
public boolean isShift()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||