scala.swing.Reactions

Impl

class Impl extends Reactions

Linear Supertypes
Reactions, PartialFunction[Event, Unit], (Event) ⇒ Unit, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Impl
  2. Reactions
  3. PartialFunction
  4. Function1
  5. AnyRef
  6. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Impl()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Impl to StringAdd[Impl] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def +=(r: Reaction): Impl.this.type

    Add a reaction.

    Add a reaction.

    Definition Classes
    ImplReactions
  6. def -=(r: Reaction): Impl.this.type

    Remove the given reaction.

    Remove the given reaction.

    Definition Classes
    ImplReactions
  7. def ->[B](y: B): (Impl, B)

    Implicit information
    This member is added by an implicit conversion from Impl to ArrowAssoc[Impl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def andThen[C](k: (Unit) ⇒ C): PartialFunction[Event, C]

    Definition Classes
    PartialFunction → Function1
  11. def apply(e: Event): Unit

    Definition Classes
    Impl → Function1
  12. def applyOrElse[A1 <: Event, B1 >: Unit](x: A1, default: (A1) ⇒ B1): B1

    Definition Classes
    PartialFunction
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def compose[A](g: (A) ⇒ Event): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. def ensuring(cond: (Impl) ⇒ Boolean, msg: ⇒ Any): Impl

    Implicit information
    This member is added by an implicit conversion from Impl to Ensuring[Impl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (Impl) ⇒ Boolean): Impl

    Implicit information
    This member is added by an implicit conversion from Impl to Ensuring[Impl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): Impl

    Implicit information
    This member is added by an implicit conversion from Impl to Ensuring[Impl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): Impl

    Implicit information
    This member is added by an implicit conversion from Impl to Ensuring[Impl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Impl to StringFormat[Impl] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def isDefinedAt(e: Event): Boolean

    Definition Classes
    Impl → PartialFunction
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def lift: (Event) ⇒ Option[Unit]

    Definition Classes
    PartialFunction
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def orElse[A1 <: Event, B1 >: Unit](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  33. def runWith[U](action: (Unit) ⇒ U): (Event) ⇒ Boolean

    Definition Classes
    PartialFunction
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def [B](y: B): (Impl, B)

    Implicit information
    This member is added by an implicit conversion from Impl to ArrowAssoc[Impl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Reactions

Inherited from PartialFunction[Event, Unit]

Inherited from (Event) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Impl to StringAdd[Impl]

Inherited by implicit conversion StringFormat from Impl to StringFormat[Impl]

Inherited by implicit conversion Ensuring from Impl to Ensuring[Impl]

Inherited by implicit conversion ArrowAssoc from Impl to ArrowAssoc[Impl]

Ungrouped