HomeSort by relevance Sort by last modified time
    Searched refs:selectionPanel (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/client/src/autotest/common/ui/
TableActionsPanel.java 29 private TableSelectionPanel selectionPanel;
33 selectionPanel = new TableSelectionPanel(wantSelectVisible);
40 mainPanel.add(selectionPanel);
60 selectionPanel.setListener(listener);
  /external/autotest/frontend/client/src/autotest/common/table/
TableDecorator.java 81 TableSelectionPanel selectionPanel = new TableSelectionPanel(wantSelectVisible);
82 selectionPanel.setListener(selectionManager);
84 setRow(LayoutRows.TOP_ACTIONS, selectionPanel);
86 setRow(LayoutRows.BOTTOM_ACTIONS, selectionPanel);

Completed in 133 milliseconds