KeyEvent

tui.view.KeyEvent
See theKeyEvent companion trait
object KeyEvent

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
KeyEvent.type

Members list

Type members

Classlikes

case class Character(char: Char) extends KeyEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
case object Delete extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object Down extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Down.type
case object Enter extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Enter.type
case object Escape extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Escape.type
case object Exit extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Exit.type
case object Left extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Left.type
case object Right extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Right.type
case object ShiftTab extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
ShiftTab.type
case object Tab extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Tab.type
case class UnSupported(bytes: Chunk[Int]) extends KeyEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
case object Up extends KeyEvent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyEvent
class Object
trait Matchable
class Any
Show all
Self type
Up.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror