Search Results
OK to copy?
Examples 1 through 7 of
7 (0.021 seconds)
Class:
org.apache.jmeter.config.gui.SimpleConfigGui
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.config.gui.ArgumentsPanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.gui.HeaderPanel ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C1
219
220 table = new JTable(tableModel);
221 table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
222 return makeScrollPane(table);
223 }
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C1
174 //paramTable.setRowSelectionAllowed(true);
175 //paramTable.setColumnSelectionAllowed(true);
176 paramTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
177 //paramTable.setCellSelectionEnabled(true);
178 //paramTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C1
339 // create the JTable that holds one cookie per row
340 cookieTable = new JTable(tableModel);
341 cookieTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
342 cookieTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
343
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C1
267 // create the JTable that holds auth per row
268 authTable = new JTable(tableModel);
269 authTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
270 authTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
271
Class: org.apache.jmeter.config.gui.ArgumentsPanel ©, Rating: 0% of 0, C1
396 initializeTableModel();
397 table = new JTable(tableModel);
398 table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
399 return makeScrollPane(table);
400 }
Class: org.apache.jmeter.protocol.http.gui.HeaderPanel ©, Rating: 0% of 0, C1
280 headerTable = new JTable(tableModel);
281 headerTable.addFocusListener(this);
282 headerTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
283 headerTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
284
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C1
1406 connectionTable = new JTable(1, 2);
1407 connectionTable.setModel( tableModel );
1408 connectionTable.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
1409 // Reduce the STATE column and increase the REQ column
1410 TableColumn col ;
Result Page:
1