iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.editor.preferences
Class VerifierPreferencePage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.preference.PreferencePage
          extended byorg.eclipse.jface.preference.FieldEditorPreferencePage
              extended bycom.ibm.etools.iseries.editor.preferences.VerifierPreferencePage
All Implemented Interfaces:
EventListener, IDialogPage, IMessageProvider, IPreferencePage, IPropertyChangeListener, IWorkbenchPreferencePage, SelectionListener, SWTEventListener

public class VerifierPreferencePage
extends FieldEditorPreferencePage
implements IWorkbenchPreferencePage, SelectionListener


Field Summary
static String copyright
           
static String PREF_REFRESH_CACHE
          the name of the refresh cache preference
 
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
VerifierPreferencePage()
           
 
Method Summary
protected  void createFieldEditors()
          Create the field editors to put on the preference page.
 void init(IWorkbench arg0)
           
static void initDefaults(IPreferenceStore store)
          Method initDefaults.
protected  void initialize()
           
protected  void performDefaults()
           
 boolean performOk()
           
 void propertyChange(PropertyChangeEvent event)
           
static void setAllTheseEnabled(Control control, boolean bEnable)
           
 void widgetDefaultSelected(SelectionEvent event)
           
 void widgetSelected(SelectionEvent event)
          Remember the selected text (AS400 connection string)
 
Methods inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage
addField, adjustGridLayout, applyFont, checkState, createContents, dispose, getFieldEditorParent, setVisible
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyDialogFont, computeSize, contributeButtons, createControl, 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
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

PREF_REFRESH_CACHE

public static String PREF_REFRESH_CACHE
the name of the refresh cache preference

Constructor Detail

VerifierPreferencePage

public VerifierPreferencePage()
Method Detail

init

public void init(IWorkbench arg0)
Specified by:
init in interface IWorkbenchPreferencePage
See Also:
IWorkbenchPreferencePage.init(IWorkbench)

createFieldEditors

protected void createFieldEditors()
Create the field editors to put on the preference page.


propertyChange

public void propertyChange(PropertyChangeEvent event)
Specified by:
propertyChange in interface IPropertyChangeListener

initialize

protected void initialize()

initDefaults

public static void initDefaults(IPreferenceStore store)
Method initDefaults. Initializes the defaults for the preferences on this preference page.

Parameters:
store - the preference store to add the default values to.

performDefaults

protected void performDefaults()

performOk

public boolean performOk()
Specified by:
performOk in interface IPreferencePage

setAllTheseEnabled

public static void setAllTheseEnabled(Control control,
                                      boolean bEnable)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent event)
Specified by:
widgetDefaultSelected in interface SelectionListener

widgetSelected

public void widgetSelected(SelectionEvent event)
Remember the selected text (AS400 connection string)

Specified by:
widgetSelected in interface SelectionListener

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.