Example usage for com.google.gwt.user.client.ui PositionCallback interface-usage

List of usage examples for com.google.gwt.user.client.ui PositionCallback interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui PositionCallback interface-usage.

Usage

From source file com.google.gerrit.client.patches.PatchBrowserPopup.java

class PatchBrowserPopup extends PluginSafeDialogBox implements PositionCallback, ResizeHandler {
    private final Patch.Key callerKey;
    private final PatchTable fileList;
    private final ScrollPanel sp;
    private HandlerRegistration regWindowResize;

From source file org.rstudio.studio.client.workbench.views.console.shell.assist.PopupPositioner.java

public class PopupPositioner implements PositionCallback {
    private Rectangle cursorBounds_;
    private CompletionPopupDisplay popup_;

    public PopupPositioner(Rectangle cursorBounds, CompletionPopupDisplay popup) {
        this.cursorBounds_ = cursorBounds;