public class PopupListElementRenderer<E> extends GroupedItemsListRenderer<E>
GroupedElementsRenderer.List, GroupedElementsRenderer.MyComponent, GroupedElementsRenderer.Tree
Modifier and Type | Field and Description |
---|---|
protected ListPopupImpl |
myPopup |
myCurrentIndex, myDescriptor, myNextStepLabel
myComponent, myRendererComponent, mySeparatorComponent, myTextLabel
Constructor and Description |
---|
PopupListElementRenderer(ListPopupImpl aPopup) |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JComponent |
createItemComponent() |
protected void |
customizeComponent(javax.swing.JList<? extends E> list,
E value,
boolean isSelected) |
createLabel, getListCellRendererComponent, getNextStepLabel, layoutComponent
getBackground, getForeground, getSelectionBackground, getSelectionForeground, layout
configureComponent, createSeparator, getDefaultItemComponentBorder, setDeselected, setSelected, setSelected, setSeparatorFont
protected final ListPopupImpl myPopup
public PopupListElementRenderer(ListPopupImpl aPopup)
protected javax.swing.JComponent createItemComponent()
createItemComponent
in class GroupedItemsListRenderer<E>
protected void customizeComponent(javax.swing.JList<? extends E> list, E value, boolean isSelected)
customizeComponent
in class GroupedItemsListRenderer<E>