()
| 3258 | } |
| 3259 | |
| 3260 | protected void copyTab() { |
| 3261 | int i = tabbedPane.getSelectedIndex(); |
| 3262 | String title = tabbedPane.getTitleAt(i); |
| 3263 | OSPLog.finest("copying tab " + title); //$NON-NLS-1$ |
| 3264 | OSPRuntime.copy(getTabXML(), null); |
| 3265 | } |
| 3266 | |
| 3267 | private String getTabXML() { |
| 3268 | return new XMLControlElement(getSelectedTab()).toXML(); |
no test coverage detected