Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.preference.IPreferencePageContainer

Packages that use IPreferencePageContainer
org.eclipse.jface.preference Provides a framework for preferences.  
 

Uses of IPreferencePageContainer in org.eclipse.jface.preference
 

Classes in org.eclipse.jface.preference that implement IPreferencePageContainer
 class PreferenceDialog
          A preference dialog is a hierarchical presentation of preference pages.
 

Methods in org.eclipse.jface.preference that return IPreferencePageContainer
 IPreferencePageContainer PreferencePage.getContainer()
          Returns the container of this page.
 

Methods in org.eclipse.jface.preference with parameters of type IPreferencePageContainer
 void PreferencePage.setContainer(IPreferencePageContainer container)
          (non-Javadoc) Method declared on IPreferencePage.
 void IPreferencePage.setContainer(IPreferencePageContainer preferencePageContainer)
          Sets or clears the container of this page.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.