java.lang.Object
is.codion.plugin.swing.robot.Narrator
An automation narrator to use alongside
Controller.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyValue<Integer> Species the narrator frame width. -
Method Summary
-
Field Details
-
FRAME_WIDTH
Species the narrator frame width.- Value type: Integer
- Default value: 400
-
-
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
-