Example usage for org.eclipse.jface.window ApplicationWindow subclass-usage

List of usage examples for org.eclipse.jface.window ApplicationWindow subclass-usage

Introduction

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

Usage

From source file ca.hc11337.app.HC11337.java

public class HC11337 extends ApplicationWindow {

    /**
     * @param args
     */
    private final HC11337GUI gui = new HC11337GUI();

From source file com.agynamix.platform.frontend.gui.ApplicationGUI.java

/**
 * @author tuhlmann
 * 
 */
public abstract class ApplicationGUI extends ApplicationWindow {

From source file com.alibaba.antx.config.gui.MainWindow.java

public class MainWindow extends ApplicationWindow {
    private final ConfiguratorGUI gui;

    /**
     * Create the application window
     */

From source file com.android.hierarchyviewer.HierarchyViewerApplication.java

public class HierarchyViewerApplication extends ApplicationWindow {

    private static final String APP_NAME = "Hierarchy Viewer";
    private static final int INITIAL_WIDTH = 1280;
    private static final int INITIAL_HEIGHT = 800;

From source file com.android.traceview.MainWindow.java

public class MainWindow extends ApplicationWindow {

    private final static String PING_NAME = "Traceview";

    private TraceReader mReader;
    private String mTraceName;

From source file com.android.uiautomator.UiAutomatorViewer.java

public class UiAutomatorViewer extends ApplicationWindow {
    private UiAutomatorView mUiAutomatorView;
    private static UiAutomatorViewer uViewerInstance = null;
    private UiAutomatorModel uModel;

    public UiAutomatorViewer() {

From source file com.application.areca.launcher.gui.common.AbstractWindow.java

/**
 * <BR>
 * @author Olivier PETRUCCI
 * <BR>
 *
 */

From source file com.application.areca.version.VersionCheckWindow.java

/**
 * <BR>
 * @author Olivier PETRUCCI
 * <BR>
 *
 */

From source file com.flagleader.builder.FlagLeader.java

public class FlagLeader extends ApplicationWindow implements IApplication {
    private static String a = null;
    private static boolean b = false;
    public BuilderManager builderManager;
    private static Image c = ImageDescriptor
            .createFromURL(FlagLeader.class.getClassLoader().getResource("icons/builder.gif")).createImage();

From source file com.google.gapid.MainWindow.java

/**
 * The main {@link ApplicationWindow} containing all of the UI components.
 */
public class MainWindow extends ApplicationWindow {
    protected final Client client;
    protected final ModelsAndWidgets maw;