List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.eclipse.jdt.internal.ui.refactoring.reorg.RenameTypeWizardSimilarElementsOptionsDialog.java
/**
* Option dialog for selecting a similarly named element renaming strategy
*
* @since 3.2
*
*/
From source file org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.RemoveLinkedFolderDialog.java
/** * Dialog to prompt whether a linked folder should be deleted. * */ class RemoveLinkedFolderDialog extends MessageDialog {
From source file org.eclipse.jpt.common.ui.internal.dialogs.OptionalMessageDialog.java
/** * A <code>OptionalMessageDialog</code> is a dialog that has a check box allowing the * option to no longer show the dialog in the future. */ public abstract class OptionalMessageDialog extends MessageDialog {
From source file org.eclipse.jst.j2ee.internal.dialogs.ListMessageDialog.java
/** * Insert the type's description here. Creation date: (9/7/2001 11:28:24 AM) * * @author: Administrator */ public class ListMessageDialog extends org.eclipse.jface.dialogs.MessageDialog {
From source file org.eclipse.jst.j2ee.internal.dialogs.RuntimeSelectionDialog.java
/** * @author Administrator * */ public class RuntimeSelectionDialog extends MessageDialog { private IProject project = null;
From source file org.eclipse.jst.j2ee.internal.plugin.ErrorDialog.java
/** * Added a Details button to the MessageDialog to show the exception stack trace. * * Borrowed from an eclipse InternalErrorDialog */ public class ErrorDialog extends MessageDialog {
From source file org.eclipse.jst.jsf.ui.internal.classpath.WarningMessageDialog.java
/**
* Customized warning dialog for JSF Library Upgrade warnings.
*
* @author cbateman
* @deprecated
*/
From source file org.eclipse.linuxtools.internal.cdt.autotools.ui.OptionalMessageDialog.java
/** * This is a <code>MessageDialog</code> which allows the user * to choose that the dialog isn't shown again the next time. */ public class OptionalMessageDialog extends MessageDialog { // String constants for widgets
From source file org.eclipse.linuxtools.internal.oprofile.ui.view.OprofileViewLogReaderAction.java
/** * A custom dialog box to display the oprofiled log file. */ class OprofiledLogDialog extends MessageDialog { //string to contain the log file private String textContent = null;
From source file org.eclipse.linuxtools.oprofile.ui.view.OprofileViewLogReaderAction.java
/** * A custom dialog box to display the oprofiled log file. */ class OprofiledLogDialog extends MessageDialog { //string to contain the log file String textContent = null;