Uses of Class
com.mckoi.jfccontrols.QueryAgent
-
Packages that use QueryAgent Package Description com.mckoi.jfccontrols JFC classes to access a Mckoi database from a Swing application.com.mckoi.tools Tools for manipulating a Mckoi database. -
-
Uses of QueryAgent in com.mckoi.jfccontrols
Methods in com.mckoi.jfccontrols that return QueryAgent Modifier and Type Method Description static QueryAgent
QueryAgent. getDefaultAgent()
Returns the QueryAgent for this VM. -
Uses of QueryAgent in com.mckoi.tools
Constructors in com.mckoi.tools with parameters of type QueryAgent Constructor Description JDBCQueryTool(QueryAgent in_query_agent)
Constructs the JComponent.
-