scala.swing.RadioButton

keys

object keys extends Publisher

definition classes: Component

Inherits

  1. Publisher
  2. Reactor
  3. AnyRef
  4. Any

Value Members

  1. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them

  5. def publish(e: Event): Unit

    Notify all registered reactions

  6. val reactions: Reactions

    All reactions of this reactor

  7. def toString(): String

    Returns a string representation of the object