de.sciss.mellite.gui.impl.component

CollectionViewImpl

trait CollectionViewImpl[S <: Sys[S], S1 <: Sys[S1]] extends ViewHasWorkspace[S] with Editable[S] with ComponentHolder[Component] with ModelImpl[Update]

Self Type
CollectionViewImpl[S, S1]
Linear Supertypes
ModelImpl[Update], Model[Update], ComponentHolder[Component], Editable[S], ViewHasWorkspace[S], Cursor[S], View[S], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CollectionViewImpl
  2. ModelImpl
  3. Model
  4. ComponentHolder
  5. Editable
  6. ViewHasWorkspace
  7. Cursor
  8. View
  9. Disposable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def actionAdd: scala.swing.Action

    Attributes
    protected
  2. abstract def actionDelete: scala.swing.Action

    Attributes
    protected
  3. abstract def bridge: (S.Tx) ⇒ S1.Tx

    Attributes
    protected
  4. implicit abstract def cursor: Cursor[S]

    Definition Classes
    Cursor
  5. abstract def initGUI2(): Unit

    Attributes
    protected
  6. abstract def mkTitle(sOpt: Option[String]): String

    Attributes
    protected
  7. abstract def nameObserver: Option[Disposable[S1.Tx]]

    Attributes
    protected
  8. abstract def peer: Editable[S]

    Attributes
    protected
  9. abstract def selectedObjects: List[ObjView[S]]

    Attributes
    protected
  10. abstract def undoManager: UndoManager

    Definition Classes
    Editable
  11. implicit abstract def workspace: Workspace[S]

    Definition Classes
    ViewHasWorkspace

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. final lazy val actionAttr: scala.swing.Action

    Attributes
    protected
  7. final lazy val actionView: scala.swing.Action

    Attributes
    protected
  8. def addListener(pf: model.Model.Listener[Update]): pf.type

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

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

    Attributes
    protected
    Definition Classes
    ComponentHolder
  13. final def dispatch(update: Update): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. final var ggAdd: Button

    Attributes
    protected
  20. final var ggAttr: Button

    Attributes
    protected
  21. final var ggDelete: Button

    Attributes
    protected
  22. final var ggView: Button

    Attributes
    protected
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def init()(implicit tx: S.Tx): Unit

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def nameUpdate(sOpt: Option[String]): Unit

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def releaseListeners(): Unit

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

    Definition Classes
    ModelImpl → Model
  32. def selectionChanged(sel: List[ObjView[S]]): Unit

    Attributes
    protected
  33. def startListening(): Unit

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

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

    Definition Classes
    AnyRef
  36. def title: String

  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ModelImpl[Update]

Inherited from Model[Update]

Inherited from ComponentHolder[Component]

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