masterUIInterface

package
v0.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LayoutManagerInterface

type LayoutManagerInterface interface {
	Contains(Manager) bool
	ContainsViewName(viewName string) bool
	Add(Manager)
	AddToBack(Manager)
	Remove(Manager) Manager
	Top() Manager
	GetManagerByViewName(viewName string) Manager
	RemoveByName(managerViewNameToRemove string) Manager
}

type Manager

type Manager interface {
	Layout(*gocui.Gui) error
	Name() string
}

type MasterUIInterface

type MasterUIInterface interface {
	SetCurrentViewOnTop(*gocui.Gui) error
	GetCurrentView(g *gocui.Gui) *gocui.View
	CloseView(Manager) error
	CloseViewByName(viewName string) error
	LayoutManager() LayoutManagerInterface
	OpenView(g *gocui.Gui, dataView UpdatableView) error
	IsWarmupComplete() bool
	SetHelpTextTips(g *gocui.Gui, helpTextTips string) error
	AddCommonDataViewKeybindings(g *gocui.Gui, viewName string) error
	GetHeaderSize() int
	SetStatsSummarySize(statSummarySize int)
	SetMinimizeHeader(g *gocui.Gui, minimizeHeader bool)
}

type UpdatableView

type UpdatableView interface {
	Layout(*gocui.Gui) error
	Name() string
	UpdateDisplay(g *gocui.Gui) error
	RefreshDisplay(g *gocui.Gui) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL