Uses of Interface
org.fest.swing.cell.JTableCellWriter
Packages that use JTableCellWriter
Package
Description
Drivers that simulate user input on GUI
Components.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTableCellWriter in org.fest.swing.driver
Classes in org.fest.swing.driver that implement JTableCellWriterModifier and TypeClassDescriptionclassUnderstands the base class for implementations of.JTableCellWriterclassUnderstands the default implementation of.JTableCellWriterclassUnderstands an implementation ofthat knows how to useJTableCellWriters as cell editors.JTextComponentclassUnderstands an implementation ofthat knows how to useJTableCellWriteres as cell editors.JComboBoxclassUnderstands an implementation ofthat knows how to useJTableCellWriters as cell editors.JTextComponentFields in org.fest.swing.driver declared as JTableCellWriterMethods in org.fest.swing.driver that return JTableCellWriterModifier and TypeMethodDescriptionprivate JTableCellWriterBasicJTableCellWriter.cellWriterFor(JTable table, int row, int column) Methods in org.fest.swing.driver with parameters of type JTableCellWriterModifier and TypeMethodDescriptionvoidJTableDriver.cellWriter(JTableCellWriter newCellWriter) Updates the implementation ofto use to edit cell values in aJTableCellWriter.JTable -
Uses of JTableCellWriter in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type JTableCellWriterModifier and TypeMethodDescriptionJTableFixture.cellWriter(JTableCellWriter cellWriter) Updates the implementation ofto use when comparing internal values of this fixture'sJTableCellWriterand the values expected in a test.JTable