Packages

case class Custom(source: String) extends Compilable with Product with Serializable

Source
PreviewCommands.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Compilable, PreviewCommands, ModelSaveable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Custom
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Compilable
  7. PreviewCommands
  8. ModelSaveable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Custom(source: String)

Value Members

  1. val description: String
    Definition Classes
    CustomPreviewCommands
  2. val source: String
    Definition Classes
    CustomPreviewCommands
  3. def toString(): String
    Definition Classes
    PreviewCommands → AnyRef → Any
  4. def updateModel(m: Model): Model
    Definition Classes
    PreviewCommands → ModelSaveable