|
||||||||||
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<JVxFormLayout.Constraint>
com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
public static class AwtFormLayout.AwtConstraints
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
Field Summary |
---|
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
resource |
Constructor Summary | |
---|---|
protected |
AwtFormLayout.AwtConstraints(AwtFormLayout pLayout,
JVxFormLayout.Constraint pConstraints)
Constructs a new AwtConstraint. |
Method Summary | |
---|---|
IFormLayout.IAnchor |
getBottomAnchor()
Returns the bottom anchor. |
IFormLayout.IAnchor |
getLeftAnchor()
Returns the left anchor. |
IFormLayout.IAnchor |
getRightAnchor()
Returns the right anchor. |
IFormLayout.IAnchor |
getTopAnchor()
Returns the top anchor. |
void |
setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
Sets the bottom anchor. |
void |
setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
Sets the left anchor. |
void |
setRightAnchor(IFormLayout.IAnchor pRightAnchor)
Sets the right anchor. |
void |
setTopAnchor(IFormLayout.IAnchor pTopAnchor)
Sets the top anchor. |
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 AwtFormLayout.AwtConstraints(AwtFormLayout pLayout, JVxFormLayout.Constraint pConstraints)
pLayout
- the layout.pConstraints
- the JVxFormLayout.Constraint.Method Detail |
---|
public IFormLayout.IAnchor getLeftAnchor()
getLeftAnchor
in interface IFormLayout.IConstraints
public void setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
setLeftAnchor
in interface IFormLayout.IConstraints
pLeftAnchor
- left to setpublic IFormLayout.IAnchor getRightAnchor()
getRightAnchor
in interface IFormLayout.IConstraints
public void setRightAnchor(IFormLayout.IAnchor pRightAnchor)
setRightAnchor
in interface IFormLayout.IConstraints
pRightAnchor
- the right anchor.public IFormLayout.IAnchor getTopAnchor()
getTopAnchor
in interface IFormLayout.IConstraints
public void setTopAnchor(IFormLayout.IAnchor pTopAnchor)
setTopAnchor
in interface IFormLayout.IConstraints
pTopAnchor
- the top anchorpublic IFormLayout.IAnchor getBottomAnchor()
getBottomAnchor
in interface IFormLayout.IConstraints
public void setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
setBottomAnchor
in interface IFormLayout.IConstraints
pBottomAnchor
- the bottom to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |