|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPreferencePage | |
---|---|
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
Uses of IPreferencePage in org.eclipse.jface.preference |
---|
Classes in org.eclipse.jface.preference that implement IPreferencePage | |
---|---|
class |
PreferencePage
Abstract base implementation for all preference page implementations. |
Methods in org.eclipse.jface.preference that return IPreferencePage | |
---|---|
IPreferencePage |
IPreferenceNode.getPage()
Returns the preference page for this node. |
IPreferencePage |
PreferenceNode.getPage()
|
Methods in org.eclipse.jface.preference with parameters of type IPreferencePage | |
---|---|
void |
PreferenceNode.setPage(IPreferencePage newPage)
Set the current page to be newPage. |
Constructors in org.eclipse.jface.preference with parameters of type IPreferencePage | |
---|---|
PreferenceNode(java.lang.String id,
IPreferencePage preferencePage)
Creates a preference node with the given id and preference page. |
Uses of IPreferencePage in org.eclipse.ui |
---|
Subinterfaces of IPreferencePage in org.eclipse.ui | |
---|---|
interface |
IWorkbenchPreferencePage
Interface for workbench preference pages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |