public abstract class AbstractTableModel extends Object implements TableModel
Constructor and Description |
---|
AbstractTableModel() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnId(int index) |
int |
getColumnPosition(String columnName) |
Object |
getValue(int row,
String propertyName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnCount, getColumnName, getRowCount, getValueAt, sort
public int getColumnPosition(String columnName)
getColumnPosition
in interface TableModel
public Object getValue(int row, String propertyName)
getValue
in interface TableModel
public String getColumnId(int index)
getColumnId
in interface TableModel
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.