List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.laex.cg2d.screeneditor.contributions.EntityDeleteHelperDialog.java
/** * The Class EntityDeleteHelperDialog. */ public class EntityDeleteHelperDialog extends Dialog { /** The entity resource. */
From source file com.laex.cg2d.screeneditor.views.AddLayerDialog.java
/** * The Class AddLayerDialog. */ class AddLayerDialog extends Dialog { /** The form toolkit. */
From source file com.laex.j2objc.preferences.PackagePrefixEditDialog.java
/** * The Class PackagePrefixEditDialog. */ public class PackagePrefixEditDialog extends Dialog { /** The txt package. */
From source file com.legstar.eclipse.plugin.common.dialogs.AbstractDialog.java
/** * Groups methods useful to all dialogs. */ public abstract class AbstractDialog extends Dialog { /** The current plugin ID. */
From source file com.liferay.ide.hook.ui.wizard.NewEventActionClassDialog.java
/** * @author Greg Amerson * @author Simon Jiang */ @SuppressWarnings("restriction") public class NewEventActionClassDialog extends Dialog {
From source file com.linghushaoxia.et.translate.view.QueryDialog.java
public class QueryDialog extends Dialog { // private Text queryText; // private Text resultTextText; //
From source file com.maccasoft.composer.AboutDialog.java
public class AboutDialog extends Dialog { public AboutDialog(Shell parentShell) { super(parentShell); }
From source file com.maccasoft.composer.ListSelectionDialog.java
@SuppressWarnings("rawtypes") public class ListSelectionDialog extends Dialog { CheckboxTableViewer viewer; private String title;
From source file com.maccasoft.composer.TextDialog.java
public class TextDialog extends Dialog {
Text text;
Font font;
String data;
From source file com.maccasoft.composer.TextExportDialog.java
public class TextExportDialog extends Dialog {
Button spin;
Button clang;
Text text;
Label size;