Groovy Documentation

Package com.wordpress.tipsforjava.swing.table

 

Class Summary
BeanTableModel The BeanTableModel will use reflection to determine the columns of data to be displayed in the table model.
BeanTableModel.ColumnInformation
ButtonColumn The ButtonColumn class provides a renderer and an editor that looks like a JButton.
ComboBoxTableEditor This class will use a combo box as the editor for a JTable cell.
DefaultTableHeaderCellRenderer A default cell renderer for a JTableHeader.
EditableCellFocusAction @author Rob Camick
FixedColumnTable Prevent the specified number of columns from scrolling horizontally in the scroll pane.
FormatRenderer Use a formatter to format the cell Object
IconTableCellRenderer The package-private class javax.swing.JTable.IconRenderer, which is the default renderer for columns of class Icon and ImageIcon, is known to give rise to a ClassCastException when attempting to render an Icon whose implementation of paintIcon(Component c, Graphics g, int x, int y) requires a cast of its first parameter to a specific subclass of Component.
IconTableCellRenderer.XIcon The default icon used if none is supplied.
JButtonTableModel @author Rob Camick
ListTableModel @author Rob Camick
NumberRenderer @author Rob Camick
RXTable The RXTable provides some extensions to the default JTable
RowNumberTable Use a JTable as a renderer for row numbers of a given main table.
RowNumberTable.RowNumberRenderer
RowTableModel A TableModel that better supports the processing of rows of data.
SelectAllRenderer Highlight only the area occupied by text, not the entire background
TableCellListener This class listens for changes made to the data in the table via the TableCellEditor.
TableColumnAdjuster
TableColumnAdjuster.ColumnAction
TableColumnAdjuster.ToggleAction
VerticalTableHeaderCellRenderer A renderer for a JTableHeader with text rotated 90 degrees counterclockwise.
 


Enum Summary
VerticalTableHeaderCellRenderer.VerticalSortIcon An icon implementation to paint the contained icon rotated 90 degrees clockwise.
 


Groovy Documentation