List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file cn.dockerfoundry.ide.eclipse.server.ui.internal.editor.CloudUrlDialog.java
/** * @author Terry Denney * @deprecated No longer in use. May be removed. */ public class CloudUrlDialog extends Dialog {
From source file cn.dockerfoundry.ide.eclipse.server.ui.internal.TargetURLDialog.java
/** * @author Terry Denney */ public class TargetURLDialog extends Dialog { private final CloudServerURL cloudUrl;
From source file cn.dockerfoundry.ide.eclipse.server.ui.internal.UpdatePasswordDialog.java
/** * @author Terry Denney */ public class UpdatePasswordDialog extends Dialog { private String password;
From source file cn.edu.pku.ogeditor.dialogs.ConceptFilterDialog.java
/** * the dialog used to configure conceptfilter * @author Xueyuan Xing */ public class ConceptFilterDialog extends Dialog { private CheckboxTreeViewer tv;
From source file cn.edu.pku.ogeditor.dialogs.RelationFilterDialog.java
/** * the dialog used to configure relationfilter * @author Xueyuan Xing */ public class RelationFilterDialog extends Dialog {
From source file cn.edu.xmu.tidems.control.ui.views.components.MzCalibrationDialog.java
public class MzCalibrationDialog extends Dialog { private static final Logger logger = Logger.getLogger(MzCalibrationDialog.class); private IChromatogramSelectionMSD chromatogramSelection; private final Text[] txtTof = new Text[3]; private final Text[] txtMz = new Text[3];
From source file cn.ieclipse.adt.ext.helpers.MultiCheckSelector.java
/** * @author Jamling * */ public class MultiCheckSelector extends Dialog {
From source file cn.ieclipse.aorm.eclipse.helpers.MultiCheckSelector.java
/** * @author Jamling * */ public class MultiCheckSelector extends Dialog {
From source file cn.ieclipse.pde.explorer.preferences.DialogWithToggle.java
/**
* Dialog with an toggle button
*
* @author Jamling
*
*/
From source file codemirror.eclipse.swt.search.FindReplaceDialog.java
/** * Find/Replace dialog. The dialog is opened on a particular * target but can be re-targeted. Internally used by the <code>FindReplaceAction</code> */ public class FindReplaceDialog extends Dialog {