de.sciss.mellite.gui.impl.ObjViewImpl

Color

object Color extends Factory

Linear Supertypes
Factory, Factory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Color
  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, Color)

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

    Definition Classes
    ColorFactory
  3. final class Impl[S <: Sys[S]] extends ListObjView[S] with ObjViewImpl.Impl[S] with SimpleExpr[S, Color, Obj]

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
    ColorFactory
  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. def fromAWT(c: java.awt.Color): Color

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. 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
    ColorFactory
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def humanName: String

    Definition Classes
    ColorFactory
  17. val icon: Icon

    Definition Classes
    ColorFactory
  18. def initMakeDialog[S <: Sys[S]](workspace: Workspace[S], window: Option[Window])(implicit cursor: Cursor[S]): Option[(String, Color)]

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

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

    Definition Classes
    ColorFactory
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def makeObj[S <: Sys[S]](config: (String, Color))(implicit tx: Color.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
    ColorFactory
  21. def mkListView[S <: Sys[S]](obj: Obj[S])(implicit tx: Color.mkListView.S.Tx): ListObjView[S]

    Definition Classes
    ColorFactory
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. val prefix: String

    Definition Classes
    ColorFactory
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toAWT(c: Color): java.awt.Color

  28. def toString(): String

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

    Definition Classes
    ColorFactory
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Factory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped