List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.webcat.eclipse.submitter.ui.dialogs.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)
From source file org2.eclipse.php.internal.debug.ui.launching.FileSelectionDialog.java
/** * Dialog for selecting a file in the workspace. Derived from * org.eclipse.ui.dialogs.ResourceSelectionDialog */ public class FileSelectionDialog extends MessageDialog { // the root element to populate the viewer with
From source file org2.eclipse.php.internal.debug.ui.launching.server.PHPWebPageURLLaunchDialog.java
/**
* The PHPWebPageURLLaunchDialog is a dialog that will be displayed for the user when a server launch
* shortcut is triggered.
* The dialog hides all the default values and let the user to set the page URL that will be used to
* initialize the debug session.
* This dialog appears only when the launch is a NEW lauch. In cases where we already identified that
From source file org2.eclipse.php.internal.debug.ui.launching.server.zend.DefaultServerTestMessageDialog.java
public class DefaultServerTestMessageDialog extends MessageDialog { @Override protected Control createMessageArea(Composite composite) { // create composite // create image
From source file rjc.jplanner.gui.XMessageDialog.java
/*************************************************************************************************/ public class XMessageDialog extends MessageDialog { /**************************************** constructor ******************************************/ public XMessageDialog(Shell parentShell, String dialogTitle, String dialogMessage, int dialogImageType,
From source file sc.ndt.ui.externaltools.internal.ui.FileSelectionDialog.java
/** * Dialog for selecting a file in the workspace. Derived from * org.eclipse.ui.dialogs.ResourceSelectionDialog */ public class FileSelectionDialog extends MessageDialog { // the root element to populate the viewer with
From source file sernet.gs.ui.rcp.gsimport.UnknownTypeDialog.java
/**
* Dialog is shown if unknown GSTOOL types are found during
* GSTOOL-Import.
*
* Special confirm dialog with a button "Add types". Klick on this button
* add properties to {@link GstoolTypeMapper}.
From source file tubame.knowhow.plugin.ui.dialog.ConfirmDialog.java
/** * Confirmation screen to be displayed when the warning or confirmation is * present.<br/> * Inherits the MessageDialog class, and define the confirmation screen.<br/> */ public class ConfirmDialog extends MessageDialog {
From source file uk.ac.diamond.scisoft.analysis.rcp.preference.ChangeInteractiveConsoleDialog.java
/** * An extension to MessageDialog that adds optional text boxes in the {@link #createCustomArea(Composite)} */ public class ChangeInteractiveConsoleDialog extends MessageDialog { /**
From source file v9t9.gui.client.swt.EmulatorSourceHandlerDialog.java
/** * @author ejs * */ public class EmulatorSourceHandlerDialog extends MessageDialog {