Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DHostTableDecorator.java10 import autotest.common.table.TableDecorator;
21 class HostTableDecorator extends TableDecorator implements SimpleCallback {
DJobListView.java10 import autotest.common.table.TableDecorator;
54 private TableDecorator tableDecorator;
171 tableDecorator = new TableDecorator(jobTable); in initialize()
DJobDetailView.java15 import autotest.common.table.TableDecorator;
90 protected TableDecorator childJobsTableDecorator = new TableDecorator(childJobsTable);
93 protected TableDecorator hostsTableDecorator = new TableDecorator(hostsTable);
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()