de.sciss.mellite.gui.impl.document.FolderFrameImpl

ViewImpl

Related Doc: package FolderFrameImpl

final class ViewImpl[S <: Sys[S]] extends CollectionViewImpl[S]

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

Instance Constructors

  1. new ViewImpl(peer: FolderView[S])(implicit workspace: Workspace[S], cursor: Cursor[S], undoManager: UndoManager)

Type Members

  1. type InsertConfig = Unit

    Attributes
    protected
    Definition Classes
    ViewImplCollectionViewImpl

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final lazy val actionAdd: Action

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  5. final lazy val actionAttr: Action

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  6. lazy val actionDelete: Action

    Attributes
    protected
    Definition Classes
    ViewImplCollectionViewImpl
  7. lazy val actionDuplicate: Action

  8. final lazy val actionView: Action

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  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. implicit val cursor: Cursor[S]

    Definition Classes
    ViewImpl → Cursor
  14. def dispose()(implicit tx: S.Tx): Unit

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

    Attributes
    protected
    Definition Classes
    ViewImplCollectionViewImpl
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  21. final var ggAttr: Button

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  22. final var ggDelete: Button

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  23. final var ggView: Button

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  24. def hashCode(): Int

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

    Definition Classes
    CollectionViewImpl
  26. def initGUI2(): Unit

    Called after the main GUI has been initialized.

    Called after the main GUI has been initialized.

    Attributes
    protected
    Definition Classes
    ViewImplCollectionViewImpl
  27. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  31. val peer: FolderView[S]

    Definition Classes
    ViewImplCollectionViewImpl
  32. def prepareInsert(f: Factory): Option[InsertConfig]

    Attributes
    protected
    Definition Classes
    ViewImplCollectionViewImpl
  33. def selectedObjects: List[ObjView[S]]

    Definition Classes
    ViewImplCollectionViewImpl
  34. def selectionChanged(sel: List[ObjView[S]]): Unit

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

    Definition Classes
    ViewImpl → Editable
  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( ... )
  41. implicit val workspace: Workspace[S]

    Definition Classes
    ViewImplViewHasWorkspace

Inherited from CollectionViewImpl[S]

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