Package org.pushingpixels.lafwidget
Class LafWidgetRepository.LafWidgetClassInfo
- java.lang.Object
-
- org.pushingpixels.lafwidget.LafWidgetRepository.LafWidgetClassInfo
-
- Enclosing class:
- LafWidgetRepository
protected static class LafWidgetRepository.LafWidgetClassInfo extends Object
Information on a single class.
-
-
Constructor Summary
Constructors Constructor Description LafWidgetClassInfo(String className, boolean isExact)
Creates a new info object.
-
-
-
Field Detail
-
className
public String className
Class name.
-
isExact
public boolean isExact
Indicates whether the matching should be exact.
-
-
Constructor Detail
-
LafWidgetClassInfo
public LafWidgetClassInfo(String className, boolean isExact)
Creates a new info object.- Parameters:
className
- Class name.isExact
- Indicates whether the matching should be exact.
-
-