EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.preferences
Class AbstractPreferencePage

java.lang.Object
  extended by FieldEditorPreferencePage
      extended by org.eclipse.egf.core.ui.preferences.AbstractPreferencePage
Direct Known Subclasses:
DomainPreferencePage, EgfGeneralPreferencePage, FactoryComponentPreferencePage, PatternPreferencePage

public abstract class AbstractPreferencePage
extends FieldEditorPreferencePage

Base class to implement preference pages.


Constructor Summary
AbstractPreferencePage()
          Constructor.
 
Method Summary
protected abstract  String getPageDescription()
          Get the description of this preference page.
protected abstract  String getPageTitle()
          Get the title of this preference page.
 void init(IWorkbench workbench_p)
           
 boolean performOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPreferencePage

public AbstractPreferencePage()
Constructor.

Method Detail

init

public void init(IWorkbench workbench_p)
See Also:
org.eclipse.ui.IWorkbenchPreferencePage#init(org.eclipse.ui.IWorkbench)

getPageTitle

protected abstract String getPageTitle()
Get the title of this preference page.

Returns:

getPageDescription

protected abstract String getPageDescription()
Get the description of this preference page.

Returns:

performOk

public boolean performOk()
See Also:
org.eclipse.jface.preference.FieldEditorPreferencePage#performOk()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.