ProjectManagerIcons

object ProjectManagerIcons

Manages the structure view icons associated with the various SideEffectKinds.

Author

Richard Arriaga

Functions

Link copied to clipboard
fun arrowDropDown(lineHeight: Int): ImageIcon

Return a suitable icon to a down arrow.

Link copied to clipboard
fun arrowDropUp(lineHeight: Int): ImageIcon

Return a suitable icon to an up arrow.

Link copied to clipboard
fun cancelFilled(lineHeight: Int): ImageIcon

Return a suitable icon to display a circle with an x in it.

Link copied to clipboard
fun icon(lineHeight: Int, resourceName: String): ImageIcon

Return a suitable icon to display for this instance with the given line height.

Link copied to clipboard
fun refresh(lineHeight: Int): ImageIcon

Return a suitable icon to a refresh symbol.

Link copied to clipboard
fun yellowStarFilled(lineHeight: Int): ImageIcon

Return a suitable icon to display a filled yellow star.

Link copied to clipboard
fun yellowStarUnfilled(lineHeight: Int): ImageIcon

Return a suitable icon to display an unfilled yellow star.