Uses of Enum Class
is.codion.tools.swing.robot.Interaction.Delivery
Packages that use Interaction.Delivery
-
Uses of Interaction.Delivery in is.codion.tools.swing.robot
Methods in is.codion.tools.swing.robot that return Interaction.DeliveryModifier and TypeMethodDescriptionInteraction.delivery()static Interaction.DeliveryReturns the enum constant of this class with the specified name.static Interaction.Delivery[]Interaction.Delivery.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in is.codion.tools.swing.robot with parameters of type Interaction.DeliveryModifierConstructorDescriptionInteraction(String keyStroke, Interaction.Delivery delivery, @Nullable String component, @Nullable String action)