featureful
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
featureful
featureful
/
uk.co.nickthecoder.featureful.behaviour.tree
Package-level
declarations
Types
Types
File
Tree
Item
Link copied to clipboard
open
class
FileTreeItem
(
text
:
String
,
val
file
:
File
)
:
TreeItem
Tree
Behaviour
Link copied to clipboard
abstract
class
TreeBehaviour
(
title
:
String
,
contexts
:
Context
)
:
Behaviour
Tree
Item
Link copied to clipboard
open
class
TreeItem
(
text
:
String
,
val
contexts
:
List
<
Context
>
)