Packages

c

coursier.web

Backend

final class Backend extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Backend
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Backend(arg0: BackendScope[_, State])

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. def addModule(e: SyntheticEvent[_]): CallbackTo[Unit]
  5. def addRepo(e: SyntheticEvent[_]): CallbackTo[Unit]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearLog(e: SyntheticEvent[_]): CallbackTo[Unit]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def editModule(idx: Int)(e: SyntheticEvent[_]): CallbackTo[Unit]
  10. def editRepo(idx: Int)(e: SyntheticEvent[_]): CallbackTo[Unit]
  11. def enablePopover(e: SyntheticMouseEvent[_]): CallbackTo[Unit]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fetch(repositories: Seq[Repository], fetch: Fetch[Task]): Fetch[Task]
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def handleResolve(e: SyntheticEvent[_]): CallbackTo[Unit]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def moveRepo(idx: Int, up: Boolean)(e: SyntheticEvent[_]): CallbackTo[Unit]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def removeModule(idx: Int)(e: SyntheticEvent[_]): CallbackTo[Unit]
  25. def removeRepo(idx: Int)(e: SyntheticEvent[_]): CallbackTo[Unit]
  26. def resolve(action: ⇒ Unit = ()): CallbackTo[Unit]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def toggleReverseTree(e: SyntheticEvent[_]): CallbackTo[Unit]
  30. def updateDepGraph(resolution: Resolution): Unit
  31. def updateDepGraphBtn(resolution: Resolution)(e: SyntheticEvent[_]): CallbackTo[Unit]
  32. def updateModule(moduleIdx: Int, update: (Dependency, String) ⇒ Dependency)(e: SyntheticEvent[HTMLInputElement]): CallbackTo[Unit]
  33. def updateRepo(repoIdx: Int, update: ((String, MavenRepository), String) ⇒ (String, MavenRepository))(e: SyntheticEvent[HTMLInputElement]): CallbackTo[Unit]
  34. def updateTree(resolution: Resolution, target: String, reverse: Boolean): Dynamic
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. object options

Inherited from AnyRef

Inherited from Any

Ungrouped