Package org.ka2ddo.yaac.gui.table


package org.ka2ddo.yaac.gui.table
This package contains classes for supporting Java/Swing JTable features specific to YAAC.
  • Class
    Description
    This class displays a JButton as the rendering of an Action object in a JTable cell.
    This is a TableCellRenderer to highlight ages of data that are suspiciously old (as in, this station must have died).
    A TableCellRenderer for efficiently rendering objects of type AX25Callsign.
    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.
    This class defines an editor for a table cell containing an enumeration.
    This class implements a TableCellRenderer that displays the localized name string for an Enum value.
    This interface defines a TableModel that can compare rows column-by-column without having to create transient Objects for comparison.
    This interface defines a replacement for javax.swing.RowFilter, for use with FastTableRowSorter.
    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).
    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).
    This class provides a JSpinner-based editor for a table cell.
    This class defines an editor for a table cell containing an enumeration.
    Render a table cell as a AWT Color.
    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).
    The class extends JTable to make the table printable with page headers and page counts.
    This table model counts rows, suitable for the row header of a JScrollPane surrounding a JTable.
    This class implements a renderer for SelectableSymbols that shows both the icon and the characters representing the icon in the network packets.
    This class implements a renderer for SelectableSymbols that shows both the icon and the characters representing the icon in the network packets.
    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.
    Auxiliary helper class to allow copying cell text from a JTable to the system clipboard.