org.eclipse.rse.logging.ui
Class LoggingPreferencePage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
org.eclipse.rse.logging.ui.LoggingPreferencePage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IPreferencePage, IWorkbenchPreferencePage
- Direct Known Subclasses:
- SystemLoggingPreferencePage
- public abstract class LoggingPreferencePage
- extends PreferencePage
- implements IWorkbenchPreferencePage
An abstract preference page for all remote system logging.
Use a subclass of this page if you need a preference page to control
logging.
| Methods inherited from class org.eclipse.jface.preference.PreferencePage |
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, 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, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage, setVisible |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
LoggingPreferencePage
public LoggingPreferencePage()
createContents
protected Control createContents(Composite parent)
- Method declared on PreferencePage
doGetPreferenceStore
protected IPreferenceStore doGetPreferenceStore()
getPlugin
protected abstract AbstractUIPlugin getPlugin()
init
public void init(IWorkbench workbench)
- Method declared on IWorkbenchPreferencePage
- Specified by:
init in interface IWorkbenchPreferencePage
performDefaults
protected void performDefaults()
- Method declared on PreferencePage
performOk
public boolean performOk()
- Method declared on PreferencePage
- Specified by:
performOk in interface IPreferencePage
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.