uic.pjava.widgets.table
Interface TableRow
- All Known Implementing Classes:
- DefaultTableRow
- public interface TableRow
AWT Based Table component, one single row
Warning: Use of this component directly can be dangerous...
API is absolutely going to change in the near future
getValueAt
public Object getValueAt(int i)
setValueAt
public void setValueAt(Object value,
int i)
editCell
public boolean editCell(int column,
int x,
int y)
getHeight
public int getHeight()
getColumnWidth
public int getColumnWidth(int column,
Font f)
compareTo
public int compareTo(TableRow tablerow,
int i)
paintColumn
public void paintColumn(Graphics g,
int colNr,
int colWidht,
boolean selected)
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence