com.ibm.etools.iseries.editor.preferences
Class VerifierPreferencePageCOBOLILEPCML
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
org.eclipse.jface.preference.FieldEditorPreferencePage
com.ibm.etools.iseries.editor.preferences.VerifierPreferencePageCOBOLILEPCML
- All Implemented Interfaces:
- EventListener, IDialogPage, IMessageProvider, IPreferencePage, IPropertyChangeListener, IWorkbenchPreferencePage, ModifyListener, SelectionListener, SWTEventListener
- public class VerifierPreferencePageCOBOLILEPCML
- extends FieldEditorPreferencePage
- implements IWorkbenchPreferencePage, SelectionListener, ModifyListener
Methods inherited from class org.eclipse.jface.preference.PreferencePage |
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 |
copyright
public static final String copyright
- See Also:
- Constant Field Values
VerifierPreferencePageCOBOLILEPCML
public VerifierPreferencePageCOBOLILEPCML()
- Constructor
createControl
public void createControl(Composite compositeParent)
- Specified by:
createControl
in interface IDialogPage
- See Also:
PreferencePage.createControl(Composite)
createFieldEditors
protected void createFieldEditors()
- Create the field editors to put on the preference page.
initialize
protected void initialize()
setAllTheseEnabled
public static void setAllTheseEnabled(Control control,
boolean bEnable)
init
public void init(IWorkbench arg0)
- Specified by:
init
in interface IWorkbenchPreferencePage
- See Also:
IWorkbenchPreferencePage.init(IWorkbench)
modifyText
public void modifyText(ModifyEvent event)
- Declared in ModifyListener.
The content of the module text control has changed.
- Specified by:
modifyText
in interface ModifyListener
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Enables or disables the PCML target field.
- Specified by:
propertyChange
in interface IPropertyChangeListener
widgetSelected
public void widgetSelected(SelectionEvent event)
- Processes radio button selection events.
- Specified by:
widgetSelected
in interface SelectionListener
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)
- Does nothing (implements SelectionListener interface)
- Specified by:
widgetDefaultSelected
in interface SelectionListener
performDefaults
protected void performDefaults()
initDefaults
public static void initDefaults(IPreferenceStore store)
- Initializes default values.
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.