Uses of Class
org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
Packages that use LoadSettingsEvent
Package
Description
-
Uses of LoadSettingsEvent in org.apache.log4j.chainsaw
Methods in org.apache.log4j.chainsaw with parameters of type LoadSettingsEventModifier and TypeMethodDescriptionprivate void
LogPanel.loadDefaultColumnSettings
(LoadSettingsEvent event) Load default column settings if no settings exist for this identifiervoid
ApplicationPreferenceModelSaver.loadSettings
(LoadSettingsEvent event) void
ChainsawTabbedPane.loadSettings
(LoadSettingsEvent event) Loads the saved tab setting by reading the XML file.void
LogPanel.loadSettings
(LoadSettingsEvent event) Load settings from the panel preference modelvoid
LogUI.loadSettings
(LoadSettingsEvent event) Given the load event, configures the size/location of the main window etc etc. -
Uses of LoadSettingsEvent in org.apache.log4j.chainsaw.prefs
Methods in org.apache.log4j.chainsaw.prefs that return LoadSettingsEventModifier and TypeMethodDescriptionprivate LoadSettingsEvent
SettingsManager.createProfilebleEvent
(Profileable p) Methods in org.apache.log4j.chainsaw.prefs with parameters of type LoadSettingsEventModifier and TypeMethodDescriptionvoid
MRUFileListPreferenceSaver.loadSettings
(LoadSettingsEvent event) void
SettingsListener.loadSettings
(LoadSettingsEvent event) When a request to load Settings has been requested, this method will be invoked by the SettingsManager. -
Uses of LoadSettingsEvent in org.apache.log4j.chainsaw.receivers
Methods in org.apache.log4j.chainsaw.receivers with parameters of type LoadSettingsEvent