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.amalto.workbench.dialogs.XpathSelectDialog.java

public class XpathSelectDialog extends Dialog {

    private static Log log = LogFactory.getLog(XpathSelectDialog.class);

    protected Label schemaLabel = null;

From source file com.amalto.workbench.editors.DataClusterDialog.java

/**
 * created by liusongbo on 2013-1-24
 *
 */
public class DataClusterDialog extends Dialog {

From source file com.amalto.workbench.editors.dialog.CustomInputDialog.java

/**
 * created by liusongbo on Oct 21, 2014
 */
public class CustomInputDialog extends Dialog {

    /*

From source file com.amazonaws.eclipse.ec2.ui.ebs.CreateNewVolumeDialog.java

/**
 * A dialog that allows a user to enter information for creating a new EBS
 * volume.
 */
public class CreateNewVolumeDialog extends Dialog {

From source file com.amazonaws.eclipse.ec2.ui.keypair.CreateKeyPairDialog.java

/**
 * A dialog for creating a new EC2 Key Pair.
 */
class CreateKeyPairDialog extends Dialog {

    private Text keyPairNameText;

From source file com.amazonaws.eclipse.ec2.ui.securitygroups.CreateSecurityGroupDialog.java

/**
 * Dialog to collect information on creating a new security group.
 */
public class CreateSecurityGroupDialog extends Dialog {

    /** The Text control for the security group name */

From source file com.amazonaws.eclipse.ec2.ui.securitygroups.EditSecurityGroupPermissionEntryDialog.java

/**
 * Dialog to collect user input on a security group permission entry.
 */
public class EditSecurityGroupPermissionEntryDialog extends Dialog {

    private final String securityGroupName;

From source file com.amazonaws.eclipse.ec2.ui.views.instances.BundleDialog.java

/**
 * Dialog to allow users to specify options for bundling AMIs from instances.
 */
class BundleDialog extends Dialog {

    private Text bucketNameText;

From source file com.amazonaws.eclipse.ec2.ui.views.instances.columns.ConfigureColumnsDialog.java

public class ConfigureColumnsDialog extends Dialog {
    private String tagColumnStr;
    private Map<BuiltinColumn.ColumnType, Boolean> builtinColumns = new HashMap<BuiltinColumn.ColumnType, Boolean>();
    private List<TableColumn> columns;

    public ConfigureColumnsDialog(Shell parentShell) {

From source file com.amazonaws.eclipse.explorer.s3.acls.EditPermissionsDialog.java

/**
 * Abstract base class providing the framework for object and bucket ACL editing UIs.
 */
public abstract class EditPermissionsDialog extends Dialog {
    private Table table;
    private AccessControlList acl;