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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableCellImpl
protected TableCellImpl(TableCell.Descr[] descrs)
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