|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IGridLayout.IGridConstraints
The Constraint stores the column and row for layouting a component.
Method Summary | |
---|---|
int |
getGridHeight()
Returns the height on the GridLayout. |
int |
getGridWidth()
Returns the width on the GridLayout. |
int |
getGridX()
Returns the x-position on the grid. |
int |
getGridY()
Returns the y-position on the GridLayout. |
IInsets |
getInsets()
Returns the insets on the GridLayout. |
void |
setGridHeight(int pGridHeight)
Sets the height on the GridLayout. |
void |
setGridWidth(int pGridWidth)
Sets the width on the GridLayout. |
void |
setGridX(int pGridX)
Sets the x-position on the GridLayout. |
void |
setGridY(int pGridY)
Sets the y-position on the GridLayout. |
void |
setInsets(IInsets pInsets)
Sets the width on the GridLayout. |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
int getGridX()
void setGridX(int pGridX)
pGridX
- the x-position to set.int getGridY()
void setGridY(int pGridY)
pGridY
- the x-position to set.int getGridHeight()
void setGridHeight(int pGridHeight)
pGridHeight
- the height to set.int getGridWidth()
void setGridWidth(int pGridWidth)
pGridWidth
- the height to set.IInsets getInsets()
void setInsets(IInsets pInsets)
pInsets
- the insets to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |