Package-level declarations

Functions

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

Converts a Color to/from a String. The color may have any value for Color.alpha. If you want to ensure the alpha value is 1, then use opaqueColorStringConverter instead.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun indentationProperty(usingTabsProperty: ObservableBoolean, columnsProperty: ObservableInt, behaveLikeTabs: Boolean = false): ObservableIndentation

Creates an ObservableIndentation based on 2 properties.

fun indentationProperty(withTabsProperty: ObservableBoolean, columnsProperty: ObservableInt, behaveLikeTabsProperty: ObservableBoolean): ObservableIndentation

Creates an ObservableIndentation based on 3 properties.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Orientations LEFT and RIGHT are mapped to Orientation.HORIZONTAL. Orientations TOP and BOTTOM are mapped to Orientation.VERTICAL.

Link copied to clipboard

Orientations LEFT and RIGHT are mapped to Orientation.VERTICAL. Orientations TOP and BOTTOM are mapped to Orientation.HORIZONTAL.

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard