RSE
Release 1.0

org.eclipse.rse.ui.propertypages
Class SystemCommunicationsPreferencePage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.preference.PreferencePage
          extended byorg.eclipse.jface.preference.FieldEditorPreferencePage
              extended byorg.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


Field Summary
 
Fields inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage
FLAT, GRID, MARGIN_HEIGHT, MARGIN_WIDTH, VERTICAL_SPACING
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
SystemCommunicationsPreferencePage()
          Constructor
 
Method Summary
 void createControl(Composite parent)
          Configure the composite.
protected  void createFieldEditors()
           
 void init(IWorkbench workbench)
          Inherited method.
static void initDefaults(IPreferenceStore store)
          Set default preferences for the communications preference page.
 boolean performOk()
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

SystemCommunicationsPreferencePage

public SystemCommunicationsPreferencePage()
Constructor

Method Detail

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()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.