| java.lang.Object layout.TableLayout
TableLayout | public class TableLayout (Code) | | author: Anand Rao |
TableLayout | public TableLayout(String Tablename, int NumRows, int NumCols)(Code) | | Creates a new instance of TableLayout
|
IsTableEmpty | public boolean IsTableEmpty()(Code) | | |
IsTableListType | public boolean IsTableListType()(Code) | | |
getNumCols | public int getNumCols()(Code) | | |
getNumRows | public int getNumRows()(Code) | | |
setCellStatus | public void setCellStatus(int row, int col, boolean status)(Code) | | |
setTableEmpty | public void setTableEmpty()(Code) | | |
setTableListType | public void setTableListType(boolean value)(Code) | | |
|
|