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

ViewImpl

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: 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
    Definition Classes
    CollectionViewImpl
  7. final lazy val actionAttr: Action

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

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

  10. lazy val actionImportJSON: Action

  11. final lazy val actionView: Action

    Attributes
    protected
    Definition Classes
    CollectionViewImpl
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    CollectionViewImpl
  29. def initGUI2(): Unit

    Called after the main GUI has been initialized.

    Called after the main GUI has been initialized.

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

    Definition Classes
    ViewImpl → 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
    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