public class KeyDescription extends Object
| 构造器和说明 |
|---|
KeyDescription() |
KeyDescription(String key,
Number keyCode,
String code,
String text,
int location) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getKey() |
Number |
getKeyCode() |
int |
getLocation() |
String |
getText() |
void |
setCode(String code) |
void |
setKey(String key) |
void |
setKeyCode(Number keyCode) |
void |
setLocation(int location) |
void |
setText(String text) |
public Number getKeyCode()
public void setKeyCode(Number keyCode)
public String getKey()
public void setKey(String key)
public String getText()
public void setText(String text)
public String getCode()
public void setCode(String code)
public int getLocation()
public void setLocation(int location)
Copyright © 2020. All rights reserved.