(Object source)
| 3252 | } |
| 3253 | |
| 3254 | protected void pasteTab(Object source) { |
| 3255 | OSPRuntime.paste((s) -> { |
| 3256 | pasteAction(s, source); |
| 3257 | }); |
| 3258 | } |
| 3259 | |
| 3260 | protected void copyTab() { |
| 3261 | int i = tabbedPane.getSelectedIndex(); |
no test coverage detected