See: Description
| Interface | Description |
|---|---|
| FastComparableTableModel |
This interface defines a TableModel that can compare rows column-by-column without
having to create transient Objects for comparison.
|
| FastRowFilter<M> |
This interface defines a replacement for javax.swing.RowFilter, for use with
FastTableRowSorter.
|
| Class | Description |
|---|---|
| ActionRenderer |
This class displays a JButton as the rendering of an
Action object in a JTable cell.
|
| AgeRenderer |
This is a TableCellRenderer to highlight ages of data that are suspiciously old
(as in, this station must have died).
|
| AX25CallsignCellRenderer |
A TableCellRenderer for efficiently rendering objects of type AX25Callsign.
|
| DateCellRenderer |
This renders a java.util.Date object for a JTable, accounting for other attributes of the entire
record such as being disabled, erroneous, or reporting an emergency condition.
|
| EnumCellEditor |
This class defines an editor for a table cell containing an enumeration.
|
| EnumCellRenderer |
This class implements a TableCellRenderer that displays the localized name string
for an Enum value.
|
| FastTableRowSorter<M extends javax.swing.table.TableModel> |
This class provides a replacement for javax.swing.TableRowSorter that does not excessively
malloc transient objects (and therefore runs much faster when extremely large tables > 100000
rows are being used).
|
| FillEditor |
This widget provides a TableCellEditor for changing the fill color or pattern for
drawing something (assuming the Paint value is stored in a TableModel column).
|
| FilteredTableCellEditor |
This TableCellEditor allows editing a table cell containing a String value that
should be constrained to the allowable syntax specified by a DocumentFilter, such
as the
CallsignDocumentFilter for an AX.25 callsign in ASCII text format. |
| JSpinnerCellEditor |
This class provides a JSpinner-based editor for a table cell.
|
| MultiEnumCellEditor |
This class defines an editor for a table cell containing an enumeration.
|
| PaintRenderer |
Render a table cell as a AWT Color.
|
| PopupMenuMouseAdapter |
This class provides a generic mouse click handler for using right-clicks
on a table row to raise a popup menu associated with the value in a specified
key column of the selected row (such as for the callsign of a station).
|
| PrintableTable |
The class extends JTable to make the table printable with page headers and page counts.
|
| RowNumberTableModel |
This table model counts rows, suitable for the row header of a JScrollPane surrounding a JTable.
|
| SelectableSymbolEditor |
This class implements a renderer for SelectableSymbols that shows both the icon and
the characters representing the icon in the network packets.
|
| SelectableSymbolRenderer |
This class implements a renderer for SelectableSymbols that shows both the icon and
the characters representing the icon in the network packets.
|
| StringCellRenderer |
This renders a String for a JTable, accounting for other attributes of the entire
record such as being disabled, erroneous, or reporting an emergency condition.
|
| TableClipboardCopier |
Auxiliary helper class to allow copying cell text from a JTable to the system
clipboard.
|