Uses of Interface
com.atlassian.confluence.plugins.linkbrowser.client.display.LinkBrowserPanelDisplay

Packages that use LinkBrowserPanelDisplay
com.atlassian.confluence.plugins.linkbrowser.client   
com.atlassian.confluence.plugins.linkbrowser.client.display   
 

Uses of LinkBrowserPanelDisplay in com.atlassian.confluence.plugins.linkbrowser.client
 

Subinterfaces of LinkBrowserPanelDisplay in com.atlassian.confluence.plugins.linkbrowser.client
static interface AttachmentsPresenter.Display
           
static interface RecentlyViewedPresenter.Display
           
static interface SearchLinkPresenter.Display
           
static interface WebLinkPresenter.Display
           
 

Methods in com.atlassian.confluence.plugins.linkbrowser.client that return LinkBrowserPanelDisplay
 LinkBrowserPanelDisplay SearchLinkPresenterImpl.getDisplay()
           
 LinkBrowserPanelDisplay LinkBrowserPanelPresenter.getDisplay()
           
 LinkBrowserPanelDisplay AttachmentsPresenterImpl.getDisplay()
           
 LinkBrowserPanelDisplay RecentlyViewedPresenterImpl.getDisplay()
           
 

Methods in com.atlassian.confluence.plugins.linkbrowser.client with parameters of type LinkBrowserPanelDisplay
 com.google.gwt.event.dom.client.HasClickHandlers LinkBrowserPresenter.Display.addTab(String id, String i18nKey, LinkBrowserPanelDisplay display)
           
 boolean LinkBrowserPresenter.Display.isCurrentPanel(LinkBrowserPanelDisplay display)
           
 

Uses of LinkBrowserPanelDisplay in com.atlassian.confluence.plugins.linkbrowser.client.display
 

Classes in com.atlassian.confluence.plugins.linkbrowser.client.display that implement LinkBrowserPanelDisplay
 class AttachmentsDisplay
           
 class RecentlyViewedDisplay
           
 class SearchLinkDisplay
           
 class WebLinkDisplay
           
 

Methods in com.atlassian.confluence.plugins.linkbrowser.client.display with parameters of type LinkBrowserPanelDisplay
 com.google.gwt.event.dom.client.HasClickHandlers LinkBrowserDisplay.addTab(String id, String titleKey, LinkBrowserPanelDisplay panel)
           
 boolean LinkBrowserDisplay.isCurrentPanel(LinkBrowserPanelDisplay display)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.