Packages

o

chrome.browserAction

BrowserAction

object BrowserAction

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BrowserAction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def disable(tabId: UndefOr[Int]): Unit
  7. def enable(tabId: UndefOr[Int]): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBadgeBackgroundColor(tabId: UndefOr[Int] = js.undefined): Future[Array[Int]]
  12. def getBadgeText(tabId: UndefOr[Int] = js.undefined): Future[String]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getPopup(tabId: UndefOr[Int] = js.undefined): Future[String]
  15. def getTitle(tabId: UndefOr[Int] = js.undefined): Future[String]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val onClicked: Event[Function1[Tab, _]]
  22. def setBadgeBackgroundColor(color: |[String, Array[Int]]): Unit
  23. def setBadgeText(text: String, tabId: UndefOr[Int] = js.undefined): Unit
  24. def setIcon(imageData: UndefOr[|[ImageData, Dictionary[ImageData]]], pathData: UndefOr[|[String, Dictionary[String]]], tabId: UndefOr[Int]): Future[Unit]
  25. def setIconImageData(imageData: UndefOr[|[ImageData, Dictionary[ImageData]]], tabId: UndefOr[Int] = js.undefined): Future[Unit]
  26. def setIconPath(pathData: UndefOr[|[String, Dictionary[String]]], tabId: UndefOr[Int] = js.undefined): Future[Unit]
  27. def setPopup(popup: String, tabId: UndefOr[Int] = js.undefined): Unit
  28. def setTitle(title: String, tabId: UndefOr[Int] = js.undefined): Unit
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped