org.eclipse.rse.ui.propertypages
Class SystemCommunicationsPreferencePage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
org.eclipse.jface.preference.FieldEditorPreferencePage
org.eclipse.rse.ui.propertypages.SystemCommunicationsPreferencePage
- All Implemented Interfaces:
- EventListener, IDialogPage, IMessageProvider, IPreferencePage, IPropertyChangeListener, IWorkbenchPreferencePage
- public class SystemCommunicationsPreferencePage
- extends FieldEditorPreferencePage
- implements IWorkbenchPreferencePage
Preference page for generic Remote System communication preferences
| Methods inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage |
addField, adjustGridLayout, applyFont, checkState, createContents, dispose, getFieldEditorParent, initialize, performDefaults, propertyChange, setVisible |
| Methods inherited from class org.eclipse.jface.preference.PreferencePage |
applyData, applyDialogFont, computeSize, contributeButtons, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
SystemCommunicationsPreferencePage
public SystemCommunicationsPreferencePage()
- Constructor
createControl
public void createControl(Composite parent)
- Configure the composite. We intercept to set the help.
- Specified by:
createControl in interface IDialogPage
createFieldEditors
protected void createFieldEditors()
init
public void init(IWorkbench workbench)
- Inherited method.
- Specified by:
init in interface IWorkbenchPreferencePage
initDefaults
public static void initDefaults(IPreferenceStore store)
- Set default preferences for the communications preference page.
- Parameters:
store - PreferenceStore used for this preference page.
performOk
public boolean performOk()
- Specified by:
performOk in interface IPreferencePage
- See Also:
FieldEditorPreferencePage.performOk()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.