tornadofx / tornadofx / Decorator

Decorator

interface Decorator

Functions

decorate abstract fun decorate(node: Node): Unit
undecorate abstract fun undecorate(node: Node): Unit

Extension Functions

getProperty fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T>
observable fun <T : Any> Any.observable(propName: String): ObjectProperty<T>

Inheritors

SimpleMessageDecorator class SimpleMessageDecorator : Decorator