Package org.eclipse.mat.ui
Class MemoryAnalyserPreferences
- java.lang.Object
-
- org.eclipse.mat.ui.MemoryAnalyserPreferences
-
-
Constructor Summary
Constructors Constructor Description MemoryAnalyserPreferences()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
earlyStartup()
Called when Eclipse starts.static void
loadPreferenceValue()
-
-
-
Method Detail
-
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()
-
-