Package | Description |
---|---|
org.uispec4j |
Provides classes for handling user interface components.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableCellValueConverter
Default implementation for the TableCellValueConverter interface.
|
class |
ModelTableCellValueConverter
Converter that returns the object managed by the underlying JTable's model.
|
Modifier and Type | Field and Description |
---|---|
static TableCellValueConverter |
ModelTableCellValueConverter.INSTANCE |
Modifier and Type | Method and Description |
---|---|
Assertion |
Table.cellEquals(int row,
int column,
Object expectedValue,
TableCellValueConverter converter)
Checks the contents of a given cell using a specific data converter.
|
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.
|
Copyright © 2004–2016. All rights reserved.