Package-level declarations

Types

Link copied to clipboard
open class FileTreeItem(text: String, val file: File) : TreeItem
Link copied to clipboard
abstract class TreeBehaviour(title: String, contexts: Context) : Behaviour
Link copied to clipboard
open class TreeItem(text: String, val contexts: List<Context>)