de.sciss.mellite.gui.impl

CodeObjView

object CodeObjView extends Factory

Linear Supertypes
Factory, Factory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CodeObjView
  2. Factory
  3. Factory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Config[S <: Sys[S]] = (String, Code)

    Definition Classes
    CodeObjViewFactory
  2. type E[~ <: Sys[~]] = Obj[~]

    Definition Classes
    CodeObjViewFactory
  3. final class Impl[S <: Sys[S]] extends CodeObjView[S] with ListObjView[S] with ObjViewImpl.Impl[S] with NonEditable[S]

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 def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def category: String

    Definition Classes
    CodeObjViewFactory
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  13. def hasMakeDialog: Boolean

    Whether it is possible to create an instance of the object via a GUI dialog.

    Whether it is possible to create an instance of the object via a GUI dialog.

    Definition Classes
    CodeObjViewFactory
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def humanName: String

    Definition Classes
    CodeObjViewFactory
  16. val icon: Icon

    Definition Classes
    CodeObjViewFactory
  17. def initMakeDialog[S <: Sys[S]](workspace: Workspace[S], window: Option[Window])(ok: ((String, Code)) ⇒ Unit)(implicit cursor: Cursor[S]): Unit

    Provides an optional initial configuration for the make-new-instance dialog.

    Provides an optional initial configuration for the make-new-instance dialog.

    Definition Classes
    CodeObjViewFactory
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def makeObj[S <: Sys[S]](config: (String, Code))(implicit tx: CodeObjView.makeObj.S.Tx): List[Obj[S]]

    Creates an object from a configuration.

    Creates an object from a configuration. The reason that the result type is not Obj.T[S, E] is that we allow the returning of a number of auxiliary other objects as well.

    Definition Classes
    CodeObjViewFactory
  20. def mkListView[S <: Sys[S]](obj: Obj[S])(implicit tx: CodeObjView.mkListView.S.Tx): CodeObjView[S] with ListObjView[S]

    Definition Classes
    CodeObjViewFactory
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. val prefix: String

    Definition Classes
    CodeObjViewFactory
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def tpe: Obj.type

    Definition Classes
    CodeObjViewFactory
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Factory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped