List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file com.helio.boomer.rap.view.dialog.PredictEnergyAboutDialog.java
public class PredictEnergyAboutDialog extends MessageDialog { public PredictEnergyAboutDialog(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 com.hydra.project.myplugin_nebula.xviewer.customize.dialog.XViewerCustomizeDialog.java
/** * Provides dialog for table customization * * @author Donald G. Dunne */ public class XViewerCustomizeDialog extends MessageDialog {
From source file com.hydra.project.myplugin_nebula.xviewer.util.internal.dialog.DateSelectionDialog.java
public class DateSelectionDialog extends MessageDialog { private Date initialDate, selectedDate; private final String dialogMessage;
From source file com.hydra.project.myplugin_nebula.xviewer.util.internal.dialog.DialogWithEntry.java
/** * @author Donald G. Dunne */ public class DialogWithEntry extends MessageDialog { XViewerTextWidget text;
From source file com.hydra.project.myplugin_nebula.xviewer.util.internal.dialog.HtmlDialog.java
/** * @author Donald G. Dunne */ public class HtmlDialog extends MessageDialog { protected Browser b; private LocationListener listener;
From source file com.hydra.project.myplugin_nebula.xviewer.util.internal.dialog.XCheckFilteredTreeDialog.java
public class XCheckFilteredTreeDialog extends MessageDialog { protected Label statusLabel; private Button okButton; private XCheckedFilteredTree treeViewer; private final PatternFilter patternFilter;
From source file com.iauto.mist.spec.m2t.uml2html.dialog.ModelURIChooseDialog.java
/**
* Dialog that asks the user to confirm a clean operation, and to configure settings in relation to the clean. Clicking
* ok in the dialog will perform the clean operation.
*
* @since 3.0
*/
From source file com.iauto.mist.spec.m2t.uml2html.dialog.StateMachineChooseDialog.java
/**
* Dialog that asks the user to confirm a clean operation, and to configure settings in relation to the clean. Clicking
* ok in the dialog will perform the clean operation.
*
* @since 3.0
*/
From source file com.ibm.research.tagging.java.dialogs.SynchronizeWaypointsDialog.java
/** * @author mdesmond */ public class SynchronizeWaypointsDialog extends MessageDialog { private static final String MESSAGE_STRING = "Scan workspace for java waypoints."; private Button allButton, selectedButton;
From source file com.maccasoft.ui.internal.application.InternalErrorDialog.java
/** * Added a Details button to the MessageDialog to show the exception * stack trace. */ public class InternalErrorDialog extends MessageDialog {