edu.northwestern.at.utils.swing.icons
Interface AddIcon

All Known Implementing Classes:
IconPlusString, StringPlusIcon

public interface AddIcon

Add icon interface. List, tree, and table elements can add icons to their text strings by implementing this interface.


Method Summary
 void addIcon(javax.swing.JLabel label)
          Adds an icon to the displayed element.
 

Method Detail

addIcon

void addIcon(javax.swing.JLabel label)
Adds an icon to the displayed element.

Parameters:
label - The JLabel that will be displayed.