Example usage for com.google.gwt.activity.shared AbstractActivity subclass-usage

List of usage examples for com.google.gwt.activity.shared AbstractActivity subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.activity.shared AbstractActivity subclass-usage.

Usage

From source file uk.ac.ebi.fg.annotare2.web.gwt.user.client.activity.LeftMenuActivity.java

public class LeftMenuActivity extends AbstractActivity implements LeftMenuView.Presenter {

    private final LeftMenuView view;
    private final PlaceController placeController;
    private final SubmissionCreateServiceAsync createService;
    private final ImportSubmissionServiceAsync importService;

From source file uk.ac.ebi.fg.annotare2.web.gwt.user.client.activity.SubmissionListActivity.java

/**
 * @author Olga Melnichuk
 */
public class SubmissionListActivity extends AbstractActivity implements SubmissionListView.Presenter {

    private final SubmissionListView view;

From source file uk.ac.ebi.fg.annotare2.web.gwt.user.client.activity.SubmissionViewActivity.java

/**
 * @author Olga Melnichuk
 */
public class SubmissionViewActivity extends AbstractActivity implements SubmissionView.Presenter {

    private final SubmissionView view;

From source file uk.co.threeonefour.ifictionary.engine.client.ApplicationActivity.java

public abstract class ApplicationActivity extends AbstractActivity {

    public abstract AcceptsOneWidget getViewPanel();
}

From source file uk.co.threeonefour.ifictionary.engine.client.pages.level9game.Level9GameActivity.java

public class Level9GameActivity extends AbstractActivity {

    private static final Logger LOG = Logger.getLogger(Level9GameActivity.class.getName());

    private final PlaceControllerEx placeController;