summaryrefslogtreecommitdiff
path: root/doc/helm-source-ffiles.plantuml
blob: 86124a683efd8cd5c012d527ed1bcc29f25c5e48 (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
34
35
36
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-source-ffiles'**\n\n
"helm-source-sync" <|-- "helm-source-ffiles"
class "helm-source-sync"
"helm-source" <|-- "helm-source-sync"
class "helm-source"
class "helm-source-ffiles" {
	__ some interesting slots __
	init
	action
	action-transformer
	after-init-hook
	before-init-hook
	candidate-number-limit
	candidates
	cleanup
	filtered-candidate-transformer
	group
	header-name
	help-message
	keymap
	match-on-real
	migemo
	mode-line
	nohighlight
	persistent-action-if
	persistent-help
	update
	volatile
}
note right of "helm-source-ffiles"
	**helm-source-ffiles**
end note
@enduml