org.digimead.digi.ctrl.lib.block.ThanksBlock

Item

case class Item(name: String, description: String) extends HashMap[String, Spanned] with Item with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Item, HashMap[String, Spanned], Serializable, Cloneable, AbstractMap[String, Spanned], Map[String, Spanned], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Item
  2. Serializable
  3. Product
  4. Equals
  5. Item
  6. HashMap
  7. Serializable
  8. Cloneable
  9. AbstractMap
  10. Map
  11. AnyRef
  12. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Item(name: String, description: String)

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 canEqual(arg0: Any): Boolean

    Definition Classes
    Item → Equals
  8. def clear(): Unit

    Definition Classes
    HashMap → AbstractMap → Map
  9. def clone(): AnyRef

    Definition Classes
    HashMap → AbstractMap → AnyRef
  10. def containsKey(arg0: Any): Boolean

    Definition Classes
    HashMap → AbstractMap → Map
  11. def containsValue(arg0: Any): Boolean

    Definition Classes
    HashMap → AbstractMap → Map
  12. val description: String

  13. def entrySet(): Set[Entry[String, Spanned]]

    Definition Classes
    HashMap → AbstractMap → Map
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AbstractMap → Map → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def get(arg0: Any): Spanned

    Definition Classes
    HashMap → AbstractMap → Map
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AbstractMap → Map → AnyRef → Any
  20. def isEmpty(): Boolean

    Definition Classes
    HashMap → AbstractMap → Map
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def keySet(): Set[String]

    Definition Classes
    HashMap → AbstractMap → Map
  23. val name: String

  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def productArity: Int

    Definition Classes
    Item → Product
  28. def productElement(arg0: Int): Any

    Definition Classes
    Item → Product
  29. def productIterator: Iterator[Any]

    Definition Classes
    Product
  30. def productPrefix: String

    Definition Classes
    Item → Product
  31. def put(arg0: String, arg1: Spanned): Spanned

    Definition Classes
    HashMap → AbstractMap → Map
  32. def putAll(arg0: java.util.Map[_ <: String, _ <: android.text.Spanned]): Unit

    Definition Classes
    HashMap → AbstractMap → Map
  33. def remove(arg0: Any): Spanned

    Definition Classes
    HashMap → AbstractMap → Map
  34. def size(): Int

    Definition Classes
    HashMap → AbstractMap → Map
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AbstractMap → AnyRef → Any
  37. def values(): Collection[Spanned]

    Definition Classes
    HashMap → AbstractMap → Map
  38. var view: WeakReference[View]

    Definition Classes
    Item
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Item

Inherited from HashMap[String, Spanned]

Inherited from Serializable

Inherited from Cloneable

Inherited from AbstractMap[String, Spanned]

Inherited from Map[String, Spanned]

Inherited from AnyRef

Inherited from Any