Example usage for org.eclipse.jface.dialogs Dialog subclass-usage

List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs Dialog subclass-usage.

Usage

From source file com.appnativa.studio.dialogs.BackgroundColorDialog.java

public class BackgroundColorDialog extends Dialog implements PropertyChangeListener {
    UIColor backgroundColor;
    BackgroundColorEditorComposite colorPanel;

    /**
     * Create the dialog.

From source file com.appnativa.studio.dialogs.BordersDialog.java

public class BordersDialog extends Dialog implements PropertyChangeListener {
    BordersEditorComposite bordersComposite;
    SPOTSet bordersSet;

    /**
     * Create the dialog.

From source file com.appnativa.studio.dialogs.BordersPopup.java

public class BordersPopup extends Dialog {
    private String border;
    private List list;

    /**
     * Create the dialog.

From source file com.appnativa.studio.dialogs.ColorChooserDialog.java

public class ColorChooserDialog extends Dialog implements iActionListener, iChangeListener {
    ColorPaletteComposite colorPanel;
    UIColor selectedColor;
    Dimension preferredSize;
    Exception exception;
    private Label lblColorSample;

From source file com.appnativa.studio.dialogs.FontChooserDialog.java

public class FontChooserDialog extends Dialog {
    UIFont baseFont;
    FontChooserComposite fontPanel;
    private Font rareFont;

    /**

From source file com.appnativa.studio.dialogs.FormsLayout.java

public class FormsLayout extends Dialog {
    GroupBox cfg;
    private Combo alignment;
    private Button applyButton;
    private Button autoSave;
    private Combo cellType;

From source file com.appnativa.studio.dialogs.IconOrImageChooserDialog.java

public class IconOrImageChooserDialog extends Dialog implements PropertyChangeListener {
    boolean imageChooser;
    SPOTPrintableString selectedIcon;

    /**
     * Create the dialog.

From source file com.appnativa.studio.dialogs.InsetsDialog.java

public class InsetsDialog extends Dialog implements PropertyChangeListener {
    InsetsEditorComposite insetsComposite;
    SPOTPrintableString selectedInsets;

    /**
     * Create the dialog.

From source file com.appnativa.studio.dialogs.PreviewDialog.java

public class PreviewDialog extends Dialog implements iApplicationListener, iExceptionHandler {
    RMLDocument document;
    Writer errorWriter;
    Dimension preferredSize;
    DesignComposite previewComposite;
    MainEmbedded previewSage;

From source file com.appnativa.studio.dialogs.ResourcesDialog.java

public class ResourcesDialog extends Dialog {
    private Button btnRuntime;
    private java.util.List<String> list;
    private List listWidget;
    private Preview previewComposite;
    private String selectedResource;