org.jdesktop.jdnc.JNTable High level table component which displays tabular data from a data model in a scrollable view. @author Ramesh Gupta @author Amy Fowler @javabean.class displayName="Table Component" name="JNTable" shortDesctiption="A simplified table component" @javabean.icons color16="/javax/swing/beaninfo/imag ...org.jfree.ui.SortableTableHeaderListener Captures mouse clicks on a table header, with the intention of triggering a sort. Adapted from code by Nabuo Tamemasa posted on http://www.codeguru.com. @author Nabuo Tamemasa org.jdesktop.swing.JXTable JXTable @author Ramesh Gupta @author Amy Fowler @author Mark Davidson org.objectweb.jac.aspects.gui.swing.SwingTableView
org.jdesktop.swing.TablePrintable An implementation of <code>Printable</code> for printing <code>JTable</code>s. <p> This implementation spreads table rows naturally in sequence across multiple pages, fitting as many rows as possible per page. The distribution of columns, on the other hand, is control ... | Popular Tags |