public interface EditingConsole
Modifier and Type | Method and Description |
---|---|
void |
addResponseListener(ResponseListener listener)
Adds the listener
|
void |
addResponseText(java.lang.String responseText)
Add text that is taken like text typed by user
|
void |
addText(java.lang.String text)
Adds text to console
|
void |
clear()
Clears console
|
javax.swing.JPopupMenu |
getComponentPopupMenu() |
java.lang.String |
getResponseText()
Gets response text typed by user
|
void |
removeResponseListener(ResponseListener listener)
Removes the listener
|
java.lang.String getResponseText()
void clear()
void addText(java.lang.String text)
text
- void addResponseText(java.lang.String responseText)
responseText
- void addResponseListener(ResponseListener listener)
listener
- void removeResponseListener(ResponseListener listener)
listener
- javax.swing.JPopupMenu getComponentPopupMenu()