Package-level declarations

Types

Link copied to clipboard

A generic UI component with no functionality.

Link copied to clipboard
abstract class UIContainer(val orientation: Orientation) : UIComponent
Link copied to clipboard
interface UIFocusable
Link copied to clipboard
interface UIParentable

A UI element that can be placed within a container or a window.

Link copied to clipboard
interface UIRenderable
Link copied to clipboard
class UIWindow(title: String) : UIRenderable