Java org.eclipse.jface.preference PreferencePage fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.preference PreferencePage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.preference PreferencePage.

The text is from its open source code.

Subclass

org.eclipse.jface.preference.PreferencePage has subclasses.
Click this link to see all its subclasses.

Field

booleanisValid
Valid state for this page; true by default.

Constructor

PreferencePage(String title)
Creates a new preference page with the given title and no image.
PreferencePage()
Creates a new preference page with an empty title and no image.

Method

voidcreateControl(Composite parent)
The PreferencePage implementation of this IDialogPage method creates a description label and button bar for the page.
voiddispose()
The DialogPage implementation of this IDialogPage method disposes of the page image if it has one.
ControlgetControl()
Returns the top level control for this dialog page.
IPreferenceStoregetPreferenceStore()
Returns the preference store of this preference page.
StringgetTitle()
booleanperformCancel()
The preference page implementation of an IPreferencePage method performs special processing when this page's Cancel button has been pressed.
booleanperformOk()
voidsetContainer(IPreferencePageContainer container)
voidsetErrorMessage(String newMessage)
voidsetImageDescriptor(ImageDescriptor desc)
voidsetPreferenceStore(IPreferenceStore store)
Sets the preference store for this preference page.
voidsetTitle(String title)
The PreferencePage implementation of this IDialogPage method extends the DialogPage implementation to update the preference page container title.
voidsetValid(boolean b)
Sets whether this page is valid.