public interface AceCommandLine
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All Rights Reserved.