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

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

Introduction

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

Usage

From source file au.gov.ga.earthsci.application.about.AboutDialog.java

/**
 * An about dialog for the application.
 * <p/>
 * Customisation is possible through the org.eclipse.core.runtime.products
 * extension point using constants defined in {@link IProductConstants}.
 * Additional information is obtained via the provided {@link IProduct}

From source file au.gov.ga.earthsci.bookmark.part.editor.BookmarkEditorDialog.java

/**
 * A dialog that allows the editing of an {@link IBookmark} and it's 
 * properties.
 * <p/>
 * The dialog presents a list view which gives access to available bookmark property editors
 * (as available via the {@link BookmarkPropertyEditorFactory}), and a main

From source file au.gov.ga.earthsci.bookmark.ui.editor.BookmarkEditorDialog.java

/**
 * A dialog that allows the editing of an {@link IBookmark} and it's properties.
 * <p/>
 * The dialog presents a list view which gives access to available bookmark
 * property editors (as available via the {@link BookmarkPropertyEditorFactory}
 * ), and a main editor view which is populated with the fields of the selected

From source file ch.hsr.ifs.cutelauncher.ui.CuteCompareResultDialog.java

/**
 * @author Emanuel Graf
 *
 */
public class CuteCompareResultDialog extends TrayDialog {

From source file com.android.ide.eclipse.adt.internal.editors.layout.LayoutCreatorDialog.java

/**
 * Dialog to choose a non existing {@link FolderConfiguration}.
 */
class LayoutCreatorDialog extends TrayDialog {

    private ConfigurationSelector mSelector;

From source file com.android.ide.eclipse.editors.layout.LayoutCreatorDialog.java

/**
 * Dialog to choose a non existing {@link FolderConfiguration}.
 */
class LayoutCreatorDialog extends TrayDialog {

    private ConfigurationSelector mSelector;

From source file com.aptana.ide.core.ui.DiagnosticDialog.java

/**
 * @author Michael Xia (mxia@aptana.com)
 */
public class DiagnosticDialog extends TrayDialog {

    private static final int COPY_ID = 32;

From source file com.aptana.ide.syncing.ui.dialogs.ChooseSiteConnectionDialog.java

/**
 * @author Ingo Muschenetz
 * @author Michael Xia (modified to extend from JFace Dialog)
 */
public class ChooseSiteConnectionDialog extends TrayDialog implements SelectionListener {

From source file com.aptana.ide.syncing.ui.internal.ChooseSiteConnectionDialog.java

/**
 * @author Ingo Muschenetz
 * @author Michael Xia (modified to extend from JFace Dialog)
 */
public class ChooseSiteConnectionDialog extends TrayDialog implements SelectionListener {

From source file com.aptana.ide.update.ui.BrowserDialog.java

public class BrowserDialog extends TrayDialog {

    private Browser browser;
    private String announceURL;
    private final int height;
    private final int width;