MenuBranch

ostrat.pgui.MenuBranch
See theMenuBranch companion object
class MenuBranch(text: String, val nodes: Seq[MenuNode]) extends MenuSub

Attributes

Companion
object
Graph
Supertypes
class MenuSub
class MenuNode
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addNode(operand: MenuNode): MenuBranch
def addNodes(operands: MenuNode*): MenuBranch

Inherited methods

def +(other: MenuNode): MenuSeq

Attributes

Inherited from:
MenuNode
def fold[T](fLeaf: MenuLeaf => T, fBranch: MenuBranch => T, fDynamic: MenuBranchDynamic => T): T

Attributes

Inherited from:
MenuNode
def ifPlus(b: Boolean, other: MenuNode): MenuSeq

Attributes

Inherited from:
MenuNode
def subFold[T](fBranch: MenuBranch => T, fDynamic: MenuBranchDynamic => T): T

Attributes

Inherited from:
MenuSub

Attributes

Inherited from:
MenuNode

Concrete fields