package net.sourceforge.tuned.ui; import javax.swing.Icon; public interface IconProvider { public Icon getIcon(T value); }