List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file com.versant.core.jdo.tools.plugins.eclipse.dialogs.WriterOutputDialog.java
public class WriterOutputDialog extends MessageDialog implements Logger { private Text text; private Writer writer; private Button closeWhenDone; private PrintWriter printWriter;
From source file de.byteholder.geoclipse.ui.MessageDialogNoClose.java
/** * For this dialog box the close event is disabled, the dialog must be closed with OK or Cancel to * preventthat it is accidently closed, this happened very often during development of the custom * map provider feature */ public class MessageDialogNoClose extends MessageDialog {
From source file de.fhg.igd.swingrcp.ComponentMessageDialog.java
/** * Message dialog that contains an AWT/Swing component * * @author Simon Templer */ @SuppressWarnings("all")
From source file de.innot.avreclipse.ui.dialogs.FileMCUMismatchDialog.java
/**
* An small Warning dialog that will be shown when the MCU for the bytes does not match the current
* MCU.
* <p>
* In addition to a fixed warning message, this dialog sports three buttons to:
* <ul>
From source file de.innot.avreclipse.ui.dialogs.ProjectMCUMismatchDialog.java
/**
* An small Warning dialog that will be shown when the MCU for the bytes does not match the current
* Project / Configuration MCU.
* <p>
* In addition to a fixed warning message, this dialog sports two buttons to accept the byte values,
* even if they don't match, or to cancel the changes.
From source file de.jcup.egradle.eclipse.ide.MissingRootProjectDialog.java
public class MissingRootProjectDialog extends MessageDialog { private static final String DE_JCUP_EGRADLE_ECLIPSE_PLUGIN_MAIN = "/de.jcup.egradle.eclipse.plugin.main/"; private String detailmessage; public MissingRootProjectDialog(Shell parentShell, String detailmessage) {
From source file de.kolditz.common.ui.dialog.ErrorDialog.java
public class ErrorDialog extends MessageDialog { protected Throwable throwable; /** * @param parentShell * @param dialogTitle
From source file de.loskutov.eclipseskins.sessions.dialogs.ManageSessionsDialog.java
/** * @author Andrei * */ public class ManageSessionsDialog extends MessageDialog {
From source file de.snertlab.xdccBee.tools.MyMessageDialog.java
public class MyMessageDialog extends MessageDialog { public MyMessageDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex) { super(parentShell, dialogTitle, dialogTitleImage, dialogMessage, dialogImageType, dialogButtonLabels, defaultIndex);
From source file de.tub.tfs.henshin.tggeditor.commands.ResizableMessageDialog.java
public class ResizableMessageDialog extends MessageDialog { public ResizableMessageDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex) { super(parentShell, dialogTitle, dialogTitleImage, dialogMessage, dialogImageType, dialogButtonLabels, defaultIndex);