java.lang.Object
java.util.logging.Level
de.grogra.util.DescribedLevel
- All Implemented Interfaces:
Described
,Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
Fields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(String type) Returns the description associated with the giventype
.
-
Constructor Details
-
DescribedLevel
-
-
Method Details
-
getLocalizedName
- Overrides:
getLocalizedName
in classLevel
-
getDescription
Description copied from interface:Described
Returns the description associated with the giventype
.type
has to be one of the predefined constants of this interface, the returned value has to conform to the specification of the used constant.- Specified by:
getDescription
in interfaceDescribed
- Parameters:
type
- the type of description- Returns:
- the description, or
null
if no description is available
-