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

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

Uses of ContentUI in org.noos.xing.mydoggy
 

Classes in org.noos.xing.mydoggy with type parameters of type ContentUI
 interface ContentManagerUI<C extends ContentUI>
          A ContentManagerUI is an interface to modify the ui behaviours of a content manager.
 

Subinterfaces of ContentUI in org.noos.xing.mydoggy
 interface DesktopContentUI
          This interface let you modify ui behaviours of a content when a DesktopContentManagerUI is used as current ContentManagerUI.
 interface MultiSplitContentUI
          This interface let you modify ui behaviours of a content when a MultiSplitContentManagerUI is used as current ContentManagerUI.
 interface TabbedContentUI
          This interface let you modify ui behaviours of a content when a TabbedContentManagerUI is used as current ContentManagerUI.
 

Methods in org.noos.xing.mydoggy that return ContentUI
 ContentUI Content.getContentUI()
          Returns the content ui for this content based on the current installed ContentManagerUI.
 

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

Methods in org.noos.xing.mydoggy.event that return ContentUI
 ContentUI ContentManagerUIEvent.getContentUI()
          Returns the content subject of the action.
 

Constructors in org.noos.xing.mydoggy.event with parameters of type ContentUI
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.