Class Controller

java.lang.Object
is.codion.tools.swing.robot.Controller

public final class Controller extends Object
Keyboard controller with high-level operations. Delivers input either through a Robot (Controller.Transport.ROBOT, realistic OS-level input, for demo recording) or by dispatching events directly on the event dispatch thread (Controller.Transport.EDT, deterministic and synchronously confirmed, for reliable programmatic control).