Class FileTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

@Deprecated public class FileTable extends JTable
Deprecated.
The FileTable uses a FileTableModel object to display a directory listing.
Since:
3.2.0
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • FileTable

      public FileTable()
      Deprecated.
      Creates a new empty file table.
  • Method Details

    • getCellRenderer

      public TableCellRenderer getCellRenderer(int row, int column)
      Deprecated.
      Gets a renderer for the specified cell.
      Overrides:
      getCellRenderer in class JTable
    • main

      public static void main(String[] argv) throws Exception
      Deprecated.
      Tests this class.
      Parameters:
      argv - the array of command line parameters.
      Throws:
      Exception