5858import stroom .explorer .client .presenter .NavigationPresenter .NavigationView ;
5959import stroom .explorer .client .presenter .RecentItemsPresenter ;
6060import stroom .explorer .client .presenter .RecentItemsPresenter .RecentItemsProxy ;
61+ import stroom .explorer .client .presenter .TabSessionChooserPresenter ;
62+ import stroom .explorer .client .presenter .TabSessionChooserPresenter .TabSessionChooserView ;
6163import stroom .explorer .client .presenter .TypeFilterPresenter ;
6264import stroom .explorer .client .presenter .TypeFilterPresenter .TypeFilterView ;
6365import stroom .explorer .client .presenter .TypeFilterViewImpl ;
6769import stroom .explorer .client .view .ExplorerNodeRemoveTagsViewImpl ;
6870import stroom .explorer .client .view .FindInContentViewImpl ;
6971import stroom .explorer .client .view .NavigationViewImpl ;
72+ import stroom .explorer .client .view .TabSessionChooserViewImpl ;
7073import stroom .hyperlink .client .HyperlinkEventHandlerImpl ;
7174import stroom .iframe .client .presenter .IFrameContentPresenter ;
7275import stroom .iframe .client .presenter .IFrameContentPresenter .IFrameContentView ;
8487import stroom .widget .menu .client .presenter .MenuPresenter ;
8588import stroom .widget .menu .client .presenter .MenuPresenter .MenuView ;
8689import stroom .widget .menu .client .presenter .MenuViewImpl ;
90+ import stroom .widget .popup .client .presenter .TextBoxPopup ;
91+ import stroom .widget .popup .client .presenter .TextBoxPopup .TextBoxView ;
92+ import stroom .widget .popup .client .view .TextBoxViewImpl ;
8793import stroom .widget .tab .client .presenter .CurveTabLayoutView ;
8894import stroom .widget .tab .client .view .CurveTabLayoutViewImpl ;
8995import stroom .widget .tooltip .client .presenter .TooltipPresenter ;
@@ -175,6 +181,8 @@ protected void configure() {
175181 RecentItemsPresenter .class ,
176182 RecentItemsProxy .class );
177183
184+ bind (TabSessionChooserPresenter .class );
185+
178186 // Menu
179187 bind (Menu .class ).asEagerSingleton ();
180188 bind (MenuItems .class ).in (Singleton .class );
@@ -186,5 +194,8 @@ protected void configure() {
186194 bindSharedView (PagerView .class , PagerViewImpl .class );
187195 bindSharedView (PagerViewWithHeading .class , PagerViewWithHeadingImpl .class );
188196 bindSharedView (LinkTabPanelView .class , LinkTabPanelViewImpl .class );
197+ bindSharedView (TabSessionChooserView .class , TabSessionChooserViewImpl .class );
198+
199+ bindPresenterWidget (TextBoxPopup .class , TextBoxView .class , TextBoxViewImpl .class );
189200 }
190201}
0 commit comments