|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.tablelayout.TableLayoutUtils
public class TableLayoutUtils
Some util methods for TableLayout colPlacing: f = fill rowPlacing f = fill c = centered
| Constructor Summary | |
|---|---|
TableLayoutUtils()
|
|
| Method Summary | |
|---|---|
static String |
place(int col,
int row)
place in one cell |
static String |
place(int col,
int row,
char colplacing,
char rowplacing)
inside one cell, place somewhere |
static String |
place(int col,
int row,
int colspan)
start in a cell and span X columns place(1,1) = place(1,1,1) |
static String |
place(int col,
int row,
int col2,
int row2)
span multiple columns and rows |
static String |
placeField(int col,
int row)
Inside one cell |
static String |
placeField(int col,
int row,
int colspan)
Inside one cell full with colspan |
static String |
placeLabel(int col,
int row)
Inside one cell, aligned right |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableLayoutUtils()
| Method Detail |
|---|
public static String place(int col,
int row)
col - row -
public static String place(int col,
int row,
int colspan)
col - row - colspan -
public static String place(int col,
int row,
int col2,
int row2)
col - row - col2 - row2 -
public static String place(int col,
int row,
char colplacing,
char rowplacing)
col - row - colplacing - rowplacing -
public static String placeLabel(int col,
int row)
col - row -
public static String placeField(int col,
int row)
col - row -
public static String placeField(int col,
int row,
int colspan)
col - row -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||