Home
last modified time | relevance | path

Searched refs:testcaseSortPanel (Results 1 – 2 of 2) sorted by relevance

/dports/devel/staf/src/staf/services/stax/beta/monitor/
H A DSTAXMonitor.java1905 JPanel testcaseSortPanel = new JPanel(); in createPropertiesDialog() local
1906 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()
/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitor.java1972 JPanel testcaseSortPanel = new JPanel(); in createPropertiesDialog() local
1973 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()