chrome.tabs.bindings

Tabs

Related Doc: package bindings

object Tabs extends Object

Annotations
@JSName( "chrome.tabs" )
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: 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 captureVisibleTab(windowId: UndefOr[Id] = undefined, options: UndefOr[CaptureOptions] = undefined, callback: UndefOr[Function1[String, _]] = undefined): Unit

  6. def clone(): AnyRef

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

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

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

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

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

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

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

  14. def finalize(): Unit

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

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

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

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

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

  20. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  21. def hashCode(): Int

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

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

  24. final def isInstanceOf[T0]: Boolean

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

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

  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. val onActivated: Event[Function1[ActiveInfo, _]]

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

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

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

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

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

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

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

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

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

  40. def propertyIsEnumerable(v: String): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  49. def toLocaleString(): String

    Definition Classes
    Object
  50. def toString(): String

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

  52. def valueOf(): Any

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped