de.sciss.mellite.gui.impl

MapViewImpl

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Abstract Value Members

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

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

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

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

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addListener(pf: model.Model.Listener[Update[S, Repr]]): pf.type

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

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

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

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

    Attributes
    protected
  11. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
  22. def hashCode(): Int

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

    Definition Classes
    Any
  24. def keyEditable: Boolean

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

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

    Definition Classes
    MapViewImplMapView
  30. def releaseListeners(): Unit

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

    Definition Classes
    ModelImpl → Model
  32. final def scroll: ScrollPane

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

    Definition Classes
    MapViewImplMapView
  34. def showKeyOnly: Boolean

    Attributes
    protected
  35. def startListening(): Unit

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

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

    Definition Classes
    AnyRef
  38. final def table: Table

    Attributes
    protected
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. implicit val undoManager: UndoManager

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

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

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

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

    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