Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun progressBar(ratio: Float, total: Int, scale: Int = 25, theme: ProgressBarTheme = ProgressBarTheme.HILLS, showCount: Boolean = false): ProgressBar
fun progressBar(full: Int, total: Int, scale: Int = 25, theme: ProgressBarTheme = ProgressBarTheme.HILLS, showCount: Boolean = false): ProgressBar
Link copied to clipboard
fun Component.str(): @NotNull String
Link copied to clipboard
fun text(str: String): @NotNull Component