de.sciss.mellite

Mellite

object Mellite extends SwingApplicationImpl with Application with Init

Linear Supertypes
Init, Application, SwingApplicationImpl, App, DelayedInit, SwingApplication, ApplicationImpl, desktop.Application, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mellite
  2. Init
  3. Application
  4. SwingApplicationImpl
  5. App
  6. DelayedInit
  7. SwingApplication
  8. ApplicationImpl
  9. Application
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Document = Workspace[_ <: Sys[_]]

    Definition Classes
    Application → Application
  2. type DocumentHandler = desktop.DocumentHandler { type Document = de.sciss.mellite.Mellite.Document }

    Definition Classes
    Application

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. def addComponent(key: String, component: Any): Unit

    Definition Classes
    ApplicationImpl → Application
  7. implicit final def application: SwingApplication { type Document = de.sciss.mellite.Mellite.Document }

    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  8. def applyAudioPrefs(config: ConfigBuilder, useDevice: Boolean, pickPort: Boolean): Unit

  9. def args: Array[String]

    Attributes
    protected
    Definition Classes
    App
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. implicit def auralSystem: AuralSystem

  12. def clearLog(): Unit

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. implicit def compiler: Compiler

  15. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    App → DelayedInit
  16. lazy val documentHandler: DocumentHandler

    We are bridging between the transactional and non-EDT mellite.DocumentHandler and the GUI-based de.sciss.desktop.DocumentHandler.

    We are bridging between the transactional and non-EDT mellite.DocumentHandler and the GUI-based de.sciss.desktop.DocumentHandler. This is a bit ugly. In theory it should be fine to call into either, as this bridge is backed up by the peer mellite.DocumentHandler.instance.

    Definition Classes
    Mellite → SwingApplicationImpl → Application
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. val executionStart: Long

    Definition Classes
    App
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getComponent[A](key: String): Option[A]

    Definition Classes
    ApplicationImpl → Application
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def homepage: String

  25. def init(): Unit

    Attributes
    protected
    Definition Classes
    Mellite → SwingApplicationImpl
  26. def initTypes(): Unit

    Definition Classes
    Init
  27. lazy val isDarkSkin: Boolean

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def license: String

  30. def logToFront(): Unit

  31. def main(args: Array[String]): Unit

    Definition Classes
    App
  32. def menuFactory: Root

    Attributes
    protected
    Definition Classes
    Mellite → SwingApplicationImpl
  33. val name: String

    Definition Classes
    SwingApplicationImpl → Application
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. lazy val objectFilter: (String) ⇒ Boolean

    All objects included

    All objects included

    Definition Classes
    MelliteApplication
  38. def quit(): Unit

    Definition Classes
    SwingApplicationImpl → Application
  39. def removeComponent(key: String): Unit

    Definition Classes
    ApplicationImpl → Application
  40. implicit def sensorSystem: SensorSystem

  41. def startAuralSystem(): Boolean

    Tries to start the aural system by booting SuperCollider.

    Tries to start the aural system by booting SuperCollider. This reads the relevant preferences entries such as path, audio device, number of output channels, etc. Transport is hard-coded to TCP at the moment, and port is randomly picked.

    If the program path does not denote an existing file, an error dialog is shown, and the method simply returns false.

    Note: This method must run on the EDT.

    returns

    true if the attempt to boot was made, false if the program was not found

  42. def startSensorSystem(): Unit

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

    Definition Classes
    AnyRef
  44. final def systemPrefs: Preferences

    Definition Classes
    ApplicationImpl → Application
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. lazy val topLevelObjects: Seq[String]

    Definition Classes
    MelliteApplication
  47. final def userPrefs: Preferences

    Definition Classes
    ApplicationImpl → Application
  48. def version: String

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. lazy val windowHandler: WindowHandler

    Definition Classes
    Mellite → SwingApplicationImpl → SwingApplication

Inherited from Init

Inherited from Application

Inherited from SwingApplicationImpl

Inherited from App

Inherited from DelayedInit

Inherited from SwingApplication

Inherited from ApplicationImpl

Inherited from desktop.Application

Inherited from AnyRef

Inherited from Any

Ungrouped