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.
  • Field Details

    • className

      public String className
      Class name.
    • isExact

      public boolean isExact
      Indicates whether the matching should be exact.
  • Constructor Details

    • LafWidgetClassInfo

      public LafWidgetClassInfo(String className, boolean isExact)
      Creates a new info object.
      Parameters:
      className - Class name.
      isExact - Indicates whether the matching should be exact.