Package org.jdesktop.swingx.renderer
Interface IconAware
-
- All Known Implementing Classes:
JRendererLabel,WrappingIconPanel
public interface IconAwareInterface for tagging rendering components to allow Highlighters to treat the Icon (Issue #1311-swingx) as a visual decoration. ComponentProviders which hand out IconAware rendering components must guarantee to reset its Icon property in each configuration round.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.IcongetIcon()Returns the icon property.voidsetIcon(javax.swing.Icon icon)Sets the icon property.
-