List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.eclipse.linuxtools.profiling.ui.MessageDialogSyncedRunnable.java
/**
* <h1>UI sycned Message Dialogue </h1>
* <p>
* This class is for launching common messages <b>from background threads</b> and <b>getting a return value</b>.
* </p>
* <p>
From source file org.eclipse.m2e.core.ui.internal.dialogs.MavenMessageDialog.java
/** * MavenMessageDialog * * @author dyocum */ public class MavenMessageDialog extends MessageDialog {
From source file org.eclipse.m2e.core.ui.internal.util.M2EErrorDialog.java
/** * M2EErrorDialog Error dialog for displaying a list/table of error values. * * @author dyocum */ public class M2EErrorDialog extends MessageDialog {
From source file org.eclipse.m2e.pr.internal.wizard.HyperlinkDialog.java
/** * @author Anton Kraev */ public class HyperlinkDialog extends MessageDialog { private String url;
From source file org.eclipse.mylyn.commons.workbench.browser.WebBrowserDialog.java
/**
* Dialog that show the contents of an HTML page or the content of a URL in a dialog.
*
* @author Shawn Minto
* @author Steffen Pingel
* @since 3.7
From source file org.eclipse.mylyn.internal.context.ui.wizards.RetrieveLatestContextDialog.java
/** * @author Steffen Pingel */ public class RetrieveLatestContextDialog extends MessageDialog { public static boolean openQuestion(Shell shell, ITask task) {
From source file org.eclipse.mylyn.internal.monitor.usage.WebBrowserDialog.java
/** * Dialog to show the contents of an html page to the user * * @author Shawn Minto */ public class WebBrowserDialog extends MessageDialog {
From source file org.eclipse.mylyn.internal.tasks.ui.context.RetrieveLatestContextDialog.java
/** * @author Steffen Pingel */ public class RetrieveLatestContextDialog extends MessageDialog { public static boolean openQuestion(Shell shell, ITask task) {
From source file org.eclipse.mylyn.internal.tasks.ui.util.WebBrowserDialog.java
/**
* Dialog to show the contents of an html page to the user
*
* @author Shawn Minto
* @deprecated use {@link org.eclipse.mylyn.commons.workbench.browser.WebBrowserDialog} instead
*/
From source file org.eclipse.n4js.ui.binaries.IllegalBinaryStateDialog.java
/** * Customized message dialog for notifying the user about an incorrect binary configuration. */ public class IllegalBinaryStateDialog extends MessageDialog { private static final int TEXT_HEIGHT_HINT = 50;