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 TypeClassDescriptionclassHelper 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) classThe only reason this class is needed is because of a stupid 'issue' with the JTabbedPane.classA 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.classThe 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 TypeInterfaceDescriptioninterfaceA component implementing this interface is interested in being able to configure itself.Classes in org.apache.log4j.chainsaw.prefs that implement SettingsListenerModifier and TypeClassDescriptionclassLoads/Saves the MRU lists from preferencesMethods in org.apache.log4j.chainsaw.prefs with parameters of type SettingsListenerModifier and TypeMethodDescriptionvoidSettingsManager.addSettingsListener(SettingsListener listener) Registers the listener with the managervoidSettingsManager.configure(SettingsListener listener) -
Uses of SettingsListener in org.apache.log4j.chainsaw.receivers
Classes in org.apache.log4j.chainsaw.receivers that implement SettingsListenerModifier and TypeClassDescriptionclassThis panel is used to manage all the Receivers configured within Log4j