| java.lang.Object javax.swing.table.AbstractTableModel com.jeta.swingbuilder.gui.formmgr.FormsModel
FormsModel | public class FormsModel extends AbstractTableModel (Code) | | This class is the table model for the FormManagerView. It gets the list of
forms from the FormManager and stores them in this model. This is mainly used
to help debugging.
author: Jeff Tassin |
EMBEDDED_COLUMN | final static int EMBEDDED_COLUMN(Code) | | column definitions
|
ID_COLUMN | final static int ID_COLUMN(Code) | | |
NAME_COLUMN | final static int NAME_COLUMN(Code) | | |
PARENT_COLUMN | final static int PARENT_COLUMN(Code) | | |
FormsModel | public FormsModel()(Code) | | ctor.
|
getColumnClass | public Class getColumnClass(int column)(Code) | | the type of column at a given index |
getColumnCount | public int getColumnCount()(Code) | | the number of columns in this model |
getColumnName | public String getColumnName(int column)(Code) | | the name of a column at a given index |
getRowCount | public int getRowCount()(Code) | | the number of rows objects in this model |
getValueAt | public Object getValueAt(int row, int column)(Code) | | the column value at the given row |
reload | public void reload()(Code) | | Reload the model
|
removeAll | public void removeAll()(Code) | | Remove all data items from this model
|
|
|