| Package | Description |
|---|---|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJTableCellWriter
Template for implementations of
JTableCellWriter. |
class |
BasicJTableCellWriter
Default implementation of
JTableCellWriter. |
class |
JTableCheckBoxEditorCellWriter
JTableCellWriter that knows how to use JTextComponents as cell editors. |
class |
JTableComboBoxEditorCellWriter
JTableCellWriter that knows how to use JComboBoxes as cell editors. |
class |
JTableTextComponentEditorCellWriter
JTableCellWriter that knows how to use JTextComponents as cell editors. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTableDriver.replaceCellWriter(JTableCellWriter newCellWriter)
Updates the implementation of
JTableCellWriter to use to edit cell values in a JTable. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTableFixture.replaceCellWriter(JTableCellWriter cellWriter) |
Copyright © 2014 AssertJ. All rights reserved.