public class ModeloEditorPresentacionesAspecto
extends javax.swing.table.AbstractTableModel
| Constructor and Description |
|---|
ModeloEditorPresentacionesAspecto(java.util.ArrayList<Aspecto> aspecto)
Inicializa un objeto de tipo modelo editor presentaciones aspecto.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
java.lang.String |
getColumnName(int arg0) |
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 ModeloEditorPresentacionesAspecto(java.util.ArrayList<Aspecto> aspecto)
aspecto - the aspectopublic int getColumnCount()
public int getRowCount()
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
public java.lang.String getColumnName(int arg0)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModel