public abstract class OrientedKeyBinding extends KeyBinding
Constructor and Description |
---|
OrientedKeyBinding(KeyCode code,
EventType<KeyEvent> type,
String action) |
OrientedKeyBinding(KeyCode code,
String action) |
Modifier and Type | Method and Description |
---|---|
int |
getSpecificity(Control control,
KeyEvent event) |
protected abstract boolean |
getVertical(Control control) |
String |
toString() |
OrientedKeyBinding |
vertical() |
public OrientedKeyBinding vertical()
protected abstract boolean getVertical(Control control)
public int getSpecificity(Control control, KeyEvent event)
getSpecificity
in class KeyBinding
public String toString()
toString
in class KeyBinding
Copyright © 2020. All rights reserved.