Searched refs:TableDecorator (Results 1 – 8 of 8) sorted by relevance
9 import autotest.common.table.TableDecorator;54 private TableDecorator tableDecorator;150 tableDecorator = new TableDecorator(jobTable); in initialize()
10 import autotest.common.table.TableDecorator;21 class HostTableDecorator extends TableDecorator implements SimpleCallback {
15 import autotest.common.table.TableDecorator;91 protected TableDecorator childJobsTableDecorator = new TableDecorator(childJobsTable);94 protected TableDecorator hostsTableDecorator = new TableDecorator(hostsTable);
7 import autotest.common.table.TableDecorator;42 private TableDecorator tableDecorator;89 tableDecorator = new TableDecorator(recurringTable); in initialize()
10 import autotest.common.table.TableDecorator;75 private TableDecorator selectedDecorator = new TableDecorator(selectedTable);
19 import autotest.common.table.TableDecorator;155 private TableDecorator tableDecorator = new TableDecorator(jobsTable);
24 public class TableDecorator extends Composite implements DynamicTableListener { class40 public TableDecorator(DynamicTable dataTable) { in TableDecorator() method in TableDecorator
11 import autotest.common.table.TableDecorator;100 private TableDecorator tableDecorator;203 tableDecorator = new TableDecorator(table); in createTable()