Package org.teamapps.icons.spi
Interface DefaultStyleSupplier<STYLE>
- Type Parameters:
STYLE- The style class
- All Known Implementing Classes:
CompositeIconDefaultStyleSupplier
public interface DefaultStyleSupplier<STYLE>
Provides the default style for an icon library.
Implementations MUST provide a default constructor!
- See Also:
IconLibrary
-
Method Summary
Modifier and Type Method Description STYLEgetDefaultStyle()
-
Method Details
-
getDefaultStyle
STYLE getDefaultStyle()
-