classcamFantomPlugin::FantomSpace

sys::Obj
  camembert::BaseSpace
    camFantomPlugin::FantomSpace

Fantom pod space

curPod

Source

PodInfo? curPod()

curType

Source

TypeInfo? curType()

findGotoMatches

Source

virtual override Item[] findGotoMatches(Str text)

goto

Source

virtual override Void goto(FileItem? item)

Go to the given item. (in Editor & Nav)

icon

Source

virtual override Image icon()

index

Source

FantomIndex index

isGroup

Source

Bool isGroup

Whether this is a pod or a pod group

loadSession

Source

static Space loadSession(Frame frame, Str:Str props)

make

Source

new make(Frame frame, File dir, File? file := null)

match

Source

virtual override Int match(FileItem item)

Source

virtual override Nav? nav

plugin

Source

virtual override Str? plugin := FantomPlugin#.pod().name

Type of Plugin responsible for this space

podName

Source

Str podName

saveSession

Source

virtual override Str:Str saveSession()

slots

Source

Widget? slots

view

Source

virtual override View? view