Uses of Class
gui.IconComponent

Packages that use IconComponent
gui   
 

Uses of IconComponent in gui
 

Methods in gui that return IconComponent
 IconComponent IconFrame.getIconComponent(byte[][] icon)
           
 IconComponent IconFrame.getSelectedIcon()
           
 

Methods in gui with parameters of type IconComponent
 void IconFrame.addIcon(IconComponent ic, java.awt.Container c)
           
 void IconFrame.deselectOtherIcons(IconComponent selectedIcon)