org.eclipse.mat.ui
Class MemoryAnalyserPreferences

java.lang.Object
  extended by org.eclipse.mat.ui.MemoryAnalyserPreferences

public class MemoryAnalyserPreferences
extends Object

We use this instead of a PreferenceInitializer because that only gets called when the preference pane is opened. See http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc. isv/reference/extension-points/org_eclipse_ui_startup.html


Constructor Summary
MemoryAnalyserPreferences()
           
 
Method Summary
 void earlyStartup()
          Called when Eclipse starts.
static void loadPreferenceValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryAnalyserPreferences

public MemoryAnalyserPreferences()
Method Detail

earlyStartup

public void earlyStartup()
Called when Eclipse starts.


loadPreferenceValue

public static void loadPreferenceValue()