| javax.swing.JLabel com.jeta.forms.components.list.ListItemRenderer
ListItemRenderer | public class ListItemRenderer extends JLabel implements ListCellRenderer(Code) | | Responsible for rendering ListItemProperty objects. This renderer is needed
to support icons for list and combo box items that are specified in the
designer. The runtime will automatically create ListItemProperties for these
items.
author: Jeff Tassin |
ListItemRenderer | public ListItemRenderer()(Code) | | |
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code) | | ListCellRenderer implementation.
|
|
|