|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.logging.Level de.grogra.util.DescribedLevel
public class DescribedLevel
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 | |
---|---|
DescribedLevel(I18NBundle bundle,
java.lang.String key,
int value)
|
Method Summary | |
---|---|
java.lang.Object |
getDescription(java.lang.String type)
Returns the description associated with the given type . |
java.lang.String |
getLocalizedName()
|
Methods inherited from class java.util.logging.Level |
---|
equals, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribedLevel(I18NBundle bundle, java.lang.String key, int value)
Method Detail |
---|
public java.lang.Object getDescription(java.lang.String type)
Described
type
.
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.
getDescription
in interface Described
type
- the type of description
null
if no description is availablepublic java.lang.String getLocalizedName()
getLocalizedName
in class java.util.logging.Level
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |