Class

de.sciss.desktop.impl

DocumentHandlerImpl

Related Doc: package impl

Permalink

class DocumentHandlerImpl[A] extends DocumentHandler[A] with ModelImpl[Update[A]]

Linear Supertypes
ModelImpl[Update[A]], Model[Update[A]], DocumentHandler[A], 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. final type Document = A

    Permalink

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
    DocumentHandlerImplDocumentHandler
  5. def activeDocument_=(value: Option[Document]): Unit

    Permalink
    Definition Classes
    DocumentHandlerImplDocumentHandler
  6. def addDocument(document: Document): Unit

    Permalink

    Adds a new document to the list of handled documents.

    Adds a new document to the list of handled documents. If there is currently no active document, this call will also implicitly make the document the active one.

    Definition Classes
    DocumentHandlerImplDocumentHandler
  7. def addListener(pf: Listener[Update[A]]): 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[A]): Unit

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

    Permalink
    Definition Classes
    DocumentHandlerImplDocumentHandler
  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(document: Document): Unit

    Permalink
    Definition Classes
    DocumentHandlerImplDocumentHandler
  23. def removeListener(pf: Listener[Update[A]]): 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
    DocumentHandlerImpl → 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[A]]

Inherited from Model[Update[A]]

Inherited from DocumentHandler[A]

Inherited from AnyRef

Inherited from Any

Ungrouped