Class

de.sciss.mellite.gui.impl.document

DocumentHandlerImpl

Related Doc: package document

Permalink

class DocumentHandlerImpl extends desktop.DocumentHandler with ModelImpl[Update[Mellite.Document]]

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.

Linear Supertypes
ModelImpl[Update[Mellite.Document]], Model[Update[Mellite.Document]], desktop.DocumentHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DocumentHandlerImpl
  2. ModelImpl
  3. Model
  4. DocumentHandler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocumentHandlerImpl()

    Permalink

Type Members

  1. type Document = Workspace[_ <: Sys[_]]

    Permalink
    Definition Classes
    DocumentHandlerImpl → DocumentHandler

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 activeDocument: Option[Document]

    Permalink
    Definition Classes
    DocumentHandlerImpl → DocumentHandler
  5. def activeDocument_=(value: Option[Document]): Unit

    Permalink
    Definition Classes
    DocumentHandlerImpl → DocumentHandler
  6. def addDocument(doc: Document): Unit

    Permalink
    Definition Classes
    DocumentHandlerImpl → DocumentHandler
  7. def addListener(pf: Listener[Update[Mellite.Document]]): pf.type

    Permalink
    Definition Classes
    ModelImpl → Model
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def dispatch(update: Update[Mellite.Document]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  11. def documents: Iterator[Document]

    Permalink
    Definition Classes
    DocumentHandlerImpl → DocumentHandler
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def releaseListeners(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  22. def removeDocument(doc: Document): Unit

    Permalink
    Definition Classes
    DocumentHandlerImpl → DocumentHandler
  23. def removeListener(pf: Listener[Update[Mellite.Document]]): Unit

    Permalink
    Definition Classes
    ModelImpl → Model
  24. def startListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  25. def stopListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ModelImpl[Update[Mellite.Document]]

Inherited from Model[Update[Mellite.Document]]

Inherited from desktop.DocumentHandler

Inherited from AnyRef

Inherited from Any

Ungrouped