Uses of Interface
org.apache.log4j.chainsaw.prefs.SettingsListener
Packages that use SettingsListener
Package
Description
-
Uses of SettingsListener in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement SettingsListenerModifier and TypeClassDescriptionclass
Helper class that helps delegate the work of loading and saving the values of the ApplicationPreferenceModel, allowing that class to remain a simple bean.(package private) class
The only reason this class is needed is because of a stupid 'issue' with the JTabbedPane.class
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.class
The main entry point for Chainsaw, this class represents the first frame that is used to display a Welcome panel, and any other panels that are generated because Logging Events are streamed via a Receiver, or other mechanism. -
Uses of SettingsListener in org.apache.log4j.chainsaw.prefs
Subinterfaces of SettingsListener in org.apache.log4j.chainsaw.prefsModifier and TypeInterfaceDescriptioninterface
A component implementing this interface is interested in being able to configure itself.Classes in org.apache.log4j.chainsaw.prefs that implement SettingsListenerModifier and TypeClassDescriptionclass
Loads/Saves the MRU lists from preferencesMethods in org.apache.log4j.chainsaw.prefs with parameters of type SettingsListenerModifier and TypeMethodDescriptionvoid
SettingsManager.addSettingsListener
(SettingsListener listener) Registers the listener with the managervoid
SettingsManager.configure
(SettingsListener listener) -
Uses of SettingsListener in org.apache.log4j.chainsaw.receivers
Classes in org.apache.log4j.chainsaw.receivers that implement SettingsListenerModifier and TypeClassDescriptionclass
This panel is used to manage all the Receivers configured within Log4j