de.sciss.mellite.gui.impl.component

CollectionViewImpl

trait CollectionViewImpl[S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S] with ComponentHolder[Component]

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

Type Members

  1. abstract type InsertConfig

    Attributes
    protected

Abstract Value Members

  1. abstract def actionDelete: Action

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

    Definition Classes
    Cursor
  3. abstract def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    Disposable
  4. abstract def editInsert(f: Factory, xs: List[Obj[S]], config: InsertConfig)(implicit tx: S.Tx): Option[UndoableEdit]

    Attributes
    protected
  5. abstract def initGUI2(): Unit

    Called after the main GUI has been initialized.

    Called after the main GUI has been initialized.

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

    Attributes
    protected
  7. abstract def prepareInsert(f: Factory): Option[InsertConfig]

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

    Attributes
    protected
  9. abstract def undoManager: UndoManager

    Definition Classes
    Editable
  10. 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 actionAdd: Action

    Attributes
    protected
  7. final lazy val actionAttr: Action

    Attributes
    protected
  8. final lazy val actionView: Action

    Attributes
    protected
  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 eq(arg0: AnyRef): Boolean

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

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

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

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

    Attributes
    protected
  18. final var ggAttr: Button

    Attributes
    protected
  19. final var ggDelete: Button

    Attributes
    protected
  20. final var ggView: Button

    Attributes
    protected
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def init()(implicit tx: S.Tx): CollectionViewImpl.this.type

  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  27. def selectionChanged(sel: List[ObjView[S]]): Unit

    Attributes
    protected
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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