Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.LogEntry.Category
-
Packages that use LogEntry.Category Package Description net.sourceforge.pmd.util.fxdesigner.model -
-
Uses of LogEntry.Category in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model that return LogEntry.Category Modifier and Type Method Description LogEntry.CategoryLogEntry. getCategory()static LogEntry.CategoryLogEntry.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogEntry.Category[]LogEntry.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.pmd.util.fxdesigner.model with parameters of type LogEntry.Category Constructor Description LogEntry(java.lang.Throwable thrown, LogEntry.Category cat)
-