Uses of Interface
com.zfqjava.layout.SizeGroup

Packages that use SizeGroup
com.zfqjava.swing   
 

Uses of SizeGroup in com.zfqjava.swing
 

Methods in com.zfqjava.swing that return SizeGroup
 SizeGroup CellLayout.Constraints.getWidthGroup()
          Use Size group width as current component width.
 SizeGroup CellLayout.Constraints.getHeightGroup()
          Use this group get this component height.
 

Constructors in com.zfqjava.swing with parameters of type SizeGroup
CellLayout.Constraints(int x, int y, FillMode mode, SizeGroup widthGroup, SizeGroup heightGroup)
          Constructs a Constraints for the component.
CellLayout.Constraints(int x, int y, int width, int height, FillMode mode, SizeGroup widthGroup, SizeGroup heightGroup)
          Constructs a Constraints for the component.
 



Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.