Uses of Class
de.pxclass.gui.PXElasticConstraints

Uses of PXElasticConstraints in de.pxclass.gui
 

Methods in de.pxclass.gui that return PXElasticConstraints
 PXElasticConstraints PXElasticLayout.getConstraints(java.awt.Component comp)
          Gets the constraints for the specified component.
protected  PXElasticConstraints PXElasticLayout.getConstraintsImpl(java.awt.Component comp)
          Retrieves the constraints for the specified component.
 PXElasticConstraints PXElasticConstraints.nextColumn()
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(double newStretchX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(double newStretchX, double newShrinkX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, double newStretchX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, double newStretchX, double newShrinkX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, int newGridHeight)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, int newGridHeight, double newStretchX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, int newGridHeight, double newStretchX, double newShrinkX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, int newGridHeight, int newFill, double newStretchX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(int newGridWidth, int newGridHeight, int newFill, double newStretchX, double newShrinkX)
          Sets the gridX of these constraints to the next cell and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextColumn(PXElasticConstraints baseConstraints)
          Sets the gridX of these constraints to the next cell of baseConstraints and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow()
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(double newStretchX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(double newStretchX, double newShrinkX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, double newStretchX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, double newStretchX, double newShrinkX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, int newGridHeight)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, int newGridHeight, double newStretchX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, int newGridHeight, double newStretchX, double newShrinkX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, int newGridHeight, int newFill)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, int newGridHeight, int newFill, double newStretchX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(int newGridWidth, int newGridHeight, int newFill, double newStretchX, double newShrinkX)
          Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(PXElasticConstraints baseConstraints)
          Sets the gridY of these constraints to the next cell of baseConstraints and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.resetAnchor()
          Resets the anchor of these constraints to WEST and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.resetFill()
          Resets the fill of these constraints to NONE and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setAnchor(int newAnchor)
          Sets the anchor of these constraints to newAnchor and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setFill(int newFill)
          Sets the fill of these constraints to newFill and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setInsets(java.awt.Insets newInsets)
          Sets the insets of these constraints to newInsets and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setInsets(int top, int left, int bottom, int right)
          Sets the insets of these constraints to the given inset values and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setShrinkX(double newShrinkX)
          Sets the shrinkX of these constraints to newShrinkX and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setShrinkY(double newShrinkY)
          Sets the shrinkY of these constraints to newShrinkY and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setStretchX(double newStretchX)
          Sets the stretchX of these constraints to newStretchX and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.setStretchY(double newStretchY)
          Sets the stretchY of these constraints to newStretchY and returns this constraints object.
 

Methods in de.pxclass.gui with parameters of type PXElasticConstraints
 PXElasticConstraints PXElasticConstraints.nextColumn(PXElasticConstraints baseConstraints)
          Sets the gridX of these constraints to the next cell of baseConstraints and returns this constraints object.
 PXElasticConstraints PXElasticConstraints.nextRow(PXElasticConstraints baseConstraints)
          Sets the gridY of these constraints to the next cell of baseConstraints and returns this constraints object.
 void PXElasticLayout.setConstraints(java.awt.Component comp, PXElasticConstraints constraints)
          Sets the constraints for the specified component in this layout.
protected  void PXElasticLayout.setConstraintsImpl(java.awt.Component comp, PXElasticConstraints constraints)
          Sets the constraints for the specified component in this layout.
 



Copyright © 2008. All Rights Reserved.