com.evanmclean.evlib.tablelayout
Interface TL

All Known Implementing Classes:
TableLayoutFactory

public interface TL

Shorthand for table layout column/row specifications. See summary for an example of typical usage.

Author:
Evan McLean McLean Computer Services (see the overview for copyright and licensing.)

Field Summary
static double F
           
static double FILL
           
static double M
           
static double MINIMUM
           
static double P
           
static double PREFERRED
           
 

Field Detail

FILL

static final double FILL
See Also:
Constant Field Values

F

static final double F
See Also:
Constant Field Values

PREFERRED

static final double PREFERRED
See Also:
Constant Field Values

P

static final double P
See Also:
Constant Field Values

MINIMUM

static final double MINIMUM
See Also:
Constant Field Values

M

static final double M
See Also:
Constant Field Values