List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.eclipse.osee.framework.ui.plugin.util.ListSelectionDialogNoSave.java
public class ListSelectionDialogNoSave extends MessageDialog { private List selections; private int selectionIndex; private final Object[] choose;
From source file org.eclipse.osee.framework.ui.plugin.util.ModelessDialog.java
public class ModelessDialog extends MessageDialog { private final List<IShellCloseEvent> closeEventListeners = new ArrayList<IShellCloseEvent>(); public ModelessDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex) { super(parentShell, dialogTitle, dialogTitleImage, dialogMessage, dialogImageType, dialogButtonLabels,
From source file org.eclipse.osee.framework.ui.skynet.branch.BranchSelectionDialog.java
/** * @author Donald G. Dunne */ public class BranchSelectionDialog extends MessageDialog { private Branch selected;
From source file org.eclipse.osee.framework.ui.skynet.update.ReflectArtifactStatusDialog.java
/** * @author Jeff C. Phillips */ public class ReflectArtifactStatusDialog extends MessageDialog { private static final String TITLE = "Confirm Inter Artifact Explorer Drop"; private static final String OK = "Ok";
From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.CheckBoxDialog.java
/** * @author Donald G. Dunne */ public class CheckBoxDialog extends MessageDialog { private Button checkButton;
From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.DateSelectionDialog.java
/** * @author Donald G. Dunne */ public class DateSelectionDialog extends MessageDialog { private Date initialDate, selectedDate;
From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.EntryDialog.java
/** * @author Donald G. Dunne */ public class EntryDialog extends MessageDialog { protected XText text;
From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.EntryDialogWithBranchSelect.java
/** * @author Donald G. Dunne */ public class EntryDialogWithBranchSelect extends MessageDialog { XText text;
From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.FilteredCheckboxTreeDialog.java
public class FilteredCheckboxTreeDialog extends MessageDialog { protected Label statusLabel; protected Button okButton; private FilteredCheckboxTree treeViewer; private Object input;
From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.FilteredTreeDialog.java
public class FilteredTreeDialog extends MessageDialog { protected Label statusLabel; protected Button okButton; private FilteredTree treeViewer; private Object input;