MenuItem

object MenuItem
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class DispatchAction(text: String, action: String, metadata: Option[String], terminal: Boolean, refresh: Boolean, attributes: Set[Attribute]) extends MenuItem
case class Link(text: String, url: String, attributes: Set[Attribute]) extends MenuItem
case class Menu(text: Text, items: Seq[MenuItem]) extends MenuItem
case class ShellCommand(text: String, executable: String, params: Seq[String], terminal: Boolean, refresh: Boolean, attributes: Set[Attribute]) extends MenuItem
case class Text(text: String, attributes: Set[Attribute]) extends MenuItem

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror