de.sciss.desktop

Window

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
Learn more about member selection
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: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Any
  6. object Actions

  7. object Auxiliary extends Style with Product with Serializable

    Supplementary window which for example might not need menu bar.

  8. object CloseDispose extends CloseOperation with Product with Serializable

  9. object CloseExit extends CloseOperation with Product with Serializable

  10. object CloseHide extends CloseOperation with Product with Serializable

  11. object CloseIgnore extends CloseOperation with Product with Serializable

  12. object CloseOperation

  13. object Event

  14. object Palette extends Style with Product with Serializable

    Supplementary window which is a (possibly floating) palette.

  15. object Regular extends Style with Product with Serializable

    Regular full-fledged window.

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def availableSpace: Rectangle

  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def find(component: UIElement): Option[Window]

  23. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def menuShortcut: Int

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def showDialog[A](source: DialogSource[A]): A

  31. def showDialog[A](parent: UIElement, source: DialogSource[A]): A

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped