Trait

de.sciss.mellite.gui.impl.component

CollectionViewImpl

Related Doc: package component

Permalink

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

Self Type
CollectionViewImpl[S]
Linear Supertypes
ComponentHolder[Component], Editable[S], UniverseView[S], Cursor[S], View[S], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionViewImpl
  2. ComponentHolder
  3. Editable
  4. UniverseView
  5. Cursor
  6. View
  7. Disposable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type C = Component

    Permalink
    Definition Classes
    CollectionViewImpl → View
  2. abstract type InsertConfig

    Permalink
    Attributes
    protected

Abstract Value Members

  1. abstract def actionDelete: Action

    Permalink
    Attributes
    protected
  2. abstract def dispose()(implicit tx: S.Tx): Unit

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

    Permalink
    Attributes
    protected
  4. abstract def initGUI2(): Unit

    Permalink

    Called after the main GUI has been initialized.

    Called after the main GUI has been initialized.

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

    Permalink
    Attributes
    protected
  6. abstract def prepareInsertCmdLine(args: List[String]): Option[(InsertConfig, List[String])]

    Permalink

    Prepare new object insertion by generating an 'insert-config' from a given argument list, returning the config along with the possibly filtered list.

    Prepare new object insertion by generating an 'insert-config' from a given argument list, returning the config along with the possibly filtered list.

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

    Permalink

    Prepare new object insertion by generating an 'insert-config', possibly opening a dialog

    Prepare new object insertion by generating an 'insert-config', possibly opening a dialog

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

    Permalink
    Attributes
    protected
  9. abstract def undoManager: UndoManager

    Permalink
    Definition Classes
    Editable
  10. implicit abstract val universe: Universe[S]

    Permalink
    Definition Classes
    UniverseView

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. final lazy val actionAdd: Action

    Permalink
    Attributes
    protected
  5. final lazy val actionAttr: Action

    Permalink
    Attributes
    protected
  6. final lazy val actionView: Action

    Permalink
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. final def bottomComponent: Component with SequentialContainer

    Permalink
  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 def cursor: Cursor[S]

    Permalink
    Definition Classes
    UniverseView → Cursor
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
  18. final var ggAttr: Button

    Permalink
    Attributes
    protected
  19. final var ggDelete: Button

    Permalink
    Attributes
    protected
  20. final var ggView: Button

    Permalink
    Attributes
    protected
  21. def hashCode(): Int

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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. def selectionChanged(sel: List[ObjView[S]]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ComponentHolder[Component]

Inherited from Editable[S]

Inherited from UniverseView[S]

Inherited from Cursor[S]

Inherited from View[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped