|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.layout.FillMode
public class FillMode
A type-safe enum fill mode.
| Field Summary | |
|---|---|
static FillMode |
BOTH
Identify both fill width and height of the specify component. |
static FillMode |
HEIGHT
Identify only fill height of the specify component. |
static FillMode |
NONE
Identify fill mode is none. |
static FillMode |
WIDTH
Identify only fill width of ths specify component. |
| Method Summary | |
|---|---|
String |
toString()
Returns the string description of this mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FillMode NONE
public static final FillMode WIDTH
public static final FillMode HEIGHT
public static final FillMode BOTH
| Method Detail |
|---|
public String toString()
toString in class Object
|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||