RSE
Release 1.0

org.eclipse.rse.logging.ui
Class LoggingPreferencePage

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


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
LoggingPreferencePage()
           
 
Method Summary
protected  Control createContents(Composite parent)
          Method declared on PreferencePage
protected  IPreferenceStore doGetPreferenceStore()
           
protected abstract  AbstractUIPlugin getPlugin()
           
 void init(IWorkbench workbench)
          Method declared on IWorkbenchPreferencePage
protected  void performDefaults()
          Method declared on PreferencePage
 boolean performOk()
          Method declared on PreferencePage
 
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 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
 

Constructor Detail

LoggingPreferencePage

public LoggingPreferencePage()
Method Detail

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

RSE
Release 1.0

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