Package org.pushingpixels.lafwidget
Class LafWidgetRepository.LafWidgetClassInfo
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetRepository.LafWidgetClassInfo
- Enclosing class:
LafWidgetRepository
Information on a single class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLafWidgetClassInfo
(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
-
LafWidgetClassInfo
Creates a new info object.- Parameters:
className
- Class name.isExact
- Indicates whether the matching should be exact.
-