java.lang.Object
is.codion.plugin.swing.robot.Narrator
An automation narrator to use alongside
Controller
.-
Method Details
-
narrate
- Parameters:
text
- the narration text to display
-
clearNarration
public void clearNarration()Clears the narration text. -
clearKeyStrokes
public void clearKeyStrokes()Clears the keystrokes table. -
clear
public void clear()Clears both narration and keystrokes -
narrator
- Parameters:
controller
- the controller to narratewindow
- the window to attach to- Returns:
- a new
Narrator
-
close
public void close()Clears this narrator and closes its frame
-