Searched refs:testcaseSortPanel (Results 1 – 2 of 2) sorted by relevance
1905 JPanel testcaseSortPanel = new JPanel(); in createPropertiesDialog() local1906 testcaseSortPanel.setLayout(new FlowLayout(FlowLayout.LEFT)); in createPropertiesDialog()1931 testcaseSortPanel.add(testcaseSortColumn); in createPropertiesDialog()1932 testcaseSortPanel.add(fTestcaseSortColumnCB); in createPropertiesDialog()1933 testcaseSortPanel.add(testcaseSortOrder); in createPropertiesDialog()1934 testcaseSortPanel.add(fTestcaseSortOrderCB); in createPropertiesDialog()1938 testcasesPanel.add(testcaseSortPanel, gbc); in createPropertiesDialog()
1972 JPanel testcaseSortPanel = new JPanel(); in createPropertiesDialog() local1973 testcaseSortPanel.setLayout(new FlowLayout(FlowLayout.LEFT)); in createPropertiesDialog()1998 testcaseSortPanel.add(testcaseSortColumn); in createPropertiesDialog()1999 testcaseSortPanel.add(fTestcaseSortColumnCB); in createPropertiesDialog()2000 testcaseSortPanel.add(testcaseSortOrder); in createPropertiesDialog()2001 testcaseSortPanel.add(fTestcaseSortOrderCB); in createPropertiesDialog()2005 testcasesPanel.add(testcaseSortPanel, gbc); in createPropertiesDialog()