Uses of Interface
org.apache.cxf.management.web.browser.client.ui.BindStrategy

Packages that use BindStrategy
org.apache.cxf.management.web.browser.client.ui   
org.apache.cxf.management.web.browser.client.ui.browser   
org.apache.cxf.management.web.browser.client.ui.common   
org.apache.cxf.management.web.browser.client.ui.settings   
 

Uses of BindStrategy in org.apache.cxf.management.web.browser.client.ui
 

Classes in org.apache.cxf.management.web.browser.client.ui that implement BindStrategy
 class DialogBindStrategyImpl
           
 class WidgetBindStrategyImpl
           
 

Constructors in org.apache.cxf.management.web.browser.client.ui with parameters of type BindStrategy
BasePresenter(com.google.gwt.event.shared.EventBus eventBus, View view, BindStrategy bindStrategy)
           
 

Uses of BindStrategy in org.apache.cxf.management.web.browser.client.ui.browser
 

Constructors in org.apache.cxf.management.web.browser.client.ui.browser with parameters of type BindStrategy
BrowsePresenter(com.google.gwt.event.shared.EventBus eventBus, BrowseView view, BindStrategy bindStrategy, NavigationHeaderPresenter navigationHeaderPresenter, NavigationSidebarPresenter navigationSidebarPresenter, ViewerPresenter viewerPresenter)
           
EditCriteriaPresenter(com.google.gwt.event.shared.EventBus eventBus, EditCriteriaView view, BindStrategy bindStrategy)
           
NavigationSidebarPresenter(com.google.gwt.event.shared.EventBus eventBus, NavigationSidebarView view, BindStrategy bindStrategy, SettingsFacade settingsManager)
           
ViewerPresenter(com.google.gwt.event.shared.EventBus eventBus, ViewerView view, BindStrategy bindStrategy, FeedProxyImpl proxy, LogBrowserConstans constans, LogBrowserResources resources)
           
 

Uses of BindStrategy in org.apache.cxf.management.web.browser.client.ui.common
 

Constructors in org.apache.cxf.management.web.browser.client.ui.common with parameters of type BindStrategy
NavigationHeaderPresenter(com.google.gwt.event.shared.EventBus eventBus, NavigationHeaderView view, BindStrategy bindStrategy)
           
 

Uses of BindStrategy in org.apache.cxf.management.web.browser.client.ui.settings
 

Constructors in org.apache.cxf.management.web.browser.client.ui.settings with parameters of type BindStrategy
SettingsPresenter(com.google.gwt.event.shared.EventBus eventBus, SettingsView view, BindStrategy bindStrategy, NavigationHeaderPresenter navigationHeaderPresenter, SettingsFacade settingsFacade, SubscriptionDialog subscriptionDialog, LogBrowserConstans constans)
           
 



Apache CXF