public interface Decorable
LogRecords.decorate(java.util.logging.LogRecord, org.netbeans.lib.uihandler.Decorable) and will receive
appropriate call-backs.| Modifier and Type | Method | Description |
|---|---|---|
void |
setDisplayName(java.lang.String n) |
Set the display name.
|
void |
setIconBaseWithExtension(java.lang.String base) |
Set the icon base.
|
void |
setName(java.lang.String n) |
Set the name.
|
void |
setShortDescription(java.lang.String shortDescription) |
Set the short description.
|
void setName(java.lang.String n)
n - the name of the log recordvoid setDisplayName(java.lang.String n)
n - the display name of the log recordvoid setIconBaseWithExtension(java.lang.String base)
base - the icon base, including the extension, of the log recordvoid setShortDescription(java.lang.String shortDescription)
shortDescription - the short description of the log recordBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.