Packages

p

de.sciss

mellite

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]
  2. type Cf = Confluent
  3. final case class Config(open: List[File] = Nil, autoRun: List[String] = Nil, logFrame: Boolean = true) extends Product with Serializable
  4. trait DependentMayVeto[-Tx] extends Disposable[Tx]

    A dependent that should be consulted first before calling dispose.

  5. trait DocumentHandler extends Model[Update]

    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
  7. trait WorkspaceCache[A] extends Disposable[TxnLike]

Value Members

  1. def ???!: Nothing

    Exception are sometimes swallowed without printing in a transaction.

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

  2. implicit val executionContext: ExecutionContext
  3. var showLog: Boolean
  4. var showTimelineLog: Boolean
  5. object Application extends SwingApplicationProxy[Universe[_], Application]

    A proxy for a swing application.

  6. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  7. object DocumentHandler
  8. object InterpreterContext
  9. object Mellite extends SwingApplicationImpl[Document] with Application with Init
  10. object ObjectActions
  11. object Prefs
  12. object ProcActions
  13. object WorkspaceCache

Inherited from AnyRef

Inherited from Any

Ungrouped