Package com.bc.ceres.swing
Class TableLayout.Cell
java.lang.Object
com.bc.ceres.swing.TableLayout.Cell
- Enclosing class:
TableLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
public int row -
col
public int col -
rowspan
public int rowspan -
colspan
public int colspan
-
-
Constructor Details
-
Cell
public Cell() -
Cell
public Cell(int row, int col) -
Cell
public Cell(int row, int col, int rowspan, int colspan)
-