com.explodingpixels.widgets
Interface IconProvider

All Known Implementing Classes:
SourceListItem

public interface IconProvider

An interface for provider's of Icons.


Method Summary
 javax.swing.Icon getIcon()
          Gets the Icon for this element.
 

Method Detail

getIcon

javax.swing.Icon getIcon()
Gets the Icon for this element.

Returns:
the Icon for this element.


Copyright © 2012. All Rights Reserved.