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

    Permalink
  9. final lazy val actionView: Action

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CollectionViewImpl
  27. 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
  28. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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