Module neovim.notifications
Class GridScrollEvent
- java.lang.Object
-
- com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid.GridScrollEvent
-
- All Implemented Interfaces:
UiLineGridEvent,UiEvent
public final class GridScrollEvent extends java.lang.Object implements UiLineGridEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description GridScrollEvent(int grid, int top, int bot, int left, int right, int rows, int cols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBot()intgetCols()java.lang.StringgetEventName()intgetGrid()intgetLeft()intgetRight()intgetRows()intgetTop()java.lang.StringtoString()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGrid
public int getGrid()
-
getTop
public int getTop()
-
getBot
public int getBot()
-
getLeft
public int getLeft()
-
getRight
public int getRight()
-
getRows
public int getRows()
-
getCols
public int getCols()
-
getEventName
public java.lang.String getEventName()
- Specified by:
getEventNamein interfaceUiEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-