-
font
Font font
The font to use when rendering items, or null
if the
list's default font should be used.
-
showTypes
boolean showTypes
Whether to display the types of fields and return types of functions
in the completion text.
-
typeColor
String typeColor
The color to use when rendering types in completion text.
-
selected
boolean selected
During rendering, whether the item being rendered is selected.
-
realBG
Color realBG
During rendering, this is the "real" background color of the item being
rendered (i.e., what its background color is if it isn't selected).
-
paramColor
String paramColor
The color to use for function arguments.
-
paintTextR
Rectangle paintTextR
Used in rendering calculations.
-
delegate
DefaultListCellRenderer delegate
An optional delegate renderer (primarily for Substance).