public class ModeloEditorTipoPresentaciones
extends javax.swing.table.AbstractTableModel
| Constructor and Description |
|---|
ModeloEditorTipoPresentaciones(java.util.ArrayList<Presentacion> presentaciones)
Inicializa un objeto de tipo modelo editor tipo presentaciones.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
java.lang.String |
getColumnName(int col) |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic ModeloEditorTipoPresentaciones(java.util.ArrayList<Presentacion> presentaciones)
presentaciones - the presentacionespublic int getColumnCount()
public int getRowCount()
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
public java.lang.String getColumnName(int col)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModel