List Keybinds View
The view that lists current keybinds.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun builderFragment(title: String, scope: Scope, rootBuilder: UIComponent.() -> Parent): BuilderFragment
Content copied to clipboard
Link copied to clipboard
fun builderWindow(title: String, modality: Modality, stageStyle: StageStyle, scope: Scope, owner: Window?, rootBuilder: UIComponent.() -> Parent): BuilderFragment
Content copied to clipboard
Link copied to clipboard
open override fun buildEventDispatchChain(tail: EventDispatchChain?): EventDispatchChain
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Component> find(vararg params: Pair<*, Any?>, noinline op: T.() -> Unit): T
Content copied to clipboard
inline fun <T : Component> find(params: Map<*, Any?>?, noinline op: T.() -> Unit): T
Content copied to clipboard
fun <T : Component> find(componentType: Class<T>, params: Map<*, Any?>?, scope: Scope): T
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : Node> fxml(content: InputStream, hasControllerAttribute: Boolean, root: Any?): ReadOnlyProperty<UIComponent, T>
Content copied to clipboard
Link copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, T> get(prop: KProperty1<InjectableType, T>): T
Content copied to clipboard
Link copied to clipboard
inline fun <T : UIComponent> Drawer.item(scope: Scope, vararg params: Pair<*, Any?>, expanded: Boolean, showHeader: Boolean, noinline op: DrawerItem.() -> Unit): DrawerItem
Content copied to clipboard
inline fun <T : UIComponent> Drawer.item(scope: Scope, params: Map<*, Any?>?, expanded: Boolean, showHeader: Boolean, noinline op: DrawerItem.() -> Unit): DrawerItem
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun openInternalWindow(view: UIComponent, icon: Node?, modal: Boolean, owner: Node, escapeClosesWindow: Boolean, closeButton: Boolean, movable: Boolean, overlayPaint: Paint)
Content copied to clipboard
inline fun <T : UIComponent> openInternalWindow(scope: Scope, icon: Node?, modal: Boolean, owner: Node, escapeClosesWindow: Boolean, closeButton: Boolean, movable: Boolean, overlayPaint: Paint, vararg params: Pair<*, Any?>)
Content copied to clipboard
inline fun <T : UIComponent> openInternalWindow(scope: Scope, icon: Node?, modal: Boolean, owner: Node, escapeClosesWindow: Boolean, closeButton: Boolean, movable: Boolean, overlayPaint: Paint, params: Map<*, Any?>?)
Content copied to clipboard
Link copied to clipboard
fun openWindow(stageStyle: StageStyle, modality: Modality, escapeClosesWindow: Boolean, owner: Window?, block: Boolean, resizable: Boolean?): Stage?
Content copied to clipboard
Link copied to clipboard
inline fun <T : UIComponent> ListView<*>.placeholder(scope: Scope, vararg params: Pair<*, Any?>, noinline op: T.() -> Unit)
Content copied to clipboard
inline fun <T : UIComponent> ListView<*>.placeholder(scope: Scope, params: Map<*, Any?>?, noinline op: T.() -> Unit)
Content copied to clipboard
inline fun <T : UIComponent> TableView<*>.placeholder(scope: Scope, vararg params: Pair<*, Any?>, noinline op: T.() -> Unit)
Content copied to clipboard
inline fun <T : UIComponent> TableView<*>.placeholder(scope: Scope, params: Map<*, Any?>?, noinline op: T.() -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : UIComponent> replaceWith(transition: ViewTransition?, sizeToScene: Boolean, centerOnScreen: Boolean): Boolean
Content copied to clipboard
fun <T : UIComponent> replaceWith(component: KClass<T>, transition: ViewTransition?, sizeToScene: Boolean, centerOnScreen: Boolean): Boolean
Content copied to clipboard
fun replaceWith(replacement: UIComponent, transition: ViewTransition?, sizeToScene: Boolean, centerOnScreen: Boolean, clip: Boolean): Boolean
Content copied to clipboard
Link copied to clipboard
inline fun <T : Component, ScopedInstance, R> KClass<T>.runAsync(noinline op: T.() -> R): Task<R>
Content copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, ReturnType> (InjectableType) -> ReturnType.runAsync(noinline doOnUi: (ReturnType) -> Unit): Task<ReturnType>
Content copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, P1, ReturnType> (InjectableType, P1) -> ReturnType.runAsync(p1: P1, noinline doOnUi: (ReturnType) -> Unit): Task<ReturnType>
Content copied to clipboard
fun <T> runAsync(daemon: Boolean, status: TaskStatus?, func: FXTask<*>.() -> T): Task<T>
Content copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, P1, P2, ReturnType> (InjectableType, P1, P2) -> ReturnType.runAsync(p1: P1, p2: P2, noinline doOnUi: (ReturnType) -> Unit): Task<ReturnType>
Content copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, P1, P2, P3, ReturnType> (InjectableType, P1, P2, P3) -> ReturnType.runAsync(p1: P1, p2: P2, p3: P3, noinline doOnUi: (ReturnType) -> Unit): Task<ReturnType>
Content copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, P1, P2, P3, P4, ReturnType> (InjectableType, P1, P2, P3, P4) -> ReturnType.runAsync(p1: P1, p2: P2, p3: P3, p4: P4, noinline doOnUi: (ReturnType) -> Unit): Task<ReturnType>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <InjectableType : Component, ScopedInstance, T> set(prop: KMutableProperty1<InjectableType, T>, value: T)
Content copied to clipboard
Link copied to clipboard
fun <T : ScopedInstance> setInScope(value: T, scope: Scope): ScopedInstance?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : FXEvent> unsubscribe(noinline action: EventContext.(T) -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
val subscribedEvents: ConcurrentHashMap<KClass<out FXEvent>, List<FXEventRegistration>>
Content copied to clipboard
Link copied to clipboard