|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getPreferredHeightLimits()
Gets the preferred height limits for this component. |
Limits |
Component.getPreferredWidthLimits()
Gets the preferred width limits for this component. |
Limits |
TableView.Column.getWidthLimits()
Gets the minimum and maximum widths to which the column can size. |
Methods in org.apache.pivot.wtk with parameters of type Limits | |
---|---|
void |
Component.setPreferredHeightLimits(Limits preferredHeightLimits)
Sets the preferred height limits for this component. |
void |
Component.setPreferredWidthLimits(Limits preferredWidthLimits)
Sets the preferred width limits for this component. |
void |
TableView.Column.setWidthLimits(Limits widthLimits)
Sets the minimum and maximum widths to which the column can size. |
Constructors in org.apache.pivot.wtk with parameters of type Limits | |
---|---|
Limits(Limits limits)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |