Class

xyz.aoei.neovim

Neovim

Related Doc: package neovim

Permalink

class Neovim extends NeovimBase

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

Instance Constructors

  1. new Neovim(in: InputStream, out: OutputStream)

    Permalink

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 callAtomic(calls: Array[Any]): Future[Array[Any]]

    Permalink
  6. def callFunction(fname: String, args: Array[Any]): Future[AnyRef]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def command(command: String): Unit

    Permalink
  9. def commandOutput(str: String): Future[String]

    Permalink
  10. def delCurrentLine(): Unit

    Permalink
  11. def delVar(name: String): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def errWrite(str: String): Unit

    Permalink
  15. def errWriteln(str: String): Unit

    Permalink
  16. def eval(expr: String): Future[AnyRef]

    Permalink
  17. def feedkeys(keys: String, mode: String, escape_csi: Boolean): Unit

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getApiInfo: Future[Array[Any]]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getColorByName(name: String): Future[Int]

    Permalink
  22. def getColorMap: Future[Map[String, Any]]

    Permalink
  23. def getCurrentBuf: Future[Buffer]

    Permalink
  24. def getCurrentLine: Future[String]

    Permalink
  25. def getCurrentTabpage: Future[Tabpage]

    Permalink
  26. def getCurrentWin: Future[Window]

    Permalink
  27. def getOption(name: String): Future[AnyRef]

    Permalink
  28. def getVar(name: String): Future[AnyRef]

    Permalink
  29. def getVvar(name: String): Future[AnyRef]

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. val in: InputStream

    Permalink
  32. def input(keys: String): Future[Int]

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def listBufs: Future[List[Buffer]]

    Permalink
  35. def listRuntimePaths: Future[List[String]]

    Permalink
  36. def listTabpages: Future[List[Tabpage]]

    Permalink
  37. def listWins: Future[List[Window]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  41. def onNotification(callback: (String, List[Any]) ⇒ Unit): Subscription

    Permalink
    Definition Classes
    NeovimBase
  42. def onRequest(callback: (String, List[Any], ResponseHandler) ⇒ Unit): Subscription

    Permalink
    Definition Classes
    NeovimBase
  43. val out: OutputStream

    Permalink
  44. def outWrite(str: String): Unit

    Permalink
  45. def quit(): Unit

    Permalink
    Definition Classes
    NeovimBase
  46. def replaceTermcodes(str: String, from_part: Boolean, do_lt: Boolean, special: Boolean): Future[String]

    Permalink
  47. val session: Session

    Permalink
    Definition Classes
    NeovimBase
  48. def setCurrentBuf(buffer: Buffer): Unit

    Permalink
  49. def setCurrentDir(dir: String): Unit

    Permalink
  50. def setCurrentLine(line: String): Unit

    Permalink
  51. def setCurrentTabpage(tabpage: Tabpage): Unit

    Permalink
  52. def setCurrentWin(window: Window): Unit

    Permalink
  53. def setOption(name: String, value: AnyRef): Unit

    Permalink
  54. def setVar(name: String, value: AnyRef): Unit

    Permalink
  55. def strwidth(str: String): Future[Int]

    Permalink
  56. def subscribe(event: String): Unit

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

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def types: List[ExtendedType[_ >: Tabpage with Window with Buffer <: TypeBase]]

    Permalink
    Definition Classes
    NeovimNeovimBase
  60. def uiAttach(width: Int, height: Int, options: Map[String, Any]): Unit

    Permalink
  61. def uiDetach(): Unit

    Permalink
  62. def uiSetOption(name: String, value: AnyRef): Unit

    Permalink
  63. def uiTryResize(width: Int, height: Int): Unit

    Permalink
  64. def unsubscribe(event: String): Unit

    Permalink
  65. final def wait(): Unit

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

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

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

Inherited from NeovimBase

Inherited from AnyRef

Inherited from Any

Ungrouped