Module neovim.notifications
Class WinFloatingPositionEvent
- java.lang.Object
-
- com.ensarsarajcic.neovim.java.notifications.ui.multigrid.WinFloatingPositionEvent
-
- All Implemented Interfaces:
UiMultigridEvent,UiEvent
public final class WinFloatingPositionEvent extends java.lang.Object implements UiMultigridEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description WinFloatingPositionEvent(int grid, com.ensarsarajcic.neovim.java.api.types.msgpack.Window win, java.lang.String anchor, int anchorGrid, float anchorRow, float anchorCol, boolean focusable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAnchor()floatgetAnchorCol()intgetAnchorGrid()floatgetAnchorRow()java.lang.StringgetEventName()intgetGrid()com.ensarsarajcic.neovim.java.api.types.msgpack.WindowgetWin()booleanisFocusable()java.lang.StringtoString()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGrid
public int getGrid()
-
getWin
public com.ensarsarajcic.neovim.java.api.types.msgpack.Window getWin()
-
getAnchor
public java.lang.String getAnchor()
-
getAnchorGrid
public int getAnchorGrid()
-
getAnchorRow
public float getAnchorRow()
-
getAnchorCol
public float getAnchorCol()
-
isFocusable
public boolean isFocusable()
-
getEventName
public java.lang.String getEventName()
- Specified by:
getEventNamein interfaceUiEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-