org.netbeans.lib.uihandler
Interface Decorable
public interface Decorable
A callback interface of a decorated representation of LogRecord.
Should be passed into LogRecords.decorate(java.util.logging.LogRecord, org.netbeans.lib.uihandler.Decorable) and will receive
appropriate callbacks.
- Since:
- 1.13
setName
void setName(String n)
setDisplayName
void setDisplayName(String n)
setIconBaseWithExtension
void setIconBaseWithExtension(String base)
setShortDescription
void setShortDescription(String format)