class KeyboardRow
<init> |
KeyboardRow(keyboard: KeyboardLayout) |
keyboard |
val keyboard: KeyboardLayout |
keys |
val keys: ObservableList<KeyboardKey> |
key |
fun key(text: String? = null, svg: String? = null, code: Int? = null, width: Number = 1.0, height: Number = 1.0, op: KeyboardKey.() -> Unit = {}): KeyboardKey |
spacer |
fun spacer(width: Number = 1.0, height: Number = 1.0): <ERROR CLASS> |
toJSON |
fun toJSON(): <ERROR CLASS> |
fromJSON |
fun fromJSON(keyboard: KeyboardLayout, json: JsonObject): <ERROR CLASS> |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |