public class EventTuple<EventTypeInt extends javafx.scene.input.InputEvent> extends Object
| Modifier and Type | Field and Description |
|---|---|
static EventTuple<javafx.scene.input.KeyEvent> |
SHIFT_TAB_BACKWARDS |
static EventTuple<javafx.scene.input.KeyEvent> |
TAB_FORWARD |
| Constructor and Description |
|---|
EventTuple(javafx.event.EventType<EventTypeInt> keyPressed,
java.util.function.Predicate<EventTypeInt> check) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Predicate<EventTypeInt> |
getCheck() |
javafx.event.EventType<EventTypeInt> |
getEvent() |
public static EventTuple<javafx.scene.input.KeyEvent> TAB_FORWARD
public static EventTuple<javafx.scene.input.KeyEvent> SHIFT_TAB_BACKWARDS
public EventTuple(javafx.event.EventType<EventTypeInt> keyPressed, java.util.function.Predicate<EventTypeInt> check)
public javafx.event.EventType<EventTypeInt> getEvent()
public java.util.function.Predicate<EventTypeInt> getCheck()
Copyright © 2015 Saxonia Systems AG. All rights reserved.