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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

PreferenceDialog(Shell parentShell, PreferenceManager manager)
Creates a new preference dialog under the control of the given preference manager.

Method

voidaddPageChangedListener(IPageChangedListener listener)
booleanclose()
voidcreate()
PreferenceManagergetPreferenceManager()
Returns the preference mananger used by this preference dialog.
intgetReturnCode()
Returns this window's return code.
ObjectgetSelectedPage()
ShellgetShell()
Returns this window's shell.
TreeViewergetTreeViewer()
intopen()
Opens this window, creating it first if it has not yet been created.
voidsetBlockOnOpen(boolean shouldBlock)
Sets whether the open method should block until the window closes.
voidsetErrorMessage(String newErrorMessage)
Display the given error message.
voidsetMessage(String newMessage)
Set the message text.
voidsetMessage(String newMessage, int newType)
Sets the message for this dialog with an indication of what type of message it is.
voidsetMinimumPageSize(int minWidth, int minHeight)
Sets the minimum page size.
voidsetPreferenceStore(IPreferenceStore store)
Sets the preference store for this preference dialog.
voidsetSelectedNode(String pageId)
Sets the name of the selected item preference.