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 DialogTrayTrayDialog. getTray()Returns the tray currently shown in the dialog, ornullif there is no tray.Methods in org.eclipse.jface.dialogs with parameters of type DialogTray Modifier and Type Method Description voidTrayDialog. openTray(DialogTray tray)Constructs the tray's widgets and displays the tray in this dialog.
-