Package

de.sciss

mellite

Permalink

package mellite

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mellite
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Application extends SwingApplication[Document]

    Permalink
  2. type Cf = Confluent

    Permalink
  3. final case class Config(open: List[File] = Nil, autoRun: List[String] = Nil, logFrame: Boolean = true) extends Product with Serializable

    Permalink
  4. trait DependentMayVeto[-Tx] extends Disposable[Tx]

    Permalink

    A dependent that should be consulted first before calling dispose.

  5. trait DocumentHandler extends Model[Update]

    Permalink

    Note: the model dispatches not on the EDT.

    Note: the model dispatches not on the EDT. Listeners requiring to execute code on the EDT should use a wrapper like defer (LucreSwing).

  6. trait Init extends AnyRef

    Permalink
  7. trait WorkspaceCache[A] extends Disposable[TxnLike]

    Permalink

Value Members

  1. def ???!: Nothing

    Permalink

    Exception are sometimes swallowed without printing in a transaction.

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

  2. object Application extends SwingApplicationProxy[Universe[_], Application]

    Permalink

    A proxy for a swing application.

  3. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  4. object DocumentHandler

    Permalink
  5. object InterpreterContext

    Permalink
  6. object Mellite extends SwingApplicationImpl[Document] with Application with Init

    Permalink
  7. object ObjectActions

    Permalink
  8. object Prefs

    Permalink
  9. object ProcActions

    Permalink
  10. object WorkspaceCache

    Permalink
  11. implicit val executionContext: ExecutionContext

    Permalink
  12. package gui

    Permalink
  13. package impl

    Permalink
  14. var showLog: Boolean

    Permalink
  15. var showTimelineLog: Boolean

    Permalink
  16. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped