public class VizPreferencePage extends AbstractVizPreferencePage
In addition to the code here, the extension point
org.eclipse.ui.preferencePage
must be used. In this case, the
extension point in plugin.xml
looks like:
<plugin>
<extension
id="org.eclipse.ice.viz.service.preferencePage"
name="Visualization Preferences"
point="org.eclipse.ui.preferencePages">
<page
class="org.eclipse.ice.viz.service.VizPreferencePage"
id="org.eclipse.ice.viz.service.preferences"
name="Visualization">
</page>
</extension>
</plugin>
The same method should be used for other preference pages.
Constructor and Description |
---|
VizPreferencePage()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
init(org.eclipse.ui.IWorkbench workbench) |
dispose, performOk, propertyChange, setVisible
applyData, computeSize, createControl, getContainer, getPreferenceStore, isValid, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString
getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, setDescription, setImageDescriptor, setMessage
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public void init(org.eclipse.ui.IWorkbench workbench)
init
in interface org.eclipse.ui.IWorkbenchPreferencePage
init
in class AbstractVizPreferencePage