ponderToolkit.analyzer.gui.lib.swing.table
Class TableCellImpl

java.lang.Object
  |
  +--ponderToolkit.analyzer.gui.lib.swing.table.TableCellImpl
All Implemented Interfaces:
TableCell

public abstract class TableCellImpl
extends java.lang.Object
implements TableCell


Inner Class Summary
static class TableCellImpl.Descr
           
 
Inner classes inherited from class ponderToolkit.analyzer.gui.lib.swing.table.TableCell
TableCell.Descr
 
Constructor Summary
protected TableCellImpl(TableCell.Descr[] descrs)
           
 
Method Summary
 java.lang.Class[] getClasses()
           
 java.lang.Class getClassObj(int i)
           
 int getCount()
           
 TableCell.Descr[] getDescrs()
           
 java.lang.String getName(int i)
           
 java.lang.String[] getNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ponderToolkit.analyzer.gui.lib.swing.table.TableCell
getValue, getValues, setValue, setValues
 

Constructor Detail

TableCellImpl

protected TableCellImpl(TableCell.Descr[] descrs)
Method Detail

getCount

public int getCount()
Specified by:
getCount in interface TableCell
Following copied from interface: ponderToolkit.analyzer.gui.lib.swing.table.TableCell
Returns:
the number of fields in the cell

getDescrs

public TableCell.Descr[] getDescrs()
Specified by:
getDescrs in interface TableCell
Following copied from interface: ponderToolkit.analyzer.gui.lib.swing.table.TableCell
Returns:
an array with the field descriptors

getNames

public java.lang.String[] getNames()
Specified by:
getNames in interface TableCell
Following copied from interface: ponderToolkit.analyzer.gui.lib.swing.table.TableCell
Returns:
an array of the column names of the fields of the cell

getName

public java.lang.String getName(int i)
Specified by:
getName in interface TableCell

getClasses

public java.lang.Class[] getClasses()
Specified by:
getClasses in interface TableCell
Following copied from interface: ponderToolkit.analyzer.gui.lib.swing.table.TableCell
Returns:
an array with the classes of the fields

getClassObj

public java.lang.Class getClassObj(int i)
Specified by:
getClassObj in interface TableCell