Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnImpl ¶
func (ColumnImpl[D]) Color ¶
func (c ColumnImpl[D]) Color(d D) tcell.Color
func (ColumnImpl[D]) Data ¶
func (c ColumnImpl[D]) Data(d D) string
func (ColumnImpl[D]) Name ¶
func (c ColumnImpl[D]) Name() string
type DataTable ¶
type DataTable[D any] struct { tview.TableContentReadOnly // contains filtered or unexported fields }
func NewDataTable ¶
func (*DataTable[D]) GetColumnCount ¶
func (*DataTable[D]) GetRowCount ¶
type SlideShow ¶
func NewSlideShow ¶
func NewSlideShow() *SlideShow
type StatsGrid ¶
type StatsGrid[D any] struct { tview.TableContentReadOnly // contains filtered or unexported fields }
func NewStatsGrid ¶
func (*StatsGrid[D]) GetColumnCount ¶
func (*StatsGrid[D]) GetRowCount ¶
Click to show internal directories.
Click to hide internal directories.