public abstract class DelegatingComboBoxRenderer<T,U>
extends java.lang.Object
implements javax.swing.ListCellRenderer<T>
Constructor and Description |
---|
DelegatingComboBoxRenderer() |
Modifier and Type | Method and Description |
---|---|
protected abstract U |
getDisplayText(T value) |
java.awt.Component |
getListCellRendererComponent(javax.swing.JList<? extends T> list,
T value,
int index,
boolean isSelected,
boolean cellHasFocus) |