Uses of Class
org.noos.xing.mydoggy.AggregationPosition

Packages that use AggregationPosition
org.noos.xing.mydoggy   
 

Uses of AggregationPosition in org.noos.xing.mydoggy
 

Methods in org.noos.xing.mydoggy that return AggregationPosition
 AggregationPosition MultiSplitConstraint.getOnPosition()
           
static AggregationPosition AggregationPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AggregationPosition[] AggregationPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.noos.xing.mydoggy with parameters of type AggregationPosition
 void ToolWindow.aggregate(AggregationPosition onPosition)
          Agggregate this tool to the already visible tools using the specified aggregation position.
 void ToolWindow.aggregate(ToolWindow onToolWindow, AggregationPosition onPosition)
          Aggregate this tool using onToolWindow as a relative position and the aggregation position as the position relative to the specified toolwindow.
 void ToolWindow.aggregateByReference(ToolWindow refToolWindow, AggregationPosition onPosition)
          This method is used when the user want to aggregate the toolwindow to another toolwindow whose type is FLOATING, FLOATING_FREE or FLOATING_LIVE.
 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.
 

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



Copyright © 2012. All Rights Reserved.