Java org.eclipse.jface.dialogs TrayDialog fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs TrayDialog fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jface.dialogs.TrayDialog has subclasses.
Click this link to see all its subclasses.

Constructor

TrayDialog(Shell shell)
Creates a tray dialog instance.
TrayDialog(IShellProvider parentShell)
Creates a tray dialog with the given parent.

Method

booleanclose()
voidcloseTray()
Closes this dialog's tray, disposing its widgets.
ShellgetShell()
Returns this window's shell.
DialogTraygetTray()
Returns the tray currently shown in the dialog, or null if there is no tray.
booleanisDialogHelpAvailable()
Tests if dialogs that have help control should show it all the time or only when explicitly requested for each dialog instance.
booleanisHelpAvailable()
Returns whether or not context help is available for this dialog.
intopen()
Opens this window, creating it first if it has not yet been created.
voidopenTray(DialogTray tray)
Constructs the tray's widgets and displays the tray in this dialog.
voidsetBlockOnOpen(boolean shouldBlock)
Sets whether the open method should block until the window closes.
voidsetDialogHelpAvailable(boolean helpAvailable)
Sets whether JFace dialogs that support help control should show the control by default.
voidsetHelpAvailable(boolean helpAvailable)
Sets whether or not context help is available for this dialog.