Package org.fest.swing.data

Simple (but useful) data structures.

See:
          Description

Interface Summary
TableCellFinder Understands finding a cell in a JTable.
 

Class Summary
Index Understands an index.
TableCell Understands a cell in a JTable.
TableCell.TableCellBuilder Understands creation of TableCells.
TableCellByColumnId Understands lookup of a cell in a JTable by column identifier.
TableCellByColumnId.TableCellBuilder Understands creation of TableCellByColumnIds.
TableCellInRowByValue Understands lookup of a cell in the first row in JTable whose values match the given ones.
TableCellInRowByValue.TableCellBuilder Understands creation of TableCellInSelectedRows.
TableCellInSelectedRow Understands lookup of a cell in the first selected row of a JTable.
TableCellInSelectedRow.TableCellBuilder Understands creation of TableCellInSelectedRows.
 

Package org.fest.swing.data Description

Simple (but useful) data structures.



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.