scala.swing

Reactions

object Reactions extends AnyRef

Source
Reactions.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Reactions
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class Impl extends Reactions

  2. type Reaction = PartialFunction[Event, Unit]

  3. trait StronglyReferenced extends AnyRef

    A Reaction implementing this trait is strongly referenced in the reaction list

  4. class Wrapper extends PartialFunction[Event, Unit] with StronglyReferenced with Proxy