Uses of Interface
com.guinetik.hexafun.examples.tui.View
Packages that use View
Package
Description
-
Uses of View in com.guinetik.hexafun.examples.sysmon
Methods in com.guinetik.hexafun.examples.sysmon that return ViewModifier 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. -
Uses of View in com.guinetik.hexafun.examples.tasks.tui
Methods in com.guinetik.hexafun.examples.tasks.tui that return ViewModifier and TypeMethodDescriptionstatic View<TasksTUI.State>TasksTUI.Views.clear()static View<TasksTUI.State>TasksTUI.Views.header()static View<TasksTUI.State>TasksTUI.Views.kanban()static View<TasksTUI.State>TasksTUI.Views.menu()static View<TasksTUI.State>TasksTUI.Views.prompt()static View<TasksTUI.State>TasksTUI.Views.screen()The complete screen - composed from all viewsstatic View<TasksTUI.State>TasksTUI.Views.stats()static View<TasksTUI.State>TasksTUI.Views.status()static View<TasksTUI.State>TasksTUI.Views.tasks() -
Uses of View in com.guinetik.hexafun.examples.tui
Methods in com.guinetik.hexafun.examples.tui that return ViewModifier and TypeMethodDescriptionCompose this view with another, concatenating their outputs.Compose with a separator between views.static <S> View<S>Combine multiple views into one.static <S> View<S>View.empty()Empty view - renders nothing.static <S> View<S>Create a view from a function.static <S> View<S>View.newline()Newline view - renders a blank line.static <S> View<S>Literal view - always renders the same string.static <S> View<S>Conditional view with empty fallback.static <S> View<S>Conditional view - renders one of two views based on predicate.Methods in com.guinetik.hexafun.examples.tui with parameters of type ViewModifier and TypeMethodDescriptionCompose this view with another, concatenating their outputs.Compose with a separator between views.static <S> View<S>Combine multiple views into one.static <S> View<S>Conditional view with empty fallback.static <S> View<S>Conditional view - renders one of two views based on predicate.