public interface AceCommandLine
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Give current text which command line contains.
|
void |
setCommandLineListener(AceCommandLineListener listener)
Set listener getting callback from command line component.
|
void |
setValue(java.lang.String value)
Set text into command line.
|
void setCommandLineListener(AceCommandLineListener listener)
listener - listener for command entering eventjava.lang.String getValue()
void setValue(java.lang.String value)
value - text to be placed into command line