org.grinvin.list
Class GraphListRenderer
DefaultListCellRenderer
org.grinvin.list.GraphListRenderer
public class GraphListRenderer
extends DefaultListCellRenderer
@Override | Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) - Renders a graph list element as a combination of icon and graph name.
|
GraphListRenderer
public GraphListRenderer(JTable table)
Component getListCellRendererComponent
public @Override Component getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
Renders a graph list element as a combination of icon and graph name. The
icon depends on the 'type' of graph element (factory generated, uri, ...).