Class

de.sciss.mellite.gui.impl

MapViewImpl

Related Doc: package impl

Permalink

abstract class MapViewImpl[S <: Sys[S], Repr] extends MapView[S, Repr] with ComponentHolder[Component] with ModelImpl[Update[S, Repr]]

Self Type
MapViewImpl[S, Repr] with Repr
Linear Supertypes
ModelImpl[Update[S, Repr]], ComponentHolder[Component], MapView[S, Repr], Model[Update[S, Repr]], Editable[S], ViewHasWorkspace[S], Cursor[S], View[S], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapViewImpl
  2. ModelImpl
  3. ComponentHolder
  4. MapView
  5. Model
  6. Editable
  7. ViewHasWorkspace
  8. Cursor
  9. View
  10. Disposable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapViewImpl(list0: IndexedSeq[(String, ListObjView[S])])(implicit cursor: Cursor[S], workspace: Workspace[S], undoManager: UndoManager)

    Permalink

Abstract Value Members

  1. abstract def editImport(key: String, value: Obj[S], isInsert: Boolean)(implicit tx: S.Tx): Option[UndoableEdit]

    Permalink
    Attributes
    protected
  2. abstract def editRenameKey(before: String, now: String, value: Obj[S])(implicit tx: S.Tx): Option[UndoableEdit]

    Permalink
    Attributes
    protected
  3. abstract def guiInit1(scroll: ScrollPane): Unit

    Permalink
    Attributes
    protected
  4. abstract def observer: Disposable[S.Tx]

    Permalink
    Attributes
    protected

Concrete 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 addListener(pf: Listener[Update[S, Repr]]): pf.type

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

    Permalink
    Definition Classes
    Any
  6. final def attrAdded(key: String, value: Obj[S])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
  7. final def attrRemoved(key: String)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
  8. final def attrReplaced(key: String, before: Obj[S], now: Obj[S])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def component: Component

    Permalink
    Definition Classes
    ComponentHolder
  11. final def component_=(c: Component): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ComponentHolder
  12. implicit val cursor: Cursor[S]

    Permalink
    Definition Classes
    MapViewImpl → Cursor
  13. final def dispatch(update: Update[S, Repr]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  14. def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    MapViewImpl → Disposable
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def guiInit(): Unit

    Permalink
    Attributes
    protected
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. def keyEditable: Boolean

    Permalink
    Attributes
    protected
  23. final def model: IndexedSeq[(String, ListObjView[S])]

    Permalink
    Attributes
    protected
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def queryKey(initial: String): Option[String]

    Permalink
    Definition Classes
    MapViewImplMapView
  28. def releaseListeners(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  29. def removeListener(pf: Listener[Update[S, Repr]]): Unit

    Permalink
    Definition Classes
    ModelImpl → Model
  30. final def scroll: ScrollPane

    Permalink
    Attributes
    protected
  31. final def selection: List[(String, ObjView[S])]

    Permalink
    Definition Classes
    MapViewImplMapView
  32. def showKeyOnly: Boolean

    Permalink
    Attributes
    protected
  33. def startListening(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  36. final def table: Table

    Permalink
    Attributes
    protected
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. implicit val undoManager: UndoManager

    Permalink
    Definition Classes
    MapViewImpl → Editable
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. implicit val workspace: Workspace[S]

    Permalink
    Definition Classes
    MapViewImplViewHasWorkspace

Inherited from ModelImpl[Update[S, Repr]]

Inherited from ComponentHolder[Component]

Inherited from MapView[S, Repr]

Inherited from Model[Update[S, Repr]]

Inherited from Editable[S]

Inherited from ViewHasWorkspace[S]

Inherited from Cursor[S]

Inherited from View[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped