Class

xyz.aoei.neovim

Window

Related Doc: package neovim

Permalink

class Window extends TypeBase

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

Instance Constructors

  1. new Window(session: Session, data: Array[Byte])

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val data: Array[Byte]

    Permalink
    Definition Classes
    WindowTypeBase
  7. def delVar(name: String): Unit

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

    Permalink
    Definition Classes
    AnyRef
  9. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    TypeBase → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBuf: Future[Buffer]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getCursor: Future[List[Int]]

    Permalink
  14. def getHeight: Future[Int]

    Permalink
  15. def getNumber: Future[Int]

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

    Permalink
  17. def getPosition: Future[List[Int]]

    Permalink
  18. def getTabpage: Future[Tabpage]

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

    Permalink
  20. def getWidth: Future[Int]

    Permalink
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  23. def isValid: Future[Boolean]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val session: Session

    Permalink
    Definition Classes
    WindowTypeBase
  28. def setCursor(pos: List[Int]): Unit

    Permalink
  29. def setHeight(height: Int): Unit

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

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

    Permalink
  32. def setWidth(width: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from TypeBase

Inherited from AnyRef

Inherited from Any

Ungrouped