Interface Icon<ICON extends Icon<ICON,STYLE>,STYLE>
- Type Parameters:
ICON- Must be a self class reference.STYLE- The style class these icons support.
- All Known Implementing Classes:
CompositeIcon
public interface Icon<ICON extends Icon<ICON,STYLE>,STYLE>
-
Method Summary
-
Method Details
-
withStyle
-
getStyle
STYLE getStyle()- Returns:
- The style of this icon. May be null!
-