org.jvnet.lafwidget
Class LafWidgetRepository.LafWidgetClassInfo

java.lang.Object
  extended by org.jvnet.lafwidget.LafWidgetRepository.LafWidgetClassInfo
Enclosing class:
LafWidgetRepository

protected static class LafWidgetRepository.LafWidgetClassInfo
extends java.lang.Object

Information on a single class.

Author:
Kirill Grouchnikov

Field Summary
 java.lang.String className
          Class name.
 boolean isExact
          Indicates whether the matching should be exact.
 
Constructor Summary
LafWidgetRepository.LafWidgetClassInfo(java.lang.String className, boolean isExact)
          Creates a new info object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public java.lang.String className
Class name.


isExact

public boolean isExact
Indicates whether the matching should be exact.

Constructor Detail

LafWidgetRepository.LafWidgetClassInfo

public LafWidgetRepository.LafWidgetClassInfo(java.lang.String className,
                                              boolean isExact)
Creates a new info object.

Parameters:
className - Class name.
isExact - Indicates whether the matching should be exact.