|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormLayout.IAnchor | |
---|---|
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.IAnchor in com.sibvisions.rad.ui.swing.impl.layout |
---|
Classes in com.sibvisions.rad.ui.swing.impl.layout that implement IFormLayout.IAnchor | |
---|---|
static class |
AwtFormLayout.AwtAnchor
The Anchor gives the possible horizontal and vertical positions. |
Methods in com.sibvisions.rad.ui.swing.impl.layout that return IFormLayout.IAnchor | |
---|---|
IFormLayout.IAnchor |
AwtFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor)
Constructs an anchor relative to pRelatedAnchor auto sized. |
IFormLayout.IAnchor |
AwtFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
IFormLayout.IAnchor pSecondRelatedAnchor,
float pRelativePosition)
Constructs an centered anchor between the related and second related anchor. |
IFormLayout.IAnchor |
AwtFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
int pPosition)
Constructs an anchor relative to pRelatedAnchor with pPosition pixels. |
IFormLayout.IAnchor |
AwtFormLayout.AwtAnchor.getBorderAnchor()
Gets the related border anchor to this anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getBottomAnchor()
Returns the bottom border anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtConstraints.getBottomAnchor()
Returns the bottom anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getBottomMarginAnchor()
Returns the bottom margin border anchor. |
IFormLayout.IAnchor[] |
AwtFormLayout.getHorizontalAnchors()
Returns all horizontal anchors used by this layout. |
IFormLayout.IAnchor |
AwtFormLayout.getLeftAnchor()
Returns the left border anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtConstraints.getLeftAnchor()
Returns the left anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getLeftMarginAnchor()
Returns the left margin border anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtAnchor.getRelatedAnchor()
Returns the related Anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtAnchor.getRelativeAnchor()
Gets the related unused auto size anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getRightAnchor()
Returns the right border anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtConstraints.getRightAnchor()
Returns the right anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getRightMarginAnchor()
Returns the right margin border anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtAnchor.getSecondRelatedAnchor()
Returns the second related Anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getTopAnchor()
Returns the top border anchor. |
IFormLayout.IAnchor |
AwtFormLayout.AwtConstraints.getTopAnchor()
Returns the top anchor. |
IFormLayout.IAnchor |
AwtFormLayout.getTopMarginAnchor()
Returns the top margin border anchor. |
IFormLayout.IAnchor[] |
AwtFormLayout.getVerticalAnchors()
Returns all vertical anchors used by this layout. |
Methods in com.sibvisions.rad.ui.swing.impl.layout with parameters of type IFormLayout.IAnchor | |
---|---|
IFormLayout.IAnchor |
AwtFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor)
Constructs an anchor relative to pRelatedAnchor auto sized. |
IFormLayout.IAnchor |
AwtFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
IFormLayout.IAnchor pSecondRelatedAnchor,
float pRelativePosition)
Constructs an centered anchor between the related and second related anchor. |
IFormLayout.IAnchor |
AwtFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
int pPosition)
Constructs an anchor relative to pRelatedAnchor with pPosition pixels. |
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. |
void |
AwtFormLayout.AwtConstraints.setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
Sets the bottom anchor. |
void |
AwtFormLayout.AwtConstraints.setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
Sets the left anchor. |
void |
AwtFormLayout.AwtAnchor.setRelatedAnchor(IFormLayout.IAnchor pRelatedAnchor)
Sets the related Anchor. |
void |
AwtFormLayout.AwtConstraints.setRightAnchor(IFormLayout.IAnchor pRightAnchor)
Sets the right anchor. |
void |
AwtFormLayout.AwtConstraints.setTopAnchor(IFormLayout.IAnchor pTopAnchor)
Sets the top anchor. |
Uses of IFormLayout.IAnchor in javax.rad.genui.layout |
---|
Methods in javax.rad.genui.layout that return IFormLayout.IAnchor | |
---|---|
IFormLayout.IAnchor |
UIFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor)
Constructs an anchor relative to pRelatedAnchor auto sized. |
IFormLayout.IAnchor |
UIFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
IFormLayout.IAnchor pSecondRelatedAnchor,
float pRelativePosition)
Constructs an centered anchor between the related and second related anchor. |
IFormLayout.IAnchor |
UIFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
int pPosition)
Constructs an anchor relative to pRelatedAnchor with pPosition pixels. |
IFormLayout.IAnchor |
UIFormLayout.getBottomAnchor()
Returns the bottom border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getBottomMarginAnchor()
Returns the bottom margin border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getColumnLeftAnchor(int pColumnIndex)
Gets the left anchor of the given column. |
IFormLayout.IAnchor |
UIFormLayout.getColumnRightAnchor(int pColumnIndex)
Gets the right anchor of the given column. |
IFormLayout.IAnchor[] |
UIFormLayout.getHorizontalAnchors()
Returns all horizontal anchors used by this layout. |
IFormLayout.IAnchor |
UIFormLayout.getLeftAnchor()
Returns the left border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getLeftMarginAnchor()
Returns the left margin border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getRightAnchor()
Returns the right border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getRightMarginAnchor()
Returns the right margin border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getRowBottomAnchor(int pRowIndex)
Gets the bottom anchor of the given row. |
IFormLayout.IAnchor |
UIFormLayout.getRowTopAnchor(int pRowIndex)
Gets the top anchor of the given row. |
IFormLayout.IAnchor |
UIFormLayout.getTopAnchor()
Returns the top border anchor. |
IFormLayout.IAnchor |
UIFormLayout.getTopMarginAnchor()
Returns the top margin border anchor. |
IFormLayout.IAnchor[] |
UIFormLayout.getVerticalAnchors()
Returns all vertical anchors used by this layout. |
Methods in javax.rad.genui.layout with parameters of type IFormLayout.IAnchor | |
---|---|
IFormLayout.IAnchor |
UIFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor)
Constructs an anchor relative to pRelatedAnchor auto sized. |
IFormLayout.IAnchor |
UIFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
IFormLayout.IAnchor pSecondRelatedAnchor,
float pRelativePosition)
Constructs an centered anchor between the related and second related anchor. |
IFormLayout.IAnchor |
UIFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
int pPosition)
Constructs an anchor relative to pRelatedAnchor with pPosition pixels. |
IFormLayout.IConstraints |
UIFormLayout.getConstraints(IFormLayout.IAnchor pTopAnchor,
IFormLayout.IAnchor pLeftAnchor,
IFormLayout.IAnchor pBottomAnchor,
IFormLayout.IAnchor pRightAnchor)
Creates the default constraints for the given anchors. |
Uses of IFormLayout.IAnchor in javax.rad.ui.layout |
---|
Methods in javax.rad.ui.layout that return IFormLayout.IAnchor | |
---|---|
IFormLayout.IAnchor |
IFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor)
Constructs an anchor relative to pRelatedAnchor auto sized. |
IFormLayout.IAnchor |
IFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
IFormLayout.IAnchor pSecondRelatedAnchor,
float pRelativePosition)
Constructs an centered anchor between the related and second related anchor. |
IFormLayout.IAnchor |
IFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
int pPosition)
Constructs an anchor relative to pRelatedAnchor with pPosition pixels. |
IFormLayout.IAnchor |
IFormLayout.IAnchor.getBorderAnchor()
Gets the border anchor. |
IFormLayout.IAnchor |
IFormLayout.getBottomAnchor()
Returns the bottom border anchor. |
IFormLayout.IAnchor |
IFormLayout.IConstraints.getBottomAnchor()
Returns the bottom anchor. |
IFormLayout.IAnchor |
IFormLayout.getBottomMarginAnchor()
Returns the bottom margin border anchor. |
IFormLayout.IAnchor[] |
IFormLayout.getHorizontalAnchors()
Returns all horizontal anchors used by this layout. |
IFormLayout.IAnchor |
IFormLayout.getLeftAnchor()
Returns the left border anchor. |
IFormLayout.IAnchor |
IFormLayout.IConstraints.getLeftAnchor()
Returns the left anchor. |
IFormLayout.IAnchor |
IFormLayout.getLeftMarginAnchor()
Returns the left margin border anchor. |
IFormLayout.IAnchor |
IFormLayout.IAnchor.getRelatedAnchor()
Returns the related Anchor. |
IFormLayout.IAnchor |
IFormLayout.getRightAnchor()
Returns the right border anchor. |
IFormLayout.IAnchor |
IFormLayout.IConstraints.getRightAnchor()
Returns the right anchor. |
IFormLayout.IAnchor |
IFormLayout.getRightMarginAnchor()
Returns the right margin border anchor. |
IFormLayout.IAnchor |
IFormLayout.IAnchor.getSecondRelatedAnchor()
Returns the second related Anchor. |
IFormLayout.IAnchor |
IFormLayout.getTopAnchor()
Returns the top border anchor. |
IFormLayout.IAnchor |
IFormLayout.IConstraints.getTopAnchor()
Returns the top anchor. |
IFormLayout.IAnchor |
IFormLayout.getTopMarginAnchor()
Returns the top margin border anchor. |
IFormLayout.IAnchor[] |
IFormLayout.getVerticalAnchors()
Returns all vertical anchors used by this layout. |
Methods in javax.rad.ui.layout with parameters of type IFormLayout.IAnchor | |
---|---|
IFormLayout.IAnchor |
IFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor)
Constructs an anchor relative to pRelatedAnchor auto sized. |
IFormLayout.IAnchor |
IFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
IFormLayout.IAnchor pSecondRelatedAnchor,
float pRelativePosition)
Constructs an centered anchor between the related and second related anchor. |
IFormLayout.IAnchor |
IFormLayout.createAnchor(IFormLayout.IAnchor pRelatedAnchor,
int pPosition)
Constructs an anchor relative to pRelatedAnchor with pPosition pixels. |
IFormLayout.IConstraints |
IFormLayout.getConstraints(IFormLayout.IAnchor pTopAnchor,
IFormLayout.IAnchor pLeftAnchor,
IFormLayout.IAnchor pBottomAnchor,
IFormLayout.IAnchor pRightAnchor)
Creates the default constraints for the given anchors. |
void |
IFormLayout.IConstraints.setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
Sets the bottom anchor. |
void |
IFormLayout.IConstraints.setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
Sets the left anchor. |
void |
IFormLayout.IConstraints.setRightAnchor(IFormLayout.IAnchor pRightAnchor)
Sets the right anchor. |
void |
IFormLayout.IConstraints.setTopAnchor(IFormLayout.IAnchor pTopAnchor)
Sets the top anchor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |