scala.swing

Reactions

object Reactions extends AnyRef

go to: companion
linear super types: AnyRef, Any
source: Reactions.scala
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Reactions
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

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