summaryrefslogtreecommitdiff
path: root/doc/helm-source-buffers.plantuml
blob: 4d27206ae6fe05ef8ce28414a8d86d15b8672772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-source-buffers'**\n\n
"helm-source-sync" <|-- "helm-source-buffers"
"helm-type-buffer" <|-- "helm-source-buffers"
class "helm-source-sync"
"helm-source" <|-- "helm-source-sync"
class "helm-source"
class "helm-type-buffer"
"helm-source" <|-- "helm-type-buffer"
class "helm-source"
class "helm-source-buffers" {
	__ some interesting slots __
	init
	buffer-list
	candidates
	help-message
	keymap
	match
	match-dynamic
	match-strict
	migemo
	multimatch
	nohighlight
	persistent-action
	resume
	volatile
}
note right of "helm-source-buffers"
	**helm-source-buffers**
end note
@enduml