Home
last modified time | relevance | path

Searched defs:eventBus (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/filetypes/
H A DProfilerType.java40 EventBus eventBus) in openFile()
47 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DFileType.java50 EventBus eventBus) in openFile()
55 protected abstract void openFile(FileSystemItem file, EventBus eventBus); in openFile()
H A DUrlContentType.java30 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DDataFrameType.java30 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DCodeBrowserType.java30 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DBrowserType.java29 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DRDSDataType.java29 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DObjectExplorerFileType.java31 protected void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DRDataType.java29 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
H A DRProjectType.java29 public void openFile(FileSystemItem file, EventBus eventBus) in openFile()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/gaerequest/client/
H A DGaeAuthRequestTransport.java33 private final EventBus eventBus; field in GaeAuthRequestTransport
35 public GaeAuthRequestTransport(EventBus eventBus) { in GaeAuthRequestTransport()
H A DReloadOnAuthenticationFailure.java32 public HandlerRegistration register(EventBus eventBus) { in register()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/client/event/
H A DActionEvent.java43 public static void fire(EventBus eventBus, String sourceName) { in fire()
47 …public static HandlerRegistration register(EventBus eventBus, String sourceName, Handler handler) { in register()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/DynaTableRf/src/main/java/com/google/gwt/sample/dynatablerf/client/widgets/
H A DDayCheckBox.java32 private final EventBus eventBus; field in DayCheckBox
35 public DayCheckBox(EventBus eventBus) { in DayCheckBox()
H A DDayFilterWidget.java59 private final EventBus eventBus; field in DayFilterWidget
62 public DayFilterWidget(EventBus eventBus) { in DayFilterWidget()
H A DFavoritesWidget.java98 private final EventBus eventBus; field in FavoritesWidget
103 public FavoritesWidget(EventBus eventBus, RequestFactory factory, in FavoritesWidget()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/
H A DProjectMRUList.java42 final EventBus eventBus, in ProjectMRUList()
102 public static void openProjectFromMru(EventBus eventBus, String file) in openProjectFromMru()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/presenter/tasklist/
H A DTaskListPresenter.java48 private EventBus eventBus; field in TaskListPresenter
87 public void start(EventBus eventBus) { in start()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/client/
H A DApp.java55 private final EventBus eventBus; field in App
76 public App(Storage storage, EventBus eventBus, PlaceController placeController, in App()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/presenter/task/
H A DTaskEditPresenter.java65 private EventBus eventBus; field in TaskEditPresenter
142 public void start(EventBus eventBus) { in start()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/htmlpreview/
H A DHTMLPreview.java32 public HTMLPreview(EventBus eventBus, in HTMLPreview()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/
H A DAutoGlassPanel.java34 EventBus eventBus = RStudioGinjector.INSTANCE.getEventBus(); in AutoGlassPanel() local
H A DAutoGlassAttacher.java29 EventBus eventBus = RStudioGinjector.INSTANCE.getEventBus(); in AutoGlassAttacher() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/ui/client/
H A DPresentsWidgets.java43 void start(EventBus eventBus); in start()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/
H A DCacheManagerComponent.java25 final IProvisioningEventBus eventBus = agent.getService(IProvisioningEventBus.class); in createService() local

123456