public interface Editor
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the editor's input.
|
String |
getText()
Gets the text which is currently typed in the editor.
|
void |
type(String text)
Types the given
text into the editor's input. |
void type(String text)
text
into the editor's input.text
- to be filled into the editorvoid clear()
String getText()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.