Uses of Class
org.apache.pivot.wtk.Limits

Packages that use Limits
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Limits in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Limits
static Limits Limits.decode(String value)
           
 Limits Component.getHeightLimits()
          Returns the height limits for this component.
 Limits TableView.Column.getWidthLimits()
          Gets the minimum and maximum widths to which the column can size.
 Limits Component.getWidthLimits()
          Returns the width limits for this component.
 

Methods in org.apache.pivot.wtk with parameters of type Limits
 void Component.setHeightLimits(Limits heightLimits)
          Sets the height limits for this component.
 void TableView.Column.setWidthLimits(Limits widthLimits)
          Sets the minimum and maximum widths to which the column can size.
 void Component.setWidthLimits(Limits widthLimits)
          Sets the width limits for this component.
 

Constructors in org.apache.pivot.wtk with parameters of type Limits
Limits(Limits limits)