Object

chrome.tabs.bindings

Tabs

Related Doc: package bindings

Permalink

object Tabs extends Object

Annotations
@JSGlobal( "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
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def captureVisibleTab(windowId: UndefOr[Id] = undefined, options: UndefOr[CaptureOptions] = undefined, callback: UndefOr[Function1[String, _]] = undefined): Unit

    Permalink
  6. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
  14. def finalize(): Unit

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

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

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

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

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

    Permalink
  20. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  21. def hashCode(): Int

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

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  40. def propertyIsEnumerable(v: String): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  49. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  50. def toString(): String

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

    Permalink
  52. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped