tornadofx / tornadofx / SmartResize

SmartResize

class SmartResize

Functions

call fun call(param: ResizeFeatures<out Any>): Boolean
requestResize fun requestResize(table: TableView<*>): Unit

Companion Object Properties

POLICY val POLICY: SmartResize
ResizeTypeKey val ResizeTypeKey: String

Extension Functions

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