package mellite
- Alphabetic
- By Inheritance
- mellite
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait Application extends SwingApplication[Document]
- type Cf = Confluent
- final case class Config(open: List[File] = Nil, autoRun: List[String] = Nil, logFrame: Boolean = true) extends Product with Serializable
-
trait
DependentMayVeto[-Tx] extends Disposable[Tx]
A dependent that should be consulted first before calling
dispose. -
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). - trait Init extends AnyRef
- trait WorkspaceCache[A] extends Disposable[TxnLike]
Value Members
-
def
???!: Nothing
Exception are sometimes swallowed without printing in a transaction.
Exception are sometimes swallowed without printing in a transaction. This ensures a print.
- implicit val executionContext: ExecutionContext
- var showLog: Boolean
- var showTimelineLog: Boolean
-
object
Application extends SwingApplicationProxy[Universe[_], Application]
A proxy for a swing application.
-
object
BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object DocumentHandler
- object InterpreterContext
- object Mellite extends SwingApplicationImpl[Document] with Application with Init
- object ObjectActions
- object Prefs
- object ProcActions
- object WorkspaceCache