Class RadianceThemingWidgetRepository.WidgetClassInfo
java.lang.Object
org.pushingpixels.radiance.theming.internal.RadianceThemingWidgetRepository.WidgetClassInfo
- Enclosing class:
RadianceThemingWidgetRepository
Information on a single class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWidgetClassInfo
(String className, boolean isExact) Creates a new info object. -
Method Summary
-
Field Details
-
className
Class name. -
isExact
public boolean isExactIndicates whether the matching should be exact.
-
-
Constructor Details
-
WidgetClassInfo
Creates a new info object.- Parameters:
className
- Class name.isExact
- Indicates whether the matching should be exact.
-