Package org.rssowl.ui.internal.dialogs

Examples of org.rssowl.ui.internal.dialogs.FatalOutOfMemoryErrorDialog.open()


          ApplicationWorkbenchAdvisor.fgPrimaryApplicationWorkbenchWindowAdvisor.getWindowConfigurer().getWorkbenchConfigurer().emergencyClose();

          /* Inform the User */
          IStatus errorStatus = new Status(IStatus.ERROR, "org.rssowl.ui", IStatus.ERROR, error.getMessage(), error); //$NON-NLS-1$
          FatalOutOfMemoryErrorDialog dialog = new FatalOutOfMemoryErrorDialog(errorStatus);
          if (dialog.open() == IDialogConstants.HELP_ID)
            Program.launch("http://www.rssowl.org/help#item_6g"); //$NON-NLS-1$;
        }

        /* Serious problem - Exit (gives Shutdown Hook a chance to run) */
        catch (Error err) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.