blob: 3cf9919cd702b3a670d05db358504e2ce51bb1e3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2004, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
<P>Provides preference page helpers, including an abstract preference
page that supports context sensitive help and some field editors intended for
use on preference pages.</P>
<h2>Using this Package</h2>
<P>First, subclass
{@link org.eclipse.gmf.runtime.common.ui.preferences.AbstractPreferencePage
AbstractPreferencePage}. The resulting preference page will support context
sensitive help.
</P>
<P>The {@link org.eclipse.gmf.runtime.common.ui.preferences.CheckBoxFieldEditor
CheckboxFieldEditor}
and the {@link org.eclipse.gmf.runtime.common.ui.preferences.ComboFieldEditor
ComboFieldEditor}
may be used on the subclassed preference page or another
{@link org.eclipse.ui.IWorkbenchPreferencePage
IWorkbenchPreferencePage}.
Implement the
{@link org.eclipse.jface.preference.FieldEditorPreferencePage#createFieldEditors()
createFieldEditors()} method to add the field editors.</P>
<h2>Package Specification</h2>
<P>For more information, please see {@link org.eclipse.ui.IWorkbenchPreferencePage
IWorkbenchPreferencePage}.</P>
@canBeSeenBy %partners
</body>
</html>