Object

de.sciss.mellite

Mellite

Related Doc: package mellite

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
    Definition Classes
    Application

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

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

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

    Permalink
  7. def args: Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. implicit def auralSystem: AuralSystem

    Permalink
  10. def clearLog(): Unit

    Permalink
  11. def clone(): AnyRef

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

    Permalink
  13. lazy val documentHandler: DocumentHandler

    Permalink

    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
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val executionStart: Long

    Permalink
    Definition Classes
    App
  17. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def homepage: String

    Permalink
  22. def init(): Unit

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

    Permalink
    Definition Classes
    Init
  24. lazy val isDarkSkin: Boolean

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def license: String

    Permalink
  27. def logToFront(): Unit

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

    Permalink
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  29. def menuFactory: Root

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

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

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

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

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

    Permalink

    All objects included

    All objects included

    Definition Classes
    MelliteApplication
  35. def quit(): Unit

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

    Permalink
    Definition Classes
    ApplicationImpl → Application
  37. implicit def sensorSystem: SensorSystem

    Permalink
  38. def startAuralSystem(): Boolean

    Permalink

    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

  39. def startSensorSystem(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. final def systemPrefs: Preferences

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

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

    Permalink

    A list of object view factories to appear in the top level menu of the GUI.

    A list of object view factories to appear in the top level menu of the GUI.

    The string indicates the prefix of the type (e.g. "Proc" or "Folder").

    Definition Classes
    MelliteApplication
  44. final def userPrefs: Preferences

    Permalink
    Definition Classes
    ApplicationImpl → Application
  45. def version: String

    Permalink
  46. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Mellite → SwingApplicationImpl → SwingApplication

Deprecated Value Members

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

    Permalink
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) The delayedInit mechanism will disappear.

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