Searched refs:TableDecorator (Results 1 – 7 of 7) sorted by relevance
9 import autotest.common.table.TableDecorator;52 private TableDecorator tableDecorator;148 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;90 protected TableDecorator childJobsTableDecorator = new TableDecorator(childJobsTable);93 protected TableDecorator hostsTableDecorator = new TableDecorator(hostsTable);
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()