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.hudson.hibernatesynchronizer.preferences.AddTemplateDialog.java

/**
 * @author <a href="mailto: joe@binamics.com">Joe Hudson </a>
 */
public class AddTemplateDialog extends Dialog {

    private TemplatePreferences parent;

From source file com.hudson.hibernatesynchronizer.preferences.EditTemplateDialog.java

/**
 * @author <a href="mailto: joe@binamics.com">Joe Hudson </a>
 */
public class EditTemplateDialog extends Dialog {

    private TemplatePreferences parent;

From source file com.hudson.hibernatesynchronizer.properties.AddProjectTemplate.java

/**
 * @author <a href="mailto: joe@binamics.com">Joe Hudson </a>
 */
public class AddProjectTemplate extends Dialog {

    private HibernateProperties parent;

From source file com.hudson.hibernatesynchronizer.properties.EditProjectSnippet.java

/**
 * @author <a href="mailto: joe@binamics.com">Joe Hudson </a>
 */
public class EditProjectSnippet extends Dialog {

    private HibernateProperties parent;

From source file com.hudson.hibernatesynchronizer.properties.EditProjectTemplate.java

/**
 * @author <a href="mailto: joe@binamics.com">Joe Hudson </a>
 */
public class EditProjectTemplate extends Dialog {

    private HibernateProperties parent;

From source file com.hypersocket.client.gui.LogonDialog.java

public class LogonDialog extends Dialog {

    List<Prompt> prompts;
    Map<String, Control> fields = new HashMap<String, Control>();
    Map<String, String> hidden = new HashMap<String, String>();
    Map<String, String> results = null;

From source file com.hypersocket.client.gui.OptionsDialog.java

public class OptionsDialog extends Dialog {

    static Logger log = LoggerFactory.getLogger(OptionsDialog.class);

    private Combo comboLocale;
    private Map<String, String> textToLocale = new HashMap<String, String>();

From source file com.ibm.etools.mft.samples.scribble.ScribbleConnectionDialog.java

/**
 * Dialog used by scribble publisher and subscriber applications. This dialog 
 * supports one type of JMS connection: 
 * <ul>
 * <li> WebSphere MQ remote queue manager (client connection)
 * </ul>

From source file com.ibm.research.tagging.core.ui.dialogs.OpenWaypointDialog.java

/**
 * dialog similar to "Open Type" and "Open Resource" - but works on waypoints.
 * uses the same filtered table in the waypoints view.  supports "@<tag>" to show waypoints by tag.
 * hot-key configured to "ctrl-shift-@" (i.e. ctrl-shift-2)
 * 
 * @tag todo openwaypointdialog : very basic implementation - may want to provide some contextual info (e.g. tag info) via tooltips

From source file com.ibm.research.tagging.core.ui.dialogs.QuickTagDialog.java

/**
 * 
 * @author mdesmond
 *
 */
public class QuickTagDialog extends Dialog {