JComponentPack 1.3.0

com.zfqjava.layout
Class FillMode

java.lang.Object
  extended by com.zfqjava.layout.FillMode

public class FillMode
extends Object

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

NONE

public static final FillMode NONE
Identify fill mode is none.


WIDTH

public static final FillMode WIDTH
Identify only fill width of ths specify component.


HEIGHT

public static final FillMode HEIGHT
Identify only fill height of the specify component.


BOTH

public static final FillMode BOTH
Identify both fill width and height of the specify component.

Method Detail

toString

public String toString()
Returns the string description of this mode.

Overrides:
toString in class Object

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.