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

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

Uses of Content in org.noos.xing.mydoggy
 

Methods in org.noos.xing.mydoggy that return Content
 Content ContentManager.addContent(Dockable dockable)
          Adds a dockable.
 Content ContentManager.addContent(String id, String title, Icon icon, Component component)
          Adds a component represented by a unique identifier id with a title and/or icon, either of which can be null.
 Content ContentManager.addContent(String id, String title, Icon icon, Component component, String tip)
          Adds a component represented by a unique identifier id with a title and/or icon, either of which can be null.
 Content ContentManager.addContent(String id, String title, Icon icon, Component component, String tip, Object... constraints)
          Adds a component represented by a unique identifier id with a title and/or icon, either of which can be null.
 Content PersistenceDelegateCallback.contentNotFound(ToolWindowManager toolWindowManager, String contentId, PersistenceDelegateCallback.PersistenceNode node)
          This method is invoked when the PersistenceDelegate try to access a Content that is not currently registered in the ContentManager.
 Content ContentUI.getContent()
          Returns the Content contropart of this ContentUI.
 Content ContentManager.getContent(int index)
          Returns the content at the specified position in this manager.
 Content ContentManager.getContent(Object key)
          Returns the content to which this manager maps the specified key (the key could be the id or an alias).
 Content ContentManager.getContentByComponent(Component component)
          Returns the content that wraps the passed component
 Content[] ContentManager.getContents()
          Returns an array containing all of the contents in this manager in proper sequence.
 Content ContentManager.getNextContent()
          Returns in order the next enabled content related to the selected content, or null if no contents are registered or no content is enabled.
 Content MultiSplitConstraint.getOnContent()
           
 Content ContentManager.getPreviousContent()
          Returns in order the previous enabled content related to the selected content, or null if no contents are registered or no content is enabled.
 Content ContentManager.getSelectedContent()
          Returns the selected content, or null if the selection is empty.
 

Methods in org.noos.xing.mydoggy that return types with arguments of type Content
 RepresentativeAnchorDescriptor<Content> Content.getRepresentativeAnchorDescriptor()
          Returns the representative anchor descriptor used to modify the behaviours of that object.
 

Methods in org.noos.xing.mydoggy with parameters of type Content
 void Content.detach(Content onContent, AggregationPosition onPosition)
          Detach this content aggregating it on the passed content using the passed position.
 void Content.detach(Content onContent, int onIndex, AggregationPosition onPosition)
          Detach this content aggregating it on the passed content using the passed position.
 void Content.detachByReference(Content refContent, AggregationPosition onPosition)
          Detach this content aggregating it using the passed position into the content window that contains the refContent.
 C ContentManagerUI.getContentUI(Content content)
          Returns the ui part to which this manager maps the specified content.
 boolean ContentManager.removeContent(Content content)
          Removes the content content.
 

Constructors in org.noos.xing.mydoggy with parameters of type Content
MultiSplitConstraint(Content onContent)
          This tells to aggregate on the aggregationContent
MultiSplitConstraint(Content onContent, AggregationPosition onPosition)
          This tells to aggregate on the aggregationContent on the aggregationPosition position
MultiSplitConstraint(Content onContent, int onIndex)
          This tells to aggregate on the aggregationContent on the aggregationIndexLocation location.
MultiSplitConstraint(Content onContent, int onIndex, AggregationPosition onPosition)
          This tells to aggregate on the aggregationContent on the aggregationPosition position on the aggregationIndexLocation location.
 

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

Methods in org.noos.xing.mydoggy.event that return Content
 Content ContentManagerEvent.getContent()
          Returns the content subject of the action.
 

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



Copyright © 2012. All Rights Reserved.