// implementation.
RenderingContext rc = RenderingContext.getCurrentInstance();
assert(rc instanceof CoreRenderingContext);
CoreRenderingContext crc = (CoreRenderingContext)rc;
StyleContext styleContext = crc.getStyleContext();
StyleProvider styleProvider = styleContext.getStyleProvider();
_icons = styleProvider.getIcons(styleContext);
// Under normal circumstances, the StyleProvider will return
// a non-null, modifiable map. If the skin/style subsystem
// has failed to initialize, however, the map may be null.