|
JComponentPack 1.3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FillMode | |
|---|---|
| com.zfqjava.layout | |
| com.zfqjava.swing | |
| Uses of FillMode in com.zfqjava.layout |
|---|
| Fields in com.zfqjava.layout declared as FillMode | |
|---|---|
static FillMode |
FillMode.BOTH
Identify both fill width and height of the specify component. |
static FillMode |
FillMode.HEIGHT
Identify only fill height of the specify component. |
static FillMode |
FillMode.NONE
Identify fill mode is none. |
static FillMode |
FillMode.WIDTH
Identify only fill width of ths specify component. |
| Uses of FillMode in com.zfqjava.swing |
|---|
| Methods in com.zfqjava.swing that return FillMode | |
|---|---|
FillMode |
CellLayout.Constraints.getFillMode()
Returns the fill mode for this constrains. |
| Constructors in com.zfqjava.swing with parameters of type FillMode | |
|---|---|
CellLayout.Constraints(int x,
int y,
FillMode mode)
Constructs a Constraints for the component. |
|
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)
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. |
|
|
JComponentPack 1.3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||