org.objectweb.cjdbc.console.gui.CjdbcGui This class is the main class for the graphical version of the C-JDBC administration console. @author <a HREF="mailto:Nicolas.Modrzyk@inria.fr">Nicolas Modrzyk </a> @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet </a> @version 1.0
org.apache.ojb.tools.mapping.reversedb2.dnd2.DropTargetHelper Starting from JDK 1.2 drag and drop was possible for Java applications. Unfortunately the framework to be used is rather complex. As of JDK 1.4 a new, more simple Dnd framework was added, but unfortunately if you want to be backwards compatible, you still have to stick with the old framework. Thi ...
org.objectweb.jac.aspects.gui.swing.Tree This class defines a Swing component tree view for objects that are related to a root object through relations or collections. @see GuiAC