Packages

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. Protected

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 ???!: Nothing

    Exception are sometimes swallowed without printing in a transaction.

    Exception are sometimes swallowed without printing in a transaction. This ensures a print.

  5. def addComponent(key: String, component: Any): Unit
    Definition Classes
    ApplicationImpl → Application
  6. implicit final def application: SwingApplication[Application.Document]
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  7. def applyAudioPreferences(serverCfg: ConfigBuilder, clientCfg: ConfigBuilder, useDevice: Boolean, pickPort: Boolean): Unit
    Definition Classes
    MelliteApplication
  8. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. implicit def auralSystem: AuralSystem
    Definition Classes
    MelliteApplication
  11. def builtAt: String
  12. def cacheDir: File
    Definition Classes
    Init
  13. def clearLog(): Unit
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. implicit def compiler: Compiler
    Definition Classes
    MelliteApplication
  16. def config: Config
  17. def connectAuralSystem(serverSocket: InetSocketAddress, clientSocket: Option[InetSocketAddress] = None): Unit

    Tries to start the aural system by connecting to a remote SuperCollider.

    Tries to start the aural system by connecting to a remote SuperCollider. This reads the relevant preferences entries such as number of output channels, etc. Transport is hard-coded to TCP at the moment.

    Note: This method must run on the EDT.

  18. 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
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. implicit val executionContext: ExecutionContext

    An execution context for UI actions.

    An execution context for UI actions. This is ExecutionContext.global and _not_ the perhaps single-threaded context provided by Executor.executionContext, which may cause problems when used in blocking operations such as Await.

  22. def fullName: String
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getComponent[A](key: String): Option[A]
    Definition Classes
    ApplicationImpl → Application
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def homepage: String
  27. 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
    Definition Classes
    Mellite → SwingApplicationImpl
  28. def initTypes(): Unit
    Definition Classes
    Init
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def issueTracker: String
  31. def license: String
  32. def logToFront(): Unit
  33. def main(args: Array[String]): Unit
    Definition Classes
    Mellite → SwingApplicationImpl
  34. def menuFactory: Root
    Attributes
    protected
    Definition Classes
    Mellite → SwingApplicationImpl
  35. def meta: MetaData
  36. def mkUniverse[T <: Txn[T]](implicit w: Workspace[T]): Universe[T]
  37. val name: String
    Definition Classes
    SwingApplicationImpl → Application
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. lazy val objectFilter: (String) => Boolean

    All objects included

    All objects included

    Definition Classes
    MelliteApplication
  42. def quit(): Unit
    Definition Classes
    SwingApplicationImpl → Application
  43. def removeComponent(key: String): Unit
    Definition Classes
    ApplicationImpl → Application
  44. def scalaVersion: String
  45. implicit def sensorSystem: SensorSystem
  46. 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

  47. def startSensorSystem(): Unit
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. final def systemPrefs: Preferences
    Definition Classes
    ApplicationImpl → Application
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. 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
  52. def tryRestart(): Unit
  53. final def userPrefs: Preferences
    Definition Classes
    ApplicationImpl → Application
  54. def version: String
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. lazy val windowHandler: WindowHandler
    Definition Classes
    Mellite → SwingApplicationImpl → SwingApplication
  59. def withUniverse[A](u: Universe[_])(fun: (Universe[T] forSome {type T <: Txn[T]}) => A): A

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

  60. def withWorkspace[A](w: Workspace[_])(fun: (Workspace[T] forSome {type T <: Txn[T]}) => A): A

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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