Uses of Class
com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
-
Packages that use HighlightAttributes Package Description com.ensarsarajcic.neovim.java.notifications.ui.grid com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid -
-
Uses of HighlightAttributes in com.ensarsarajcic.neovim.java.notifications.ui.grid
Methods in com.ensarsarajcic.neovim.java.notifications.ui.grid that return HighlightAttributes Modifier and Type Method Description HighlightAttributesHighlightSetEvent. getAttributes()Constructors in com.ensarsarajcic.neovim.java.notifications.ui.grid with parameters of type HighlightAttributes Constructor Description HighlightSetEvent(HighlightAttributes attributes) -
Uses of HighlightAttributes in com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid
Methods in com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid that return HighlightAttributes Modifier and Type Method Description HighlightAttributesHighlightAttributeDefineEvent. getcTermAttrbutes()HighlightAttributesHighlightAttributeDefineEvent. getRgbAttributes()Constructors in com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid with parameters of type HighlightAttributes Constructor Description HighlightAttributeDefineEvent(int id, HighlightAttributes rgbAttributes, HighlightAttributes cTermAttrbutes, java.util.List<HighlightInfo> info)
-