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 class
LogPanel
A 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 void
ProfileManager. configure(Profileable p)
void
ProfileManager. configure(Profileable p, java.lang.String profileName)
private LoadSettingsEvent
SettingsManager. createProfilebleEvent(Profileable p)
private void
SettingsManager. loadProfileble(Profileable p)
private java.util.Properties
SettingsManager. loadProperties(Profileable p)
-