net.sf.tm.plugin.ui
Class TMPreferencePage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.preference.PreferencePage
          extended bynet.sf.tm.plugin.ui.TMPreferencePage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IPreferencePage, IWorkbenchPreferencePage

public class TMPreferencePage
extends PreferencePage
implements IWorkbenchPreferencePage

Preference page for the plugin settings.

Available preferences:

Version:
$Id: TMPreferencePage.java,v 1.2 2003/09/12 08:36:24 apataki Exp $
Author:
Andreas Pataki

Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
TMPreferencePage()
          Default constructor
 
Method Summary
protected  Control createContents(Composite parent)
           
protected  IPreferenceStore doGetPreferenceStore()
           
 void init(IWorkbench workbench)
           
protected  void performDefaults()
           
 boolean performOk()
           
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, 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, performHelp, 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

TMPreferencePage

public TMPreferencePage()
Default constructor

Method Detail

createContents

protected Control createContents(Composite parent)
See Also:
PreferencePage.createContents(org.eclipse.swt.widgets.Composite)

doGetPreferenceStore

protected IPreferenceStore doGetPreferenceStore()
See Also:
PreferencePage.doGetPreferenceStore()

performOk

public boolean performOk()
Specified by:
performOk in interface IPreferencePage
See Also:
PreferencePage.performOk()

performDefaults

protected void performDefaults()
See Also:
PreferencePage.performDefaults()

init

public void init(IWorkbench workbench)
Specified by:
init in interface IWorkbenchPreferencePage
See Also:
IWorkbenchPreferencePage.init(org.eclipse.ui.IWorkbench)


Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.