|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
public static class JVxFormLayout.Constraint
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
Constructor Summary | |
---|---|
JVxFormLayout.Constraint(JVxFormLayout.Anchor pTopAnchor,
JVxFormLayout.Anchor pLeftAnchor)
Constructs Constraints with the given anchors as bounds. |
|
JVxFormLayout.Constraint(JVxFormLayout.Anchor pTopAnchor,
JVxFormLayout.Anchor pLeftAnchor,
JVxFormLayout.Anchor pBottomAnchor,
JVxFormLayout.Anchor pRightAnchor)
Constructs Constraints with the given anchors as bounds. |
Method Summary | |
---|---|
JVxFormLayout.Anchor |
getBottomAnchor()
Returns the bottom anchor. |
JVxFormLayout.Anchor |
getLeftAnchor()
Returns the left anchor. |
JVxFormLayout.Anchor |
getRightAnchor()
Returns the right anchor. |
JVxFormLayout.Anchor |
getTopAnchor()
Returns the top anchor. |
void |
setBottomAnchor(JVxFormLayout.Anchor pBottomAnchor)
Sets the bottom anchor. |
void |
setLeftAnchor(JVxFormLayout.Anchor pLeftAnchor)
Sets the left anchor. |
void |
setRightAnchor(JVxFormLayout.Anchor pRightAnchor)
Sets the right anchor. |
void |
setTopAnchor(JVxFormLayout.Anchor pTopAnchor)
Sets the top anchor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JVxFormLayout.Constraint(JVxFormLayout.Anchor pTopAnchor, JVxFormLayout.Anchor pLeftAnchor, JVxFormLayout.Anchor pBottomAnchor, JVxFormLayout.Anchor pRightAnchor)
pTopAnchor
- the left anchor.pLeftAnchor
- the left anchor.pBottomAnchor
- the left anchor.pRightAnchor
- the left anchor.public JVxFormLayout.Constraint(JVxFormLayout.Anchor pTopAnchor, JVxFormLayout.Anchor pLeftAnchor)
pTopAnchor
- the left anchor.pLeftAnchor
- the left anchor.Method Detail |
---|
public JVxFormLayout.Anchor getLeftAnchor()
public void setLeftAnchor(JVxFormLayout.Anchor pLeftAnchor)
pLeftAnchor
- left to setpublic JVxFormLayout.Anchor getRightAnchor()
public void setRightAnchor(JVxFormLayout.Anchor pRightAnchor)
pRightAnchor
- the right anchor.public JVxFormLayout.Anchor getTopAnchor()
public void setTopAnchor(JVxFormLayout.Anchor pTopAnchor)
pTopAnchor
- the top anchorpublic JVxFormLayout.Anchor getBottomAnchor()
public void setBottomAnchor(JVxFormLayout.Anchor pBottomAnchor)
pBottomAnchor
- the bottom to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |