|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.awt.impl.AwtResource<JVxGridLayout.CellConstraints>
com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
public static class AwtGridLayout.AwtGridConstraints
The Constraint stores the columns and rows for layouting a component.
Field Summary |
---|
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
resource |
Constructor Summary | |
---|---|
protected |
AwtGridLayout.AwtGridConstraints(JVxGridLayout.CellConstraints pConstraints)
Constructs a new AwtConstraint. |
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 class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
equals, getResource, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Constructor Detail |
---|
protected AwtGridLayout.AwtGridConstraints(JVxGridLayout.CellConstraints pConstraints)
pConstraints
- the JVxGridLayout.Constraint.Method Detail |
---|
public int getGridX()
getGridX
in interface IGridLayout.IGridConstraints
public int getGridY()
getGridY
in interface IGridLayout.IGridConstraints
public int getGridWidth()
getGridWidth
in interface IGridLayout.IGridConstraints
public int getGridHeight()
getGridHeight
in interface IGridLayout.IGridConstraints
public IInsets getInsets()
getInsets
in interface IGridLayout.IGridConstraints
public void setGridX(int pGridX)
setGridX
in interface IGridLayout.IGridConstraints
pGridX
- the x-position to set.public void setGridY(int pGridY)
setGridY
in interface IGridLayout.IGridConstraints
pGridY
- the x-position to set.public void setGridHeight(int pGridHeight)
setGridHeight
in interface IGridLayout.IGridConstraints
pGridHeight
- the height to set.public void setGridWidth(int pGridWidth)
setGridWidth
in interface IGridLayout.IGridConstraints
pGridWidth
- the height to set.public void setInsets(IInsets pInsets)
setInsets
in interface IGridLayout.IGridConstraints
pInsets
- the insets to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |