Module neovim.notifications
Class PopupmenuShowEvent
- java.lang.Object
-
- com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
-
- All Implemented Interfaces:
UiPopupmenuEvent,UiEvent
public final class PopupmenuShowEvent extends java.lang.Object implements UiPopupmenuEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPopupmenuShowEvent.Item
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description PopupmenuShowEvent(java.util.List<PopupmenuShowEvent.Item> items, int selected, int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCol()java.lang.StringgetEventName()java.util.List<PopupmenuShowEvent.Item>getItems()intgetRow()intgetSelected()java.lang.StringtoString()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PopupmenuShowEvent
public PopupmenuShowEvent(java.util.List<PopupmenuShowEvent.Item> items, int selected, int row, int col)
-
-
Method Detail
-
getItems
public java.util.List<PopupmenuShowEvent.Item> getItems()
-
getSelected
public int getSelected()
-
getRow
public int getRow()
-
getCol
public int getCol()
-
getEventName
public java.lang.String getEventName()
- Specified by:
getEventNamein interfaceUiEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-