ConsoleCommands / org.lazywizard.console.ui

Package org.lazywizard.console.ui

Types

ScrollableTextArea

class ScrollableTextArea : UIElement

UI

open class UI

This is a completely optional container for user interface elements. All it does is direct calls to advance() and render() to each UIElement it contains, simplifying the code when working with multiple user interface elements.

UIElement

interface UIElement