protected static class LafWidgetRepository.LafWidgetClassInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
className
Class name.
|
boolean |
isExact
Indicates whether the matching should be exact.
|
| Constructor and Description |
|---|
LafWidgetClassInfo(java.lang.String className,
boolean isExact)
Creates a new info object.
|