Uses of Interface
org.apache.log4j.chainsaw.prefs.Profileable
-
Packages that use Profileable Package Description org.apache.log4j.chainsaw org.apache.log4j.chainsaw.prefs -
-
Uses of Profileable in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement Profileable Modifier and Type Class Description classLogPanelA LogPanel provides a view to a collection of LoggingEvents.
As events are received, the keywords in the 'tab identifier' application preference are replaced with the values from the received event. -
Uses of Profileable in org.apache.log4j.chainsaw.prefs
Methods in org.apache.log4j.chainsaw.prefs with parameters of type Profileable Modifier and Type Method Description voidProfileManager. configure(Profileable p)voidProfileManager. configure(Profileable p, java.lang.String profileName)private LoadSettingsEventSettingsManager. createProfilebleEvent(Profileable p)private voidSettingsManager. loadProfileble(Profileable p)private java.util.PropertiesSettingsManager. loadProperties(Profileable p)
-