chrome.management.bindings

Management

object Management extends Object

Annotations
@native() @JSGlobal( "chrome.management" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Management
  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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createAppShortcut(id: AppID, callback: UndefOr[Function0[_]] = js.undefined): Unit

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

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def generateAppForLink(url: String, title: String, callback: UndefOr[Function1[ExtensionInfo, _]] = js.undefined): Unit

  13. def get(id: AppID, callback: Function1[ExtensionInfo, _]): Unit

  14. def getAll(callback: Function1[Array[ExtensionInfo], _]): Unit

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

    Definition Classes
    AnyRef → Any
  16. def getPermissionWarningsById(id: AppID, callback: Function1[Array[String], _]): Unit

  17. def getPermissionWarningsByManifest(manifestStr: String, callback: Function1[Array[String], _]): Unit

  18. def getSelf(callback: Function1[ExtensionInfo, _]): Unit

  19. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Object
  23. def launchApp(id: AppID, callback: UndefOr[Function0[_]] = js.undefined): Unit

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

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

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

    Definition Classes
    AnyRef
  27. val onDisabled: Event[Function1[ExtensionInfo, _]]

  28. val onEnabled: Event[Function1[ExtensionInfo, _]]

  29. val onInstalled: Event[Function1[ExtensionInfo, _]]

  30. val onUninstalled: Event[Function1[String, _]]

  31. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  32. def setEnabled(id: AppID, enabled: Boolean, callback: UndefOr[Function0[_]] = js.undefined): Unit

  33. def setLaunchType(id: AppID, launchType: LaunchType, callback: UndefOr[Function0[_]] = js.undefined): Unit

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

    Definition Classes
    AnyRef
  35. def toLocaleString(): String

    Definition Classes
    Object
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def uninstall(id: AppID, options: UndefOr[Object] = js.undefined, callback: UndefOr[Function0[_]] = js.undefined): Unit

  38. def uninstallSelf(options: UndefOr[Object] = js.undefined, callback: UndefOr[Function0[_]] = js.undefined): Unit

  39. def valueOf(): Any

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped