Represents the preferences for the StartExplorer plug-in. All access to the preferences and the preference store goes through this class. In addition, this class also offers access to the custom command definitions that are stored as shared files in the workspace (although technically these are not preferences). This class makes no guarantee that the preferences actually have been loaded from the preference store and it does not load the preferences at construction time. Clients need to make sure that the preferences are loaded by calling {@link #loadPreferencesFromStore()} before using this class.
@author Bastian Krol
@version $Revision:$ $Date:$
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.