|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableCellValueConverter | |
|---|---|
| org.uispec4j | Provides classes for handling user interface components. |
| Uses of TableCellValueConverter in org.uispec4j |
|---|
| Classes in org.uispec4j that implement TableCellValueConverter | |
|---|---|
class |
DefaultTableCellValueConverter
Default implementation for the TableCellValueConverter interface. |
class |
ModelTableCellValueConverter
Converter that returns the object managed by the underlying JTable's model. |
| Fields in org.uispec4j declared as TableCellValueConverter | |
|---|---|
static TableCellValueConverter |
ModelTableCellValueConverter.INSTANCE
|
| Methods in org.uispec4j with parameters of type TableCellValueConverter | |
|---|---|
Assertion |
Table.cellEquals(int row,
int column,
java.lang.Object expectedValue,
TableCellValueConverter converter)
Checks the contents of a given cell using a specific data converter. |
java.lang.Object |
Table.getContentAt(int row,
int column,
TableCellValueConverter converter)
Returns the value displayed in a given cell using a specific converter. |
void |
Table.setCellValueConverter(int column,
TableCellValueConverter tableCellValueConverter)
Sets a new converter for analyzing the cells of a given column. |
void |
Table.setDefaultCellValueConverter(TableCellValueConverter cellValueConverter)
Sets a new converter for analyzing the table cells content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||