Uses of Interface
be.ugent.caagt.swirl.tables.TableColumnDecoration

Packages that use TableColumnDecoration
be.ugent.caagt.swirl.tables Provides a way to add small decorations (buttons or icons) to the column headers of a table. 
 

Uses of TableColumnDecoration in be.ugent.caagt.swirl.tables
 

Classes in be.ugent.caagt.swirl.tables that implement TableColumnDecoration
 class TableColumnButton
          Table column decoration that behaves like a button.
 class TableColumnIcon
          Simple table column decoration that displays a fixed icon and does not interpret mouse events.
 

Methods in be.ugent.caagt.swirl.tables that return TableColumnDecoration
 TableColumnDecoration TableColumnDecoration.copy()
          Makes a copy of this object.
 

Methods in be.ugent.caagt.swirl.tables that return types with arguments of type TableColumnDecoration
 java.util.List<TableColumnDecoration> EnhancedTable.getDecorations(int modelIndex)
          Return the list of decorations for the given column.
 

Methods in be.ugent.caagt.swirl.tables with parameters of type TableColumnDecoration
 void EnhancedTable.addPrototypeDecoration(java.lang.Class clazz, TableColumnDecoration decoration)
          Add a prototype decoration for a given column class.
 void EnhancedTable.addPrototypeDecoration(TableColumnDecoration decoration)
          Add a prototype decoration for default columns, i.e., columns with a column class for which no decorations were registered.