Uses of Class
org.eclipse.jface.dialogs.DialogTray
-
Packages that use DialogTray Package Description org.eclipse.jface.dialogs Provides support for dialogs. -
-
Uses of DialogTray in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return DialogTray Modifier and Type Method Description DialogTray
TrayDialog. getTray()
Returns the tray currently shown in the dialog, ornull
if there is no tray.Methods in org.eclipse.jface.dialogs with parameters of type DialogTray Modifier and Type Method Description void
TrayDialog. openTray(DialogTray tray)
Constructs the tray's widgets and displays the tray in this dialog.
-