MCPcopy Create free account
hub / github.com/ECSTeam/cloudfoundry-top-plugin / UpdatableView

Interface UpdatableView

ui/masterUIInterface/masterUIInterface.go:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type UpdatableView interface {
50 Layout(*gocui.Gui) error
51 Name() string
52 UpdateDisplay(g *gocui.Gui) error
53 RefreshDisplay(g *gocui.Gui) error
54}

Callers 14

openViewFunction · 0.65
SetCurrentViewOnTopMethod · 0.65
OpenViewMethod · 0.65
createAndOpenViewMethod · 0.95
CloseViewMethod · 0.65
SetCurrentViewOnTopMethod · 0.65
OpenViewMethod · 0.65
refreshDisplayMethod · 0.65
refreshDisplayMethod · 0.65
refreshDisplayMethod · 0.65
updateDisplayMethod · 0.65

Implementers 4

DataListViewui/uiCommon/views/dataView/dataListVie
AppInfoWidgetui/views/appViews/appDetailView/appInf
AppCrashItemWidgetui/views/appViews/appCrashView/appCras
TopViewui/views/aboutView/aboutView.go

Calls

no outgoing calls

Tested by

no test coverage detected