public interface Decorable
LogRecords.decorate(java.util.logging.LogRecord, org.netbeans.lib.uihandler.Decorable)
and will receive
appropriate call-backs.Modifier and Type | Method and Description |
---|---|
void |
setDisplayName(String n)
Set the display name.
|
void |
setIconBaseWithExtension(String base)
Set the icon base.
|
void |
setName(String n)
Set the name.
|
void |
setShortDescription(String shortDescription)
Set the short description.
|
void setName(String n)
n
- the name of the log recordvoid setDisplayName(String n)
n
- the display name of the log recordvoid setIconBaseWithExtension(String base)
base
- the icon base, including the extension, of the log recordvoid setShortDescription(String shortDescription)
shortDescription
- the short description of the log record