Uses of Class
com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent.Item
-
Packages that use PopupmenuShowEvent.Item Package Description com.ensarsarajcic.neovim.java.notifications.ui.popupmenu -
-
Uses of PopupmenuShowEvent.Item in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
Methods in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu that return types with arguments of type PopupmenuShowEvent.Item Modifier and Type Method Description java.util.List<PopupmenuShowEvent.Item>PopupmenuShowEvent. getItems()Constructor parameters in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu with type arguments of type PopupmenuShowEvent.Item Constructor Description PopupmenuShowEvent(java.util.List<PopupmenuShowEvent.Item> items, int selected, int row, int col)
-