object Window

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Window
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Activated (source: Window) extends Event with Product with Serializable
  2. sealed trait CloseOperation extends AnyRef
  3. final case class Closed (source: Window) extends Event with Product with Serializable
  4. final case class Closing (source: Window) extends Event with Product with Serializable
  5. final case class Deactivated (source: Window) extends Event with Product with Serializable
  6. final case class Deiconified (source: Window) extends Event with Product with Serializable
  7. sealed trait Event extends scala.swing.event.Event
  8. final case class Iconified (source: Window) extends Event with Product with Serializable
  9. final case class Opened (source: Window) extends Event with Product with Serializable
  10. sealed trait Style extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def availableSpace: Rectangle
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def find(component: UIElement): Option[Window]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def menuShortcut: Int
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. def showDialog[A](source: DialogSource[A]): A
  19. def showDialog[A](parent: UIElement, source: DialogSource[A]): A
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. object Actions
  26. object Auxiliary extends Style with Product with Serializable

    Supplementary window which for example might not need menu bar.

  27. object CloseDispose extends CloseOperation with Product with Serializable
  28. object CloseExit extends CloseOperation with Product with Serializable
  29. object CloseHide extends CloseOperation with Product with Serializable
  30. object CloseIgnore extends CloseOperation with Product with Serializable
  31. object CloseOperation
  32. object Event
  33. object Palette extends Style with Product with Serializable

    Supplementary window which is a (possibly floating) palette.

  34. object Regular extends Style with Product with Serializable

    Regular full-fledged window.

Inherited from AnyRef

Inherited from Any

Ungrouped