Interface IconDecoder<ICON extends Icon<ICON,?>>

Type Parameters:
ICON - The icon class this provider will return.
All Known Implementing Classes:
CompositeIconDecoder

public interface IconDecoder<ICON extends Icon<ICON,?>>
Decodes icons from an encoded icon Strings such as they are produced by the IconEncoder.

Implementations MUST provide a default constructor!