|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JVxFormLayout.Constraint | |
---|---|
com.sibvisions.rad.ui.swing.ext.layout | Contains awt/swing based layout managers. |
com.sibvisions.rad.ui.swing.impl.layout | Contains the layout implementations for Swing. |
Uses of JVxFormLayout.Constraint in com.sibvisions.rad.ui.swing.ext.layout |
---|
Methods in com.sibvisions.rad.ui.swing.ext.layout that return JVxFormLayout.Constraint | |
---|---|
JVxFormLayout.Constraint |
JVxFormLayout.createConstraint(int pColumn,
int pRow)
Creates the default constraints for the given column and row. |
JVxFormLayout.Constraint |
JVxFormLayout.createConstraint(int pBeginColumn,
int pBeginRow,
int pEndColumn,
int pEndRow)
Creates the default constraints for the given column and row. |
JVxFormLayout.Constraint |
JVxFormLayout.getConstraint(Component pComponent)
Gets the constraints for given component. |
Methods in com.sibvisions.rad.ui.swing.ext.layout with parameters of type JVxFormLayout.Constraint | |
---|---|
void |
JVxFormLayout.setConstraint(Component pComponent,
JVxFormLayout.Constraint pConstraint)
Sets the constraints for given component. |
Uses of JVxFormLayout.Constraint in com.sibvisions.rad.ui.swing.impl.layout |
---|
Constructors in com.sibvisions.rad.ui.swing.impl.layout with parameters of type JVxFormLayout.Constraint | |
---|---|
AwtFormLayout.AwtConstraints(AwtFormLayout pLayout,
JVxFormLayout.Constraint pConstraints)
Constructs a new AwtConstraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |