Uses of Record Class
com.guinetik.hexafun.examples.sysmon.SysmonState
Packages that use SysmonState
-
Uses of SysmonState in com.guinetik.hexafun.examples.sysmon
Methods in com.guinetik.hexafun.examples.sysmon that return SysmonStateModifier and TypeMethodDescriptionstatic SysmonStateCreate initial state with default values.SysmonState.refresh()Refresh state, re-detecting terminal width.SysmonState.stop()Signal that the TUI should stop.SysmonState.withFormat(SysmonFormat f) Transition to a new output format.SysmonState.withStatus(String msg, String color) Set a status message.Methods in com.guinetik.hexafun.examples.sysmon that return types with arguments of type SysmonStateModifier and TypeMethodDescriptionstatic View<SysmonState>SysmonView.clear()Clear screen and reset cursor.static View<SysmonState>SysmonView.header()Render the header box - responsive to terminal width.static View<SysmonState>SysmonView.menu()Render the format selection menu.static View<SysmonState>SysmonView.metrics()Render the metrics output based on selected format - responsive.static View<SysmonState>SysmonView.prompt()Render input prompt.static View<SysmonState>SysmonView.screen()Compose the full screen view.static View<SysmonState>SysmonView.status()Render status message.