Packages

o

de.sciss.mellite

Mellite

object Mellite extends SwingApplicationImpl[Document] with Application with Init

Linear Supertypes
Init, Application, SwingApplicationImpl[Application.Document], SwingApplication[Application.Document], ApplicationImpl[Application.Document], desktop.Application[Application.Document], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mellite
  2. Init
  3. Application
  4. SwingApplicationImpl
  5. SwingApplication
  6. ApplicationImpl
  7. Application
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Document = Universe[_]
    Definition Classes
    Application
  2. type DocumentHandler = desktop.DocumentHandler[Application.Document]
    Definition Classes
    Application

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
    ApplicationImpl → Application
  5. implicit final def application: SwingApplication[Application.Document]
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  6. def applyAudioPreferences(serverCfg: ConfigBuilder, clientCfg: ConfigBuilder, useDevice: Boolean, pickPort: Boolean): Unit
  7. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def auralSystem: AuralSystem
  10. def cacheDir: File
    Definition Classes
    Init
  11. def clearLog(): Unit
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. implicit def compiler: Compiler
  14. def config: Config
  15. 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
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getComponent[A](key: String): Option[A]
    Definition Classes
    ApplicationImpl → Application
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def homepage: String
  23. def init(): Unit
    Attributes
    protected
    Definition Classes
    Mellite → SwingApplicationImpl
  24. def initTypes(): Unit
    Definition Classes
    Init
  25. lazy val isDarkSkin: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def license: String
  28. def logToFront(): Unit
  29. def main(args: Array[String]): Unit
    Definition Classes
    Mellite → SwingApplicationImpl
  30. def menuFactory: Root
    Attributes
    protected
    Definition Classes
    Mellite → SwingApplicationImpl
  31. def mkUniverse[S <: Sys[S]](implicit w: Workspace[S]): Universe[S]
  32. val name: String
    Definition Classes
    SwingApplicationImpl → Application
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. lazy val objectFilter: (String) ⇒ Boolean

    All objects included

    All objects included

    Definition Classes
    MelliteApplication
  37. def quit(): Unit
    Definition Classes
    SwingApplicationImpl → Application
  38. def removeComponent(key: String): Unit
    Definition Classes
    ApplicationImpl → Application
  39. implicit def sensorSystem: SensorSystem
  40. 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

  41. def startSensorSystem(): Unit
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def systemPrefs: Preferences
    Definition Classes
    ApplicationImpl → Application
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. lazy val topLevelObjects: Seq[String]

    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
  46. final def userPrefs: Preferences
    Definition Classes
    ApplicationImpl → Application
  47. def version: String
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. lazy val windowHandler: WindowHandler
    Definition Classes
    Mellite → SwingApplicationImpl → SwingApplication
  52. def withUniverse[A](u: Universe[_])(fun: (Universe[S] forSome {type S <: Sys[S]}) ⇒ A): A

    Utility method that helps avoid type-casts in other places.

  53. def withWorkspace[A](w: Workspace[_])(fun: (Workspace[S] forSome {type S <: Sys[S]}) ⇒ A): A

    Utility method that helps avoid type-casts in other places.

Inherited from Init

Inherited from Application

Inherited from SwingApplicationImpl[Application.Document]

Inherited from SwingApplication[Application.Document]

Inherited from ApplicationImpl[Application.Document]

Inherited from desktop.Application[Application.Document]

Inherited from AnyRef

Inherited from Any

Ungrouped