Uses of Interface
org.noos.xing.mydoggy.ContentManagerUI

Packages that use ContentManagerUI
org.noos.xing.mydoggy   
org.noos.xing.mydoggy.event   
 

Uses of ContentManagerUI in org.noos.xing.mydoggy
 

Subinterfaces of ContentManagerUI in org.noos.xing.mydoggy
 interface DesktopContentManagerUI
          This interface represents a ui that use a container to create a multiple-document interface or a virtual desktop.
 interface MultiSplitContentManagerUI
          This interface represents a ui that use a component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
 interface TabbedContentManagerUI<E extends TabbedContentUI>
          This interface represents a ui that use a component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon (i.e.
 

Methods in org.noos.xing.mydoggy that return ContentManagerUI
 ContentManagerUI ContentManager.getContentManagerUI()
          Returns the content manager ui.
 

Methods in org.noos.xing.mydoggy with parameters of type ContentManagerUI
 void ContentManager.setContentManagerUI(ContentManagerUI contentManagerUI)
          Sets the content manager ui to contentManagerUI.
 

Uses of ContentManagerUI in org.noos.xing.mydoggy.event
 

Constructors in org.noos.xing.mydoggy.event with parameters of type ContentManagerUI
ContentManagerUIEvent(ContentManagerUI source, ContentManagerUIEvent.ActionId actionId, ContentUI content)
          Constructs a ContentManagerEvent object with the specified source content manager, actionId, content.
 



Copyright © 2012. All Rights Reserved.