Object/Trait

de.sciss.desktop

Window

Related Docs: trait Window | package desktop

Permalink

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

    Permalink
  2. sealed trait CloseOperation extends AnyRef

    Permalink
  3. final case class Closed(source: Window) extends Event with Product with Serializable

    Permalink
  4. final case class Closing(source: Window) extends Event with Product with Serializable

    Permalink
  5. final case class Deactivated(source: Window) extends Event with Product with Serializable

    Permalink
  6. final case class Deiconified(source: Window) extends Event with Product with Serializable

    Permalink
  7. sealed trait Event extends scala.swing.event.Event

    Permalink
  8. final case class Iconified(source: Window) extends Event with Product with Serializable

    Permalink
  9. final case class Opened(source: Window) extends Event with Product with Serializable

    Permalink
  10. sealed trait Style extends AnyRef

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Actions

    Permalink
  5. object Auxiliary extends Style with Product with Serializable

    Permalink

    Supplementary window which for example might not need menu bar.

  6. object CloseDispose extends CloseOperation with Product with Serializable

    Permalink
  7. object CloseExit extends CloseOperation with Product with Serializable

    Permalink
  8. object CloseHide extends CloseOperation with Product with Serializable

    Permalink
  9. object CloseIgnore extends CloseOperation with Product with Serializable

    Permalink
  10. object CloseOperation

    Permalink
  11. object Event

    Permalink
  12. object Palette extends Style with Product with Serializable

    Permalink

    Supplementary window which is a (possibly floating) palette.

  13. object Regular extends Style with Product with Serializable

    Permalink

    Regular full-fledged window.

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def availableSpace: Rectangle

    Permalink
  16. def clone(): AnyRef

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

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

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

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

    Permalink
  21. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  24. def menuShortcut: Int

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped