org.digimead.digi.ctrl.lib.block

SupportBlock

class SupportBlock extends Block[Item] with Logging

Linear Supertypes
Logging, Block[Item], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SupportBlock
  2. Logging
  3. Block
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SupportBlock(context: Context, projectUri: Uri, issuesUri: Uri, emailTo: String, emailSubject: String, voicePhone: String, skypeUser: String, icqUser: String)(implicit dispatcher: Dispatcher)

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. def appendTo(mergeAdapter: MergeAdapter): Unit

    Definition Classes
    SupportBlockBlock
    Annotations
    @Loggable()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val context: Context

    Definition Classes
    SupportBlockBlock
  10. implicit val dispatcher: Dispatcher

  11. val emailSubject: String

  12. val emailTo: String

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. val icqUser: String

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val issuesUri: Uri

  21. val itemChat: Item

  22. val itemEmail: Item

  23. val itemIssues: Item

  24. val itemProject: Item

  25. val items: Seq[Item]

    Definition Classes
    SupportBlockBlock
  26. implicit val log: RichLogger

    Attributes
    protected[lib]
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def onContextItemSelected(menuItem: MenuItem, item: Item): Boolean

    Definition Classes
    SupportBlockBlock
    Annotations
    @Loggable()
  31. def onCreateContextMenu(menu: ContextMenu, v: View, menuInfo: ContextMenuInfo, item: Item): Unit

    Definition Classes
    SupportBlockBlock
    Annotations
    @Loggable()
  32. def onListItemClick(l: ListView, v: View, item: Item): Unit

    Definition Classes
    SupportBlockBlock
    Annotations
    @Loggable()
  33. val projectUri: Uri

  34. def reset(): Unit

    Definition Classes
    Block
  35. val skypeUser: String

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. val voicePhone: String

  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()

Inherited from Logging

Inherited from Block[Item]

Inherited from AnyRef

Inherited from Any