org.apache.batik.swing.gvt.JGVTComponent This class represents a component which can display a GVT tree. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: JGVTComponent.java,v 1.51 2005/03/27 08:58:36 cam Exp $
org.apache.batik.swing.svg.JSVGComponent This class represents a swing component that can display SVG documents. This component also lets you translate, zoom and rotate the document being displayed. This is the fundamental class for rendering SVG documents in a swing application. <h2>Rendering Process</h2> <p>The rend ...
org.apache.batik.gvt.event.AWTEventDispatcher An EventDispatcher implementation based on AWT events. <p>Mouse events are dispatched to their "containing" node (the GraphicsNode corresponding to the mouse event coordinate). Searches for containment are performed from the EventDispatcher's "root" node.</p> @author <a HREF="mail ...
org.htmlparser.parserapplications.filterbuilder.FilterBuilder The main program for the FilterBuilder programming system. <p>ToDo: <ul> <li>thread the attribute fetching</li> <li>CSS selector filter</li> <li>table row filter</li> <li>table column filter</li> <li>trigger filter</li> <li ...
org.jdesktop.swing.LinkHandler Handles mouse actions on components with embedded Link objects. This includes with table cells, labels and other controls. When clicked, the Link contents will be displayed in a browser if the applciation is run in an Applet or WebStart application context. <p> TODO: Should make this general ...