org.grinvin.gui.components.render

Class GraphListTableRenderer


public class GraphListTableRenderer
extends DefaultTableCellRenderer

Table cell renderer for objects of type GraphListElement.

Constructor Summary

GraphListTableRenderer()
Default constructor

Method Summary

@Override
void setValue(Object value)
Renders a graph list element as a combination of icon and graph name.

Constructor Details

GraphListTableRenderer

public GraphListTableRenderer()
Default constructor

Method Details

void setValue

public @Override void setValue(Object value)
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, ...).