c

de.sciss.desktop.impl

SwingApplicationImpl

abstract class SwingApplicationImpl extends ApplicationImpl with SwingApplication with App

Self Type
SwingApplicationImpl
Linear Supertypes
App, DelayedInit, SwingApplication, ApplicationImpl, Application, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwingApplicationImpl
  2. App
  3. DelayedInit
  4. SwingApplication
  5. ApplicationImpl
  6. Application
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SwingApplicationImpl(name: String)

Type Members

  1. abstract type Document
    Definition Classes
    Application
  2. type DocumentHandler = desktop.DocumentHandler { type Document = SwingApplicationImpl.this.Document }
    Definition Classes
    Application

Abstract Value Members

  1. abstract def menuFactory: Root
    Attributes
    protected

Concrete 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. def addComponent(key: String, component: Any): Unit
    Definition Classes
    ApplicationImplApplication
  5. implicit final def application: SwingApplication { type Document = SwingApplicationImpl.this.Document }
    Attributes
    protected
  6. def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit lazy val documentHandler: DocumentHandler { type Document = SwingApplicationImpl.this.Document }
    Definition Classes
    SwingApplicationImplApplication
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getComponent[A](key: String): Option[A]
    Definition Classes
    ApplicationImplApplication
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. def init(): Unit

    Subclasses may override this to initialize the GUI on the event thread

    Subclasses may override this to initialize the GUI on the event thread

    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  20. val name: String
    Definition Classes
    SwingApplicationImplApplication
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. def quit(): Unit
    Definition Classes
    SwingApplicationImplApplication
  25. def removeComponent(key: String): Unit
    Definition Classes
    ApplicationImplApplication
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def systemPrefs: Preferences
    Definition Classes
    ApplicationImplApplication
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def userPrefs: Preferences
    Definition Classes
    ApplicationImplApplication
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit lazy val windowHandler: WindowHandler
    Definition Classes
    SwingApplicationImplSwingApplication

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear

Inherited from App

Inherited from DelayedInit

Inherited from SwingApplication

Inherited from ApplicationImpl

Inherited from Application

Inherited from AnyRef

Inherited from Any

Ungrouped