Uses of Interface
org.fest.swing.cell.JTableCellWriter
Packages that use JTableCellWriter
Package
Description
Drivers that simulate user input on GUI
Component
s.
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 TypeClassDescriptionclass
Understands the base class for implementations of
.JTableCellWriter
class
Understands the default implementation of
.JTableCellWriter
class
Understands an implementation of
that knows how to useJTableCellWriter
s as cell editors.JTextComponent
class
Understands an implementation of
that knows how to useJTableCellWriter
es as cell editors.JComboBox
class
Understands an implementation of
that knows how to useJTableCellWriter
s as cell editors.JTextComponent
Fields in org.fest.swing.driver declared as JTableCellWriterMethods in org.fest.swing.driver that return JTableCellWriterModifier and TypeMethodDescriptionprivate JTableCellWriter
BasicJTableCellWriter.cellWriterFor
(JTable table, int row, int column) Methods in org.fest.swing.driver with parameters of type JTableCellWriterModifier and TypeMethodDescriptionvoid
JTableDriver.cellWriter
(JTableCellWriter newCellWriter) Updates the implementation of
to 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 of
to use when comparing internal values of this fixture'sJTableCellWriter
and the values expected in a test.JTable