org.atzberger.application.selm_builder
Class TableModel_MainData
java.lang.Object
javax.swing.table.AbstractTableModel
org.atzberger.mango.table.TableModel_Properties1_General
org.atzberger.mango.table.TableModel_Properties1_Default
org.atzberger.application.selm_builder.TableModel_MainData
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.table.TableModel
public class TableModel_MainData
- extends TableModel_Properties1_Default
Customised table behavior for this data type.
- Author:
- Paul J. Atzberger
- See Also:
- http://www.atzberger.org,
Serialized Form
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Methods inherited from class org.atzberger.mango.table.TableModel_Properties1_General |
getColumnClass, getColumnCount, getColumnName, getEditableAt, getRowCount, init, isCellEditable, removeAllEntries, removeAllEntries, resizeTable, setColumnNames, setValueAt, setValueAt |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paramName_BaseFilename
public java.lang.String paramName_BaseFilename
paramIndex_BaseFilename
public int paramIndex_BaseFilename
paramName_BasePathname
public java.lang.String paramName_BasePathname
paramIndex_BasePathname
public int paramIndex_BasePathname
paramName_Description
public java.lang.String paramName_Description
paramIndex_Description
public int paramIndex_Description
paramName_UnitsRef
public java.lang.String paramName_UnitsRef
paramIndex_UnitsRef
public int paramIndex_UnitsRef
paramName_SELM_Seed
public java.lang.String paramName_SELM_Seed
paramIndex_SELM_Seed
public int paramIndex_SELM_Seed
paramName_Integrator
public java.lang.String paramName_Integrator
paramIndex_Integrator
public int paramIndex_Integrator
paramName_Eulerian_DOF
public java.lang.String paramName_Eulerian_DOF
paramIndex_Eulerian_DOF
public int paramIndex_Eulerian_DOF
paramName_Lagrangian_DOF
public java.lang.String paramName_Lagrangian_DOF
paramIndex_Lagrangian_DOF
public int paramIndex_Lagrangian_DOF
paramName_InteractionList
public java.lang.String paramName_InteractionList
paramIndex_InteractionList
public int paramIndex_InteractionList
paramName_CouplingOpList
public java.lang.String paramName_CouplingOpList
paramIndex_CouplingOpList
public int paramIndex_CouplingOpList
setApplSharedData
public void setApplSharedData(application_SharedData applSharedData_in)
rebuildTable
public void rebuildTable()
setValueAt
public void setValueAt(java.lang.Object value,
int row,
int col,
boolean flagEditable)
- Overrides:
setValueAt
in class TableModel_Properties1_General
getValueAt
public java.lang.Object getValueAt(int row,
int col)
- Specified by:
getValueAt
in interface javax.swing.table.TableModel
- Overrides:
getValueAt
in class TableModel_Properties1_General
syncDataWithApplNamespaceAll
public void syncDataWithApplNamespaceAll()
syncDataWithApplNamespace
public void syncDataWithApplNamespace(int row,
int col,
java.lang.Object value)