public interface AceCommandLine
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getValue()
Give current text which command line contains.
|
void |
setCommandLineListener(AceCommandLineListener listener)
Set listener getting callback from command line component.
|
void |
setValue(String value)
Set text into command line.
|
void setCommandLineListener(AceCommandLineListener listener)
listener - listener for command entering eventString getValue()
void setValue(String value)
value - text to be placed into command lineCopyright © 2021. All rights reserved.