scala.swing

ButtonGroup

class ButtonGroup extends AnyRef

A button mutex. At most one of its associated buttons is selected at a time.

Inherits

  1. AnyRef
  2. Any

Value Members

  1. val buttons: Set[AbstractButton]

  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. val peer: ButtonGroup

  5. def select(b: AbstractButton): Unit

  6. def selected: Option[AbstractButton]

  7. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new ButtonGroup(initialButtons: AbstractButton*)

  2. new ButtonGroup()