Home
last modified time | relevance | path

Searched refs:TableDecorator (Results 1 – 8 of 8) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DJobListView.java9 import autotest.common.table.TableDecorator;
54 private TableDecorator tableDecorator;
150 tableDecorator = new TableDecorator(jobTable); in initialize()
DHostTableDecorator.java10 import autotest.common.table.TableDecorator;
21 class HostTableDecorator extends TableDecorator implements SimpleCallback {
DJobDetailView.java15 import autotest.common.table.TableDecorator;
91 protected TableDecorator childJobsTableDecorator = new TableDecorator(childJobsTable);
94 protected TableDecorator hostsTableDecorator = new TableDecorator(hostsTable);
DRecurringView.java7 import autotest.common.table.TableDecorator;
42 private TableDecorator tableDecorator;
89 tableDecorator = new TableDecorator(recurringTable); in initialize()
DHostSelector.java10 import autotest.common.table.TableDecorator;
75 private TableDecorator selectedDecorator = new TableDecorator(selectedTable);
DHostDetailView.java19 import autotest.common.table.TableDecorator;
155 private TableDecorator tableDecorator = new TableDecorator(jobsTable);
/external/autotest/frontend/client/src/autotest/common/table/
DTableDecorator.java24 public class TableDecorator extends Composite implements DynamicTableListener { class
40 public TableDecorator(DynamicTable dataTable) { in TableDecorator() method in TableDecorator
/external/autotest/frontend/client/src/autotest/tko/
DTableView.java11 import autotest.common.table.TableDecorator;
100 private TableDecorator tableDecorator;
203 tableDecorator = new TableDecorator(table); in createTable()