Package org.rssowl.ui.internal.dialogs

Examples of org.rssowl.ui.internal.dialogs.ConfirmDialog


    /* Check if the Archive is being deleted */
    boolean includesArchive = includesArchive(fSelection);

    /* Create Dialog and open if confirmation required */
    ConfirmDialog dialog = new ConfirmDialog(fShell, Messages.DeleteTypesAction_CONFIRM_DELETE, Messages.DeleteTypesAction_NO_UNDO, getMessage(elements, includesArchive), null);
    return dialog.open() == IDialogConstants.OK_ID;
  }
View Full Code Here

TOP

Related Classes of org.rssowl.ui.internal.dialogs.ConfirmDialog

Copyright © 2018 www.massapicom. 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.