org.enhydra.jawe.WorkflowManager Class intended to serve as a control center for creation, removal, resizing and changing position of Participants as well as for doing the same things with Activity objects and Transitions. Class manages this actions in such a way that undoing of operations are possible. It incorporates multiple v ...
org.enhydra.jawe.JaWEMarqueeHandler import java.io.*; Implementation of a marquee handler for Process Editor. This is also a place where (after mouse click or release) participants, activities (normal, subflows, block activities) and transitions are inserted, where persistent mode is achived and where mouse cursors are changing, and ...
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 ...
com.lowagie.text.Table A <CODE>Table</CODE> is a <CODE>Rectangle</CODE> that contains <CODE>Cell</CODE>s, ordered in some kind of matrix. <P> Tables that span multiple pages are cut into different parts automatically. If you want a table header to be repeated on every page, you ...
org.jfree.chart.ChartPanel A Swing GUI component for displaying a {@link JFreeChart} object. <P> The panel registers with the chart to receive notification of changes to any component of the chart. The chart is redrawn automatically whenever this notification is received.
org.swixml.converters.PointConverter A Converter that turns a Strings into Point objects @author <a HREF="mailto:wolf@paulus.com">Wolf Paulus</a> @version $Revision: 1.1 $ @see java.awt.Point @see org.swixml.ConverterLibrary