Search Results
OK to copy?
Examples 1 through 7 of
7 (0.011 seconds)
Class:
org.apache.jmeter.visualizers.StatVisualizer
©,
Rating:
100% of 1,
C1
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 100% of 1, C1
Class: org.apache.jmeter.assertions.gui.AssertionGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.gui.HeaderPanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
121 // new SortFilterModel(myStatTableModel);
122 myJTable = new JTable(myStatTableModel);
123 myJTable.setPreferredScrollableViewportSize(new Dimension(500, 70));
124 myScrollPane = new JScrollPane(myJTable);
125 this.add(mainPanel, BorderLayout.NORTH);
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 100% of 1, C1
340 cookieTable = new JTable(tableModel);
341 cookieTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
342 cookieTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
343
344 JPanel buttonPanel = createButtonPanel();
Class: org.apache.jmeter.assertions.gui.AssertionGui ©, Rating: 0% of 0, C2
356 String.class,
357 new TextAreaTableCellEditor());
358 stringTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
359
360 JPanel panel = new JPanel();
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C1
268 authTable = new JTable(tableModel);
269 authTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
270 authTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
271
272 TableColumn passwordColumn = authTable.getColumnModel().getColumn(2);
Class: org.apache.jmeter.protocol.http.gui.HeaderPanel ©, Rating: 0% of 0, C1
281 headerTable.addFocusListener(this);
282 headerTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
283 headerTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
284
285 JPanel panel = new JPanel(new BorderLayout(0, 5));
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
601 new Class[] { String.class });
602 excludeTable = new JTable(excludeModel);
603 excludeTable.setPreferredScrollableViewportSize(new Dimension(100, 50));
604 excludeTable.addFocusListener(this);
605
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
580 new Class[] { String.class });
581 includeTable = new JTable(includeModel);
582 includeTable.setPreferredScrollableViewportSize(new Dimension(100, 50));
583 includeTable.addFocusListener(this);
584
Result Page:
1