Uses of Enum Class
net.thevpc.common.prs.iconset.IconSet.ErrorType
Packages that use IconSet.ErrorType
-
Uses of IconSet.ErrorType in net.thevpc.common.prs.iconset
Subclasses with type arguments of type IconSet.ErrorType in net.thevpc.common.prs.iconsetMethods in net.thevpc.common.prs.iconset that return IconSet.ErrorTypeModifier and TypeMethodDescriptionstatic IconSet.ErrorTypeReturns the enum constant of this class with the specified name.static IconSet.ErrorType[]IconSet.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.prs.iconset with parameters of type IconSet.ErrorTypeModifier and TypeMethodDescriptionAbstractIconSet.getIcon(String icon, IconSet.ErrorType errorType) IconSet.getIcon(String icon, IconSet.ErrorType errorType) IconSetAdapter.getIcon(String icon, IconSet.ErrorType errorType) protected IconAbstractIconSet.warn(String icon, IconSet.ErrorType errorType, IconNotFoundException e) protected IconIconSetAdapter.warn(String icon, IconSet.ErrorType errorType, IconNotFoundException e)