public interface Type
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Type.Typable<C>
All type actions
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
key(Duration d,
javafx.scene.input.KeyCode... codes)
Create an operation to type in the provided key codes in the provided time
|
static Operation |
key(Duration d,
javafx.scene.input.KeyCodeCombination... combinations)
Create an operation to type the provided key combinations in the provided
time
|
static Operation |
key(javafx.scene.input.KeyCode... codes)
Create an operation to type in the provided key codes
|
static Operation |
key(javafx.scene.input.KeyCodeCombination... combinations)
Create an operation to type the provided key combinations
|
static Operation |
text(Duration d,
String text)
Create an operation to type the provided text in the provided time
|
static Operation |
text(String text)
Create an operation to type the provided text
|
static Operation key(javafx.scene.input.KeyCode... codes)
codes - the key codesstatic Operation key(Duration d, javafx.scene.input.KeyCode... codes)
d - the durationcodes - the codesstatic Operation key(javafx.scene.input.KeyCodeCombination... combinations)
combinations - the combinationsstatic Operation key(Duration d, javafx.scene.input.KeyCodeCombination... combinations)
d - the durationcombinations - the combinationsstatic Operation text(String text)
text - the textCopyright © 2017. All rights reserved.