Documentation
¶
Index ¶
- type PluginViewAdapter
- func (p *PluginViewAdapter) Hints() []string
- func (p *PluginViewAdapter) Init(ctx context.Context) error
- func (p *PluginViewAdapter) Name() string
- func (p *PluginViewAdapter) OnFocus() error
- func (p *PluginViewAdapter) OnKey(event *tcell.EventKey) *tcell.EventKey
- func (p *PluginViewAdapter) OnLoseFocus() error
- func (p *PluginViewAdapter) Refresh() error
- func (p *PluginViewAdapter) Render() tview.Primitive
- func (p *PluginViewAdapter) Stop() error
- func (p *PluginViewAdapter) Title() string
- type S9s
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginViewAdapter ¶
type PluginViewAdapter struct {
// contains filtered or unexported fields
}
PluginViewAdapter adapts a plugin view to the s9s view interface
func (*PluginViewAdapter) Hints ¶
func (p *PluginViewAdapter) Hints() []string
func (*PluginViewAdapter) Name ¶
func (p *PluginViewAdapter) Name() string
func (*PluginViewAdapter) OnFocus ¶
func (p *PluginViewAdapter) OnFocus() error
func (*PluginViewAdapter) OnKey ¶
func (p *PluginViewAdapter) OnKey(event *tcell.EventKey) *tcell.EventKey
func (*PluginViewAdapter) OnLoseFocus ¶
func (p *PluginViewAdapter) OnLoseFocus() error
func (*PluginViewAdapter) Refresh ¶
func (p *PluginViewAdapter) Refresh() error
func (*PluginViewAdapter) Render ¶
func (p *PluginViewAdapter) Render() tview.Primitive
func (*PluginViewAdapter) Stop ¶
func (p *PluginViewAdapter) Stop() error
func (*PluginViewAdapter) Title ¶
func (p *PluginViewAdapter) Title() string
Click to show internal directories.
Click to hide internal directories.