public abstract class VizConnectionPreferencePage extends AbstractVizPreferencePage implements IKeyChangeListener
Constructor and Description |
---|
VizConnectionPreferencePage()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
init(org.eclipse.ui.IWorkbench workbench) |
void |
keyChanged(java.lang.String oldKey,
java.lang.String newKey)
This method keeps track of added, removed, and changed keys.
|
boolean |
performOk() |
dispose, 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 VizConnectionPreferencePage()
public void init(org.eclipse.ui.IWorkbench workbench)
init
in interface org.eclipse.ui.IWorkbenchPreferencePage
init
in class AbstractVizPreferencePage
public boolean performOk()
performOk
in interface org.eclipse.jface.preference.IPreferencePage
performOk
in class org.eclipse.jface.preference.FieldEditorPreferencePage
public void keyChanged(java.lang.String oldKey, java.lang.String newKey)
keyChanged
in interface IKeyChangeListener
oldKey
- The previous value of the key. This is null
if the key
did not previously exist.newKey
- The new value of the key. This is null
if the key no
longer exists.