public class UIEventInfo
extends java.lang.Object
Constructor and Description |
---|
UIEventInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isAltKey() |
boolean |
isCtrlKey() |
boolean |
isShiftKey() |
void |
setAltKey(boolean altKey) |
void |
setCtrlKey(boolean ctrlKey) |
void |
setShiftKey(boolean shiftKey) |
java.lang.String |
toString() |
public boolean isAltKey()
public void setAltKey(boolean altKey)
altKey
- The altKey to set.public boolean isCtrlKey()
public void setCtrlKey(boolean ctrlKey)
ctrlKey
- The ctrlKey to set.public boolean isShiftKey()
public void setShiftKey(boolean shiftKey)
shiftKey
- The shiftKey to set.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? Technia AB. All Rights Reserved.