|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormLayout.IConstraints | |
---|---|
com.sibvisions.rad.ui.swing.impl.layout | Contains the layout implementations for Swing. |
javax.rad.genui.layout | Contains a generic implementation of the platform and technology independent layout interfaces to design graphical user interfaces. |
javax.rad.ui.layout | Contains interfaces and classes for creating platform an technology independent layouts. |
Uses of IFormLayout.IConstraints in com.sibvisions.rad.ui.swing.impl.layout |
---|
Classes in com.sibvisions.rad.ui.swing.impl.layout that implement IFormLayout.IConstraints | |
---|---|
static class |
AwtFormLayout.AwtConstraints
The Constraint stores the top, left, bottom and right Anchor for layouting a component. |
Methods in com.sibvisions.rad.ui.swing.impl.layout that return IFormLayout.IConstraints | |
---|---|
IFormLayout.IConstraints |
AwtFormLayout.getConstraints(IComponent pComponent)
Gets the constraints for the specified IComponent . |
IFormLayout.IConstraints |
AwtFormLayout.getConstraints(IFormLayout.IAnchor pTopAnchor,
IFormLayout.IAnchor pLeftAnchor)
Gets the constraints for the left corner, specified through anchors. |
IFormLayout.IConstraints |
AwtFormLayout.getConstraints(IFormLayout.IAnchor pTopAnchor,
IFormLayout.IAnchor pLeftAnchor,
IFormLayout.IAnchor pBottomAnchor,
IFormLayout.IAnchor pRightAnchor)
Creates the default constraints for the given anchors. |
IFormLayout.IConstraints |
AwtFormLayout.getConstraints(int pColumn,
int pRow)
Creates the default constraints for the given column and row. |
IFormLayout.IConstraints |
AwtFormLayout.getConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates the default constraints for the given column and row. |
Methods in com.sibvisions.rad.ui.swing.impl.layout with parameters of type IFormLayout.IConstraints | |
---|---|
void |
AwtFormLayout.setConstraints(IComponent pComponent,
IFormLayout.IConstraints pConstraints)
Gets the constraints for the specified IComponent . |
Uses of IFormLayout.IConstraints in javax.rad.genui.layout |
---|
Methods in javax.rad.genui.layout that return IFormLayout.IConstraints | |
---|---|
IFormLayout.IConstraints |
UIFormLayout.getBottomAlignedConstraints(int pColumn,
int pRow)
Creates bottom aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getBottomAlignedConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates bottom aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getBottomSpaceConstraints(IComponent pCenterComponent)
Creates the constraints bottom of the center constraint. |
IFormLayout.IConstraints |
UIFormLayout.getCenterConstraints(int pColumn,
int pRow)
Creates horizontal and vertical centered constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getCenterConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates horizontal and vertical centered constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getConstraints(IFormLayout.IAnchor pTopAnchor,
IFormLayout.IAnchor pLeftAnchor,
IFormLayout.IAnchor pBottomAnchor,
IFormLayout.IAnchor pRightAnchor)
Creates the default constraints for the given anchors. |
IFormLayout.IConstraints |
UIFormLayout.getConstraints(int pColumn,
int pRow)
Creates the default constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates the default constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getHCenterConstraints(int pColumn,
int pRow)
Creates vertical centered constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getHCenterConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates vertical centered constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getLeftAlignedConstraints(int pColumn,
int pRow)
Creates left aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getLeftAlignedConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates left aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getLeftSpaceConstraints(IComponent pCenterComponent)
Creates the constraints left of the center constraint. |
IFormLayout.IConstraints |
UIFormLayout.getMaximizedConstraints()
Creates maximized constraints for top, left, bottom and right anchor. |
IFormLayout.IConstraints |
UIFormLayout.getRightAlignedConstraints(int pColumn,
int pRow)
Creates right aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getRightAlignedConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates right aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getRightSpaceConstraints(IComponent pCenterComponent)
Creates the constraints right of the center constraint. |
IFormLayout.IConstraints |
UIFormLayout.getTopAlignedConstraints(int pColumn,
int pRow)
Creates top aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getTopAlignedConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates top aligned constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getTopSpaceConstraints(IComponent pCenterComponent)
Creates the constraints top of the center constraint. |
IFormLayout.IConstraints |
UIFormLayout.getVCenterConstraints(int pColumn,
int pRow)
Creates vertical centered constraints for the given column and row. |
IFormLayout.IConstraints |
UIFormLayout.getVCenterConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates vertical centered constraints for the given column and row. |
Uses of IFormLayout.IConstraints in javax.rad.ui.layout |
---|
Methods in javax.rad.ui.layout that return IFormLayout.IConstraints | |
---|---|
IFormLayout.IConstraints |
IFormLayout.getConstraints(IFormLayout.IAnchor pTopAnchor,
IFormLayout.IAnchor pLeftAnchor,
IFormLayout.IAnchor pBottomAnchor,
IFormLayout.IAnchor pRightAnchor)
Creates the default constraints for the given anchors. |
IFormLayout.IConstraints |
IFormLayout.getConstraints(int pColumn,
int pRow)
Creates the default constraints for the given column and row. |
IFormLayout.IConstraints |
IFormLayout.getConstraints(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates the default constraints for the given column and row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |