object Tabs extends Object
- Annotations
- @JSGlobal( "chrome.tabs" ) @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tabs
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def captureVisibleTab(windowId: UndefOr[Id] = undefined, options: UndefOr[CaptureOptions] = undefined, callback: UndefOr[Function1[String, _]] = undefined): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def connect(tabId: Id, connectInfo: UndefOr[ConnectInfo] = undefined): Port
- def create(createProperties: TabCreateProperties, callback: UndefOr[Function1[Tab, _]] = undefined): Unit
- def detectLanguage(tabId: UndefOr[Id] = undefined, callback: Function1[String, _]): Unit
- def duplicate(tabId: Id, callback: UndefOr[Function1[UndefOr[Tab], _]] = undefined): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def executeScript(tabId: UndefOr[Id] = undefined, details: CodeInjectionOptions, callback: UndefOr[Function1[UndefOr[Array[Any]], _]] = undefined): Unit
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(tabId: Id, callback: Function1[Tab, _]): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCurrent(callback: Function1[Tab, _]): Unit
- def getZoom(tabId: UndefOr[Id] = undefined, callback: Function1[Double, _]): Unit
- def getZoomSettings(tabId: UndefOr[Id] = undefined, callback: Function1[ZoomSettings, _]): Unit
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def highlight(highlightInfo: HighlightInfo, callback: Function1[Window, _]): Unit
- def insertCSS(tabId: UndefOr[Id] = undefined, details: CodeInjectionOptions, callback: UndefOr[Function0[_]] = undefined): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def move(tabIds: Any, moveProperties: MoveProperties, callback: UndefOr[Function1[|[Tab, Array[Tab]], _]] = undefined): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onActivated: Event[Function1[ActiveInfo, _]]
- val onAttached: Event[Function2[Id, AttachInfo, _]]
- val onCreated: Event[Function1[Tab, _]]
- val onDetached: Event[Function2[Id, DetachInfo, _]]
- val onHighlighted: Event[Function1[HighlightInfo, _]]
- val onMoved: Event[Function2[Id, MoveInfo, _]]
- val onRemoved: Event[Function2[Id, RemoveInfo, _]]
- val onReplaced: Event[Function2[Id, Id, _]]
- val onUpdated: Event[Function3[Id, ChangeInfo, Tab, _]]
- val onZoomChange: Event[Function1[ZoomChangeInfo, _]]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def query(queryInfo: TabQuery, callback: Function1[Array[Tab], _]): Unit
- def reload(tabId: UndefOr[Id] = undefined, reloadProperties: ReloadProperties, callback: UndefOr[Function0[_]] = undefined): Unit
- def remove(tabIds: Any, callback: UndefOr[Function0[_]] = undefined): Unit
- def sendMessage(tabId: Id, message: Any, options: UndefOr[MessageOptions] = undefined, responseCallback: UndefOr[Function1[Any, _]] = undefined): Unit
- def sendRequest(tabId: Id, request: Any, responseCallback: UndefOr[Function1[Any, _]] = undefined): Unit
- def setZoom(tabId: UndefOr[Id] = undefined, zoomFactor: Double, callback: UndefOr[Function0[_]] = undefined): Unit
- def setZoomSettings(tabId: UndefOr[Id] = undefined, zoomSettings: ZoomSettings, callback: Function0[_]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def update(tabId: UndefOr[Id] = undefined, updateProperties: UpdateProperties, callback: UndefOr[Function1[UndefOr[Tab], _]] = undefined): Unit
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()