Object

de.sciss.mellite

Mellite

Related Doc: package mellite

Permalink

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[_]

    Permalink
    Definition Classes
    Application
  2. type DocumentHandler = desktop.DocumentHandler[Application.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[Application.Document]

    Permalink
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  6. def applyAudioPreferences(serverCfg: ConfigBuilder, clientCfg: ConfigBuilder, useDevice: Boolean, pickPort: Boolean): Unit

    Permalink
  7. final def args: Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. implicit def auralSystem: AuralSystem

    Permalink
  10. def cacheDir: File

    Permalink
    Definition Classes
    Init
  11. def clearLog(): Unit

    Permalink
  12. def clone(): AnyRef

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

    Permalink
  14. def config: Config

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

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

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

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

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

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

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

    Permalink
  23. def init(): Unit

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

    Permalink
    Definition Classes
    Init
  25. lazy val isDarkSkin: Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def license: String

    Permalink
  28. def logToFront(): Unit

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

    Permalink
    Definition Classes
    Mellite → SwingApplicationImpl
  30. def menuFactory: Root

    Permalink
    Attributes
    protected
    Definition Classes
    Mellite → SwingApplicationImpl
  31. def mkUniverse[S <: Sys[S]](implicit w: Workspace[S]): Universe[S]

    Permalink
  32. val name: String

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

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

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

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

    Permalink

    All objects included

    All objects included

    Definition Classes
    MelliteApplication
  37. def quit(): Unit

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

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

    Permalink
  40. 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

  41. def startSensorSystem(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  43. final def systemPrefs: Preferences

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. 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
  46. final def userPrefs: Preferences

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

    Permalink
  48. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Mellite → SwingApplicationImpl → SwingApplication
  52. def withUniverse[A](u: Universe[_])(fun: (Universe[S] forSome {type S <: Sys[S]}) ⇒ A): A

    Permalink

    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

    Permalink

    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