Package suncertify.swingClient.swingTable

The package contains classes that represents table model and row classes for all the tables used in the fly by Nights reservations system.

See:
          Description

Class Summary
ClientTableModel The ClientTableModel is the Table Model For Clients' Details.
ClientTableRow The ClientTableRow represents Client's details The ClientTableRow is used as the elements of a ClientTableModel table.
FltsTableModel The FltsTableModel is the Table Model For Flights Details.
FltsTableRow The FltsTableRow represents a row of flights details.
ReserTableModel The ReserTableModel is the Table Model For Flights Reservation Details.
ReserTableRow The ReserTableRow represents a row of flights details.
ScheTableModel The ScheTableModel is the Table Model For Flights Details.
ScheTableRow The ScheTableRow represents a row of flights details.
TableMap TableMap implements TableModel by routing all requests to its model, and TableModelListener by routing all events to its listeners.
TableSorter A sorter for TableModels.
 

Exception Summary
TableException The customized class for Table Exceptions
 

Package suncertify.swingClient.swingTable Description

The package contains classes that represents table model and row classes for all the tables used in the fly by Nights reservations system.
The model include: