Uses of Class
com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor

Packages that use JVxFormLayout.Anchor
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.Anchor in com.sibvisions.rad.ui.swing.ext.layout
 

Methods in com.sibvisions.rad.ui.swing.ext.layout that return JVxFormLayout.Anchor
 JVxFormLayout.Anchor JVxFormLayout.Anchor.getBorderAnchor()
          Gets the related border anchor to this anchor.
 JVxFormLayout.Anchor JVxFormLayout.getBottomAnchor()
          Returns the bottom border anchor.
 JVxFormLayout.Anchor JVxFormLayout.Constraint.getBottomAnchor()
          Returns the bottom anchor.
 JVxFormLayout.Anchor JVxFormLayout.getBottomMarginAnchor()
          Returns the bottom margin border anchor.
 JVxFormLayout.Anchor[] JVxFormLayout.getHorizontalAnchors()
          Returns all horizontal anchors used by this layout.
 JVxFormLayout.Anchor JVxFormLayout.getLeftAnchor()
          Returns the left border anchor.
 JVxFormLayout.Anchor JVxFormLayout.Constraint.getLeftAnchor()
          Returns the left anchor.
 JVxFormLayout.Anchor JVxFormLayout.getLeftMarginAnchor()
          Returns the left margin border anchor.
 JVxFormLayout.Anchor JVxFormLayout.Anchor.getRelatedAnchor()
          Returns the related Anchor.
 JVxFormLayout.Anchor JVxFormLayout.Anchor.getRelativeAnchor()
          Gets the related unused auto size anchor.
 JVxFormLayout.Anchor JVxFormLayout.getRightAnchor()
          Returns the right border anchor.
 JVxFormLayout.Anchor JVxFormLayout.Constraint.getRightAnchor()
          Returns the right anchor.
 JVxFormLayout.Anchor JVxFormLayout.getRightMarginAnchor()
          Returns the right margin border anchor.
 JVxFormLayout.Anchor JVxFormLayout.Anchor.getSecondRelatedAnchor()
          Returns the second related Anchor.
 JVxFormLayout.Anchor JVxFormLayout.getTopAnchor()
          Returns the top border anchor.
 JVxFormLayout.Anchor JVxFormLayout.Constraint.getTopAnchor()
          Returns the top anchor.
 JVxFormLayout.Anchor JVxFormLayout.getTopMarginAnchor()
          Returns the top margin border anchor.
 JVxFormLayout.Anchor[] JVxFormLayout.getVerticalAnchors()
          Returns all vertical anchors used by this layout.
 

Methods in com.sibvisions.rad.ui.swing.ext.layout with parameters of type JVxFormLayout.Anchor
 void JVxFormLayout.Constraint.setBottomAnchor(JVxFormLayout.Anchor pBottomAnchor)
          Sets the bottom anchor.
 void JVxFormLayout.Constraint.setLeftAnchor(JVxFormLayout.Anchor pLeftAnchor)
          Sets the left anchor.
 void JVxFormLayout.Anchor.setRelatedAnchor(JVxFormLayout.Anchor pRelatedAnchor)
          Sets the related Anchor.
 void JVxFormLayout.Constraint.setRightAnchor(JVxFormLayout.Anchor pRightAnchor)
          Sets the right anchor.
 void JVxFormLayout.Anchor.setSecondRelatedAnchor(JVxFormLayout.Anchor pSecondRelatedAnchor)
          Sets the seocnd related Anchor.
 void JVxFormLayout.Constraint.setTopAnchor(JVxFormLayout.Anchor pTopAnchor)
          Sets the top anchor.
 

Constructors in com.sibvisions.rad.ui.swing.ext.layout with parameters of type JVxFormLayout.Anchor
JVxFormLayout.Anchor(JVxFormLayout.Anchor pRelatedAnchor)
          Constructs an anchor relative to pRelatedAnchor auto sized.
JVxFormLayout.Anchor(JVxFormLayout.Anchor pRelatedAnchor, int pPosition)
          Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
JVxFormLayout.Anchor(JVxFormLayout.Anchor pRelatedAnchor, JVxFormLayout.Anchor pSecondRelatedAnchor)
          Constructs an centered anchor between the related and second related anchor.
JVxFormLayout.Anchor(JVxFormLayout.Anchor pRelatedAnchor, JVxFormLayout.Anchor pSecondRelatedAnchor, float pRelativePosition)
          Constructs an centered anchor between the related and second related anchor.
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.
 

Uses of JVxFormLayout.Anchor in com.sibvisions.rad.ui.swing.impl.layout
 

Constructors in com.sibvisions.rad.ui.swing.impl.layout with parameters of type JVxFormLayout.Anchor
AwtFormLayout.AwtAnchor(AwtFormLayout pLayout, JVxFormLayout.Anchor pAnchor)
          Constructs a new AwtAnchor.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.