An instance of this class is used by the platform to initialize default
values for visualization service preferences.
In addition to the code here, the extension point
org.eclipse.core.runtime.preferences
must have an initializer
attribute set to this class. In this case, the extension point in
plugin.xml
looks like:
<plugin>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.eclipse.ice.viz.service.VizPreferenceInitializer">
</initializer>
</extension>
</plugin>
The same method should be used for preference initializers for other
preference pages.