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 TableKeyModifierReturns 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 TypeMethodDescriptionvoidTableCell.click(MouseButton button, TableKeyModifier modifiers) Clicks the cell using the specifiedMouseButtonandTableKeyModifier.voidTableCell.doubleClick(MouseButton button, TableKeyModifier modifiers) Double clicks the cell using the specifiedMouseButtonandTableKeyModifier.voidTableCell.dragAndDropOn(TableCell targetCell, MouseButton button, TableKeyModifier modifiers) Drags and drops thisTableCellto the specified targetTableCellusing the specifiedMouseButtonandTableKeyModifier.