Uses of Class
de.matthiasmann.twl.TableBase

Packages that use TableBase
de.matthiasmann.twl   
 

Uses of TableBase in de.matthiasmann.twl
 

Subclasses of TableBase in de.matthiasmann.twl
 class FileTable
          A table showing the content of a folder.
 class PropertySheet
          A property sheet class
 class Table
          A table widget.
 class TreeTable
          A Tree+Table widget.
 

Fields in de.matthiasmann.twl declared as TableBase
protected  TableBase TableRowSelectionManager.tableBase
           
 

Methods in de.matthiasmann.twl with parameters of type TableBase
 void TableRowSelectionManager.setAssociatedTable(TableBase base)
           
 void TableSelectionManager.setAssociatedTable(TableBase base)