List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.eclipse.papyrus.ui.toolbox.dialog.InformationDialog.java
/** * A JFace dialog used to show information to the end user.<br> * This dialog is able to store the user choice into a preference store.<br> * */ public class InformationDialog extends MessageDialog {
From source file org.eclipse.papyrus.uml.diagram.activity.edit.dialogs.ConfirmActivityParameterNodeAndParameterSyncDialog.java
/** * This class enables to open a dialog to ask the user to confirm he wants to delete activity parameter node(s) with parameter * */ public class ConfirmActivityParameterNodeAndParameterSyncDialog extends MessageDialog {
From source file org.eclipse.papyrus.uml.diagram.activity.edit.dialogs.ConfirmPinAndParameterSyncDialog.java
/** * This class enables to open a dialog to ask the user to confirm he wants to update a Parameter and associated Pins * */ public class ConfirmPinAndParameterSyncDialog extends MessageDialog {
From source file org.eclipse.papyrus.uml.diagram.activity.edit.dialogs.WarningAndCreateAttributeDialog.java
/** * WarningAndCreateAttributeDialog warns the user he can not perform an action. * It enables him to create an attribute instead after appropriate warnings. */ public class WarningAndCreateAttributeDialog extends MessageDialog {
From source file org.eclipse.papyrus.uml.diagram.activity.edit.dialogs.WarningAndCreateParameterDialog.java
/** * WarningAndCreateParameterDialog warns the user he can not perform an action. * It enables him to create a parameter instead after appropriate warnings. */ public class WarningAndCreateParameterDialog extends MessageDialog {
From source file org.eclipse.papyrus.uml.diagram.activity.edit.dialogs.WarningAndLinkDialog.java
/** * This dialog provide a message and a link to navigate to a model element. */ public class WarningAndLinkDialog extends MessageDialog { /** The element to link */
From source file org.eclipse.pde.internal.ui.editor.schema.NewRestrictionDialog.java
public class NewRestrictionDialog extends MessageDialog { private Text fText; private String fRestriction; public NewRestrictionDialog(Shell parent) {
From source file org.eclipse.pde.internal.ui.parts.TreeMessageDialog.java
public class TreeMessageDialog extends MessageDialog { private ITreeContentProvider fContentProvider; private ILabelProvider fLabelProvider; private Object fInput;
From source file org.eclipse.php.internal.debug.core.zend.debugger.ConfigureHostsDialog.java
/** * Dialog for choosing Zend debugger client IPs. * * @author Bartlomiej Laczkowski */ public class ConfigureHostsDialog extends MessageDialog {
From source file org.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