List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.fedoraproject.eclipse.packager.koji.KojiMessageDialog.java
/** * Message dialog showing the link to the Koji Web page showing build info. * */ public class KojiMessageDialog extends MessageDialog { private int taskId;
From source file org.fusesource.ide.projecttemplates.wizards.pages.WhereToFindMoreTemplatesMessageDialog.java
public class WhereToFindMoreTemplatesMessageDialog extends MessageDialog { public WhereToFindMoreTemplatesMessageDialog(Shell parentShell) { super(parentShell, Messages.newProjectWizardTemplatePageWhereToFindMoreExamples, null, Messages.newProjectWizardTemplatePageListOfOtherExamplesReposMessage, MessageDialog.INFORMATION, 0, IDialogConstants.OK_LABEL); }
From source file org.jboss.tools.common.model.ui.dialog.MessageAndCheckboxDialog.java
public class MessageAndCheckboxDialog extends MessageDialog { public static String MESSAGE = ServiceDialog.DIALOG_MESSAGE; public static String CHECKBOX_MESSAGE = ServiceDialog.CHECKBOX_MESSAGE; public static String CHECKED = ServiceDialog.CHECKED; public static String BUTTONS = ServiceDialog.BUTTONS; public static String SEPARATOR = ServiceDialog.SEPARATOR;
From source file org.jboss.tools.common.ui.dialog.CheckboxMessageDialog.java
/**
* A MessageDialog that displays a check box under the message. By default, the check box is unselected.
*
* @author Xavier Coulon
*
*/
From source file org.jboss.tools.jsf.ui.editor.check.ProjectNaturesInfoDialog.java
/**
*
* @author yzhishko
*
*/
From source file org.jboss.tools.modeshape.rest.dialogs.AddPublishAreaDialog.java
/** * A dialog that is used to add a publish area to a workspace. */ public final class AddPublishAreaDialog extends MessageDialog { private Button btnOk;
From source file org.jboss.tools.modeshape.rest.dialogs.DeleteServerDialog.java
/** * The <code>DeleteServerDialog</code> class provides a UI for deleting a {@link ModeShapeServer server}. */ public final class DeleteServerDialog extends MessageDialog { /**
From source file org.jboss.tools.modeshape.rest.dialogs.PublishedLocationsDialog.java
/** * The <code>PublishedLocationsDialog</code> class provides a UI for viewing a list of {@link ModeShapeServer servers} a selected file has * been published to. */ public final class PublishedLocationsDialog extends MessageDialog {
From source file org.jboss.tools.openshift.express.internal.ui.server.CommitAndPushDialog.java
public class CommitAndPushDialog extends MessageDialog { private static String[] labels = new String[] { IDialogConstants.YES_LABEL, IDialogConstants.NO_LABEL }; /* * Show the dialog in the display thread and return the proper data array
From source file org.jboss.tools.openshift.internal.ui.dialog.DismissableNagDialog.java
/** * A dialog to display info about a list of resources * @author jeff.cantrill */ public class DismissableNagDialog extends MessageDialog implements IDialogConstants {