public class KeyPressOptions extends Object
| 构造器和说明 |
|---|
KeyPressOptions() |
KeyPressOptions(String text,
List<String> commands,
int delay) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getCommands() |
long |
getDelay() |
String |
getText() |
KeyPressOptions |
setCommands(List<String> commands) |
KeyPressOptions |
setDelay(long delay) |
KeyPressOptions |
setText(String text) |
public String getText()
public KeyPressOptions setText(String text)
public KeyPressOptions setCommands(List<String> commands)
public KeyPressOptions setDelay(long delay)
public long getDelay()
Copyright © 2020–2025. All rights reserved.