Uses of Package
biggests.tables

Packages that use biggests.tables
biggests.gui   
biggests.tables   
 

Classes in biggests.tables used by biggests.gui
TableValues
          Title: Table of Values Description: Defines a table of values with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression values (more widely, float values) This is a simple table that shows the raw values that are assigned when using one of the constructors and implements sorting functionality on the columns, i.e., allows the reordering of the rows, sorting them by a specific column's cells values in ascending or descending order.
 

Classes in biggests.tables used by biggests.tables
TableColors
          Title: Colors Table Description: Defines a table of colors with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression values (more widely, float values) A table of colors has a vertical text header and each of its cells is colored according to the float value that holds in it.
TableFunctionGroup.NumberCellRenderer
          Title: NumberCellRenderer: A renderer for cells which contain numbers.
TableFunctionIndividual.NumberCellRenderer
          Title: NumberCellRenderer: A renderer for cells which contain numbers.
TableHeader
          Title: Header for Tables Description: Defines a header for generic tables.
TableSorter
          Title: Table Sorter - a model for sorting tables Description: TableSorter is a decorator for TableModels adding sorting functionality to a supplied TableModel.
TableSorterFunctionGroup
          Title: Table Sorter for Tables of Functions of Biclusters' Groups Description: A table model which allows for column sorting.
TableSorterFunctionIndividual
          Title: Table Sorter for Tables of Functions of Biclusters Description: A table model which allows for column sorting.
TableSorterValues
          Title: Table Sorter for Tables with Float Values Description: A table model which allows for column sorting.
TableSorterVerticalHeader
          Title: TableSorterVerticalHeader model Description: This table model implements table sorting and also a table header model which writes vertical oriented column names.
TableSymbols
          Title: Table of Symbols Description: Defines a table of symbols with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression symbols (more widely, characters) A table of symbols has a vertical text header and each of its cells is colored according to the symbol that holds in it.
TableValues
          Title: Table of Values Description: Defines a table of values with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression values (more widely, float values) This is a simple table that shows the raw values that are assigned when using one of the constructors and implements sorting functionality on the columns, i.e., allows the reordering of the rows, sorting them by a specific column's cells values in ascending or descending order.
TableValues.NumberCellRenderer
          Title: NumberCellRenderer: A renderer for cells which contain numbers.