Uses of Class
org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
-
Packages that use LoadSettingsEvent Package Description org.apache.log4j.chainsaw org.apache.log4j.chainsaw.prefs org.apache.log4j.chainsaw.receivers -
-
Uses of LoadSettingsEvent in org.apache.log4j.chainsaw
Methods in org.apache.log4j.chainsaw with parameters of type LoadSettingsEvent Modifier and Type Method Description private 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 LoadSettingsEvent Modifier and Type Method Description private LoadSettingsEvent
SettingsManager. createProfilebleEvent(Profileable p)
Methods in org.apache.log4j.chainsaw.prefs with parameters of type LoadSettingsEvent Modifier and Type Method Description void
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 Modifier and Type Method Description void
ReceiversPanel. loadSettings(LoadSettingsEvent event)
-