Class WindowStreamApi
java.lang.Object
com.ensarsarajcic.neovim.java.api.BaseStreamApi
com.ensarsarajcic.neovim.java.api.window.WindowStreamApi
- All Implemented Interfaces:
NeovimWindowApi
@NeovimApiClient(name="full_window_api",
target=9)
public final class WindowStreamApi
extends BaseStreamApi
implements NeovimWindowApi
Implementation of
NeovimWindowApi based on ReactiveRpcStreamer-
Field Summary
Fields inherited from class com.ensarsarajcic.neovim.java.api.BaseStreamApi
objectMapper, reactiveRpcStreamerFields inherited from interface com.ensarsarajcic.neovim.java.api.window.NeovimWindowApi
CALL, CLOSE, DEL_VAR, GET_BUFFER, GET_CONFIG, GET_CURSOR, GET_HEIGHT, GET_NUMBER, GET_OPTION, GET_TABPAGE, GET_VAR, GET_WIDTH, HIDE, IS_VALID, SET_BUFFER, SET_CONFIG, SET_CURSOR, SET_HEIGHT, SET_OPTION, SET_VAR, SET_WIDTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ensarsarajcic.neovim.java.api.BaseStreamApi
sendWithBytesResponse, sendWithGenericResponse, sendWithNoResponse, sendWithResponseOfListOfMsgPackType, sendWithResponseOfListType, sendWithResponseOfMapType, sendWithResponseOfMsgPackType, sendWithResponseOfType
-
Constructor Details
-
WindowStreamApi
-
-
Method Details
-
get
- Specified by:
getin interfaceNeovimWindowApi
-
getBuffer
- Specified by:
getBufferin interfaceNeovimWindowApi
-
setBuffer
- Specified by:
setBufferin interfaceNeovimWindowApi
-
getCursor
- Specified by:
getCursorin interfaceNeovimWindowApi
-
setCursor
- Specified by:
setCursorin interfaceNeovimWindowApi
-
getHeight
- Specified by:
getHeightin interfaceNeovimWindowApi
-
setHeight
- Specified by:
setHeightin interfaceNeovimWindowApi
-
getWidth
- Specified by:
getWidthin interfaceNeovimWindowApi
-
setWidth
- Specified by:
setWidthin interfaceNeovimWindowApi
-
getVar
- Specified by:
getVarin interfaceNeovimWindowApi
-
setVar
- Specified by:
setVarin interfaceNeovimWindowApi
-
deleteVar
- Specified by:
deleteVarin interfaceNeovimWindowApi
-
getOption
- Specified by:
getOptionin interfaceNeovimWindowApi
-
setOption
- Specified by:
setOptionin interfaceNeovimWindowApi
-
getConfig
- Specified by:
getConfigin interfaceNeovimWindowApi
-
setConfig
- Specified by:
setConfigin interfaceNeovimWindowApi
-
getTabpage
- Specified by:
getTabpagein interfaceNeovimWindowApi
-
getNumber
- Specified by:
getNumberin interfaceNeovimWindowApi
-
isValid
- Specified by:
isValidin interfaceNeovimWindowApi
-
close
- Specified by:
closein interfaceNeovimWindowApi
-
hide
- Specified by:
hidein interfaceNeovimWindowApi
-
call
- Specified by:
callin interfaceNeovimWindowApi
-
toString
-