List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.talend.commons.ui.runtime.exception.ExceptionMessageDialog.java
/***/ public class ExceptionMessageDialog extends MessageDialog { private Throwable ex; public ExceptionMessageDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage,
From source file org.talend.dataprofiler.core.ui.dialog.message.ImportInfoDialog.java
/** * DOC Administrator class global comment. Detailled comment */ public class ImportInfoDialog extends MessageDialog { Object[] information;
From source file org.talend.dataprofiler.core.ui.dialog.message.TreeMessageInfoDialog.java
/** * DOC rli class global comment. Detailled comment */ public class TreeMessageInfoDialog extends MessageDialog { private ITreeContentProvider contentProvider;
From source file org.talend.designer.esb.runcontainer.ui.dialog.InitFinishMessageDialog.java
public class InitFinishMessageDialog extends MessageDialog { private String[] bundlesName; public InitFinishMessageDialog(Shell parentShell, String[] bundlesName) { super(parentShell, "Initialize Finished", null, "", MessageDialog.INFORMATION,
From source file org.talend.mdm.repository.ui.dialogs.SwitchPerspectiveDialog.java
/** * DOC HHB class global comment. Detailled comment */ public class SwitchPerspectiveDialog extends MessageDialog { private final String perspectiveId;
From source file org.thanlwinsoft.languagetest.eclipse.views.EditTagDialog.java
public class EditTagDialog extends MessageDialog { /** * */ //private final TagFilterComposite composite;
From source file org.vclipse.base.ui.ErrorDialog.java
public class ErrorDialog extends MessageDialog { private IStatus status; public ErrorDialog(Shell parentShell, String dialogTitle, String dialogMessage, IStatus status) { super(parentShell, dialogTitle, null, dialogMessage, MessageDialog.ERROR, new String[] { "OK" }, 0);
From source file org.vclipse.connection.dialogs.IDocErrorDialog.java
/** * Error dialog offering the user to put the JCo dll and jar files into the unpacked jco plugin. */ public class IDocErrorDialog extends MessageDialog { /**
From source file org.vclipse.connection.dialogs.JCoErrorDialog.java
/** * Error dialog offering the user to put the JCo dll and jar files into the unpacked jco plugin. */ public class JCoErrorDialog extends MessageDialog { /**
From source file org.webcat.eclipse.projectlink.exporter.AmbiguousProjectToSubmitDialog.java
/**
* A dialog used to allow the user to choose which project should be submitted
* in the submission wizard if the selection in the Navigator differs from the
* project that owns the file in the currently active editor.
*
* @author Tony Allevato (Virginia Tech Computer Science)