Package com.glitchybyte.glib.terminal.display
package com.glitchybyte.glib.terminal.display
Convenience classes to expedite showing a simple terminal UI.
The design decisions on this package are guided by considering a terminal UI similar to logs. It should display pertinent information, though in a more permanent way than logs, but should not delay or interfere with the actual purpose or logic of the application.
-
ClassesClassDescriptionTask to handle data for panels in a generic way.Terminal UI panel.Terminal UI root panel that contains all other panels.Convenience task to set up a terminal UI.