Modifier and Type | Field and Description |
---|---|
boolean |
absolute |
boolean |
current |
long |
index |
String |
name |
Constructor and Description |
---|
MouseInfo() |
MouseInfo(String name,
long index,
boolean current,
boolean absolute) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
MouseInfo |
withAbsolute(boolean value) |
MouseInfo |
withCurrent(boolean value) |
MouseInfo |
withIndex(long value) |
MouseInfo |
withName(String value) |
toString
public MouseInfo()
@Nonnull public MouseInfo withCurrent(boolean value)
@Nonnull public MouseInfo withAbsolute(boolean value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException