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


Method Summary
 int compareTo(TableRow tablerow, int i)
           
 boolean editCell(int column, int x, int y)
           
 int getColumnWidth(int column, Font f)
           
 int getHeight()
           
 Object getValueAt(int i)
           
 void paintColumn(Graphics g, int colNr, int colWidht, boolean selected)
           
 void setValueAt(Object value, int i)
           
 

Method Detail

getValueAt

Object getValueAt(int i)

setValueAt

void setValueAt(Object value,
                int i)

editCell

boolean editCell(int column,
                 int x,
                 int y)

getHeight

int getHeight()

getColumnWidth

int getColumnWidth(int column,
                   Font f)

compareTo

int compareTo(TableRow tablerow,
              int i)

paintColumn

void paintColumn(Graphics g,
                 int colNr,
                 int colWidht,
                 boolean selected)


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence