Uses of Enum Class
com.hp.lft.sdk.java.TableKeyModifier
Packages that use TableKeyModifier
-
Uses of TableKeyModifier in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return TableKeyModifierModifier and TypeMethodDescriptionstatic TableKeyModifier
Returns the enum constant of this class with the specified name.static TableKeyModifier[]
TableKeyModifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.java with parameters of type TableKeyModifierModifier and TypeMethodDescriptionvoid
TableCell.click
(MouseButton button, TableKeyModifier modifiers) Clicks the cell using the specifiedMouseButton
andTableKeyModifier
.void
TableCell.doubleClick
(MouseButton button, TableKeyModifier modifiers) Double clicks the cell using the specifiedMouseButton
andTableKeyModifier
.void
TableCell.dragAndDropOn
(TableCell targetCell, MouseButton button, TableKeyModifier modifiers) Drags and drops thisTableCell
to the specified targetTableCell
using the specifiedMouseButton
andTableKeyModifier
.