This class is the abstract superclass of all dialog trays. A tray can be opened in any TrayDialog.
TrayDialog
252253254255256257258259260261262
} /** */ private void handleSigningInfoPressed() { DialogTray existingTray = getTray(); if (existingTray instanceof BundleSigningTray) { // hide getButton(SIGNING_ID).setText(WorkbenchMessages.AboutPluginsDialog_signingInfo_show); closeTray(); }