List of usage examples for com.google.gwt.user.client.ui PositionCallback interface-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;