Search Results
OK to copy?
Examples 1 through 10 of
18 (0.0020 seconds)
Class:
org.apache.jmeter.config.gui.SimpleConfigGui
©,
Rating:
100% of 1,
C2
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 100% of 1, C1
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, 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, C2
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C3
305 // If a table cell is being edited, we must cancel the editing before
306 // deleting the row
307 if (table.isEditing())
308 {
309 TableCellEditor cellEditor = table.getCellEditor(
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 0% of 0, C1
290 protected void stopTableEditing()
291 {
292 if (table.isEditing())
293 {
294 TableCellEditor cellEditor = table.getCellEditor(
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 0% of 0, C1
154 public void modifyTestElement(TestElement el)
155 {
156 if (table.isEditing())
157 {
158 table.getCellEditor().stopCellEditing();
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 100% of 1, C1
119 public void modifyTestElement(TestElement params)
120 {
121 if (paramTable.isEditing())
122 {
123 paramTable.getCellEditor().stopCellEditing();
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C2
276 public void actionPerformed(ActionEvent e)
277 {
278 if (paramTable.isEditing())
279 {
280 TableCellEditor cellEditor =
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C2
320 public void actionPerformed(ActionEvent e)
321 {
322 if (paramTable.isEditing())
323 {
324 TableCellEditor cellEditor =
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C1
223 public void actionPerformed(ActionEvent e)
224 {
225 if (paramTable.isEditing())
226 {
227 TableCellEditor cellEditor =
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C2
263 public void modifyTestElement(TestElement cm)
264 {
265 if (cookieTable.isEditing())
266 {
267 cookieTable.getCellEditor().stopCellEditing();
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C3
168 // If a table cell is being edited, we should accept the current
169 // value and stop the editing before adding a new row.
170 if (cookieTable.isEditing())
171 {
172 TableCellEditor cellEditor =