OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addTableActionsPanel
(Results
1 - 5
of
5
) sorted by null
/external/autotest/frontend/client/src/autotest/common/table/
TableDecorator.java
97
public void
addTableActionsPanel
(TableActionsListener listener, boolean wantSelectVisible) {
109
addTableActionsPanel
(listener, true);
/external/autotest/frontend/client/src/autotest/afe/
HostListView.java
51
hostTableDecorator.
addTableActionsPanel
(this, true);
JobListView.java
175
tableDecorator.
addTableActionsPanel
(this, true);
HostDetailView.java
357
tableDecorator.
addTableActionsPanel
(this, true);
JobDetailView.java
296
hostsTableDecorator.
addTableActionsPanel
(new TableActionsListener() {
Completed in 557 milliseconds