chrome.tabs.bindings

Tabs

object Tabs extends Object

Annotations
@JSName( "chrome.tabs" ) @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tabs
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 captureVisibleTab(windowId: UndefOr[Id] = undefined, options: UndefOr[CaptureOptions] = undefined, callback: UndefOr[Function1[String, _]] = undefined): Unit

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def connect(tabId: Id, connectInfo: UndefOr[ConnectInfo] = undefined): Port

  10. def create(createProperties: TabCreateProperties, callback: UndefOr[Function1[Tab, _]] = undefined): Unit

  11. def detectLanguage(tabId: UndefOr[Id] = undefined, callback: Function1[String, _]): Unit

  12. def duplicate(tabId: Id, callback: UndefOr[Function1[UndefOr[Tab], _]] = undefined): Unit

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

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

    Definition Classes
    AnyRef → Any
  15. def executeScript(tabId: UndefOr[Id] = undefined, details: CodeInjectionOptions, callback: UndefOr[Function1[UndefOr[Array[Any]], _]] = undefined): Unit

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(tabId: Id, callback: Function1[Tab, _]): Unit

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

    Definition Classes
    AnyRef → Any
  19. def getCurrent(callback: Function1[Tab, _]): Unit

  20. def getZoom(tabId: UndefOr[Id] = undefined, callback: Function1[Double, _]): Unit

  21. def getZoomSettings(tabId: UndefOr[Id] = undefined, callback: Function1[ZoomSettings, _]): Unit

  22. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def highlight(highlightInfo: HighlightInfo, callback: Function1[Window, _]): Unit

  25. def insertCSS(tabId: UndefOr[Id] = undefined, details: CodeInjectionOptions, callback: UndefOr[Function0[_]] = undefined): Unit

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  28. def move(tabIds: Any, moveProperties: MoveProperties, callback: UndefOr[Function1[|[Tab, Array[Tab]], _]] = undefined): Unit

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

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

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

    Definition Classes
    AnyRef
  32. val onActivated: Event[Function1[ActiveInfo, _]]

  33. val onAttached: Event[Function2[Id, AttachInfo, _]]

  34. val onCreated: Event[Function1[Tab, _]]

  35. val onDetached: Event[Function2[Id, DetachInfo, _]]

  36. val onHighlighted: Event[Function1[HighlightInfo, _]]

  37. val onMoved: Event[Function2[Id, MoveInfo, _]]

  38. val onRemoved: Event[Function2[Id, RemoveInfo, _]]

  39. val onReplaced: Event[Function2[Id, Id, _]]

  40. val onUpdated: Event[Function3[Id, ChangeInfo, Tab, _]]

  41. val onZoomChange: Event[Function1[ZoomChangeInfo, _]]

  42. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  43. def query(queryInfo: TabQuery, callback: Function1[Array[Tab], _]): Unit

  44. def reload(tabId: UndefOr[Id] = undefined, reloadProperties: ReloadProperties, callback: UndefOr[Function0[_]] = undefined): Unit

  45. def remove(tabIds: Any, callback: UndefOr[Function0[_]] = undefined): Unit

  46. def sendMessage(tabId: Id, message: Any, options: UndefOr[MessageOptions] = undefined, responseCallback: UndefOr[Function1[Any, _]] = undefined): Unit

  47. def sendRequest(tabId: Id, request: Any, responseCallback: UndefOr[Function1[Any, _]] = undefined): Unit

  48. def setZoom(tabId: UndefOr[Id] = undefined, zoomFactor: Double, callback: UndefOr[Function0[_]] = undefined): Unit

  49. def setZoomSettings(tabId: UndefOr[Id] = undefined, zoomSettings: ZoomSettings, callback: Function0[_]): Unit

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

    Definition Classes
    AnyRef
  51. def toLocaleString(): String

    Definition Classes
    Object
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def update(tabId: UndefOr[Id] = undefined, updateProperties: UpdateProperties, callback: UndefOr[Function1[UndefOr[Tab], _]] = undefined): Unit

  54. def valueOf(): Any

    Definition Classes
    Object
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped