Search in sources :

Example 26 with Size

use of org.rstudio.core.client.Size in project rstudio by rstudio.

the class SVNPresenter method showReviewPane.

private void showReviewPane(boolean showHistory, FileSystemItem historyFileFilter, ArrayList<StatusAndPath> items) {
    // setup params
    VCSApplicationParams params = VCSApplicationParams.create(showHistory, historyFileFilter, items);
    // open the window 
    satelliteManager_.openSatellite("review_changes", params, new Size(1000, 1200));
}
Also used : VCSApplicationParams(org.rstudio.studio.client.vcs.VCSApplicationParams) Size(org.rstudio.core.client.Size)

Aggregations

Size (org.rstudio.core.client.Size)26 WindowEx (org.rstudio.core.client.dom.WindowEx)5 HTML (com.google.gwt.user.client.ui.HTML)2 SimplePanel (com.google.gwt.user.client.ui.SimplePanel)2 Widget (com.google.gwt.user.client.ui.Widget)2 Point (org.rstudio.core.client.Point)2 Handler (org.rstudio.core.client.command.Handler)2 NativeScreen (org.rstudio.core.client.dom.NativeScreen)2 ProgressIndicator (org.rstudio.core.client.widget.ProgressIndicator)2 NewWindowOptions (org.rstudio.studio.client.common.GlobalDisplay.NewWindowOptions)2 VCSApplicationParams (org.rstudio.studio.client.vcs.VCSApplicationParams)2 JavaScriptObject (com.google.gwt.core.client.JavaScriptObject)1 Document (com.google.gwt.dom.client.Document)1 ChangeEvent (com.google.gwt.event.dom.client.ChangeEvent)1 ChangeHandler (com.google.gwt.event.dom.client.ChangeHandler)1 ValueChangeEvent (com.google.gwt.event.logical.shared.ValueChangeEvent)1 ValueChangeHandler (com.google.gwt.event.logical.shared.ValueChangeHandler)1 JSONString (com.google.gwt.json.client.JSONString)1 Command (com.google.gwt.user.client.Command)1 DockLayoutPanel (com.google.gwt.user.client.ui.DockLayoutPanel)1