Package org.eclipse.mat.ui
Class MemoryAnalyserPreferences
java.lang.Object
org.eclipse.mat.ui.MemoryAnalyserPreferences
- All Implemented Interfaces:
IStartup
We use this instead of a PreferenceInitializer because that only gets called
when the preference pane is opened.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when Eclipse starts.static void
-
Constructor Details
-
MemoryAnalyserPreferences
public MemoryAnalyserPreferences()
-
-
Method Details
-
earlyStartup
public void earlyStartup()Called when Eclipse starts. Not used anymore as it causes o.e.mat.ui always to be started when MAT is installed in Eclipse, even when not used. Instead BytesDisplay does the query of the Eclipse preferences.- Specified by:
earlyStartup
in interfaceIStartup
-
loadPreferenceValue
public static void loadPreferenceValue()
-