Class

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

ViewImpl

Related Doc: package FolderFrameImpl

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. type InsertConfig = Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ViewImplCollectionViewImpl

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

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

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

    Permalink
  8. final lazy val actionView: Action

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

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionViewImpl
  26. def initGUI2(): Unit

    Permalink

    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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ViewImpl → Editable
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. implicit val workspace: Workspace[S]

    Permalink
    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