com.mckoi.jfccontrols |
com.mckoi.jfccontrols - JFC extensions for use with Mckoi
JFC classes to access a Mckoi database from a Swing application.
|
Java Source File Name | Type | Comment |
Query.java | Class | Encapsulates the information in a query to the database. |
QueryAgent.java | Class | A class that is an agent for queries from the client environment to the
server. |
ResultSetTableModel.java | Class | An implementation of a javax.swing.table.TableModel that updates itself from
a scrollable java.sql.ResultSet source. |
SwingBlockUtil.java | Class | Helper class for providing blocking behaviour on the AWT/Swing event
dispatcher thread without freezing up the user interface. |