Retrieve the current tab. @return the SketchCode representing the current tab
()
| 1654 | * @return the {@link SketchCode} representing the current tab |
| 1655 | */ |
| 1656 | public SketchCode getCurrentTab() { |
| 1657 | return getSketch().getCurrentCode(); |
| 1658 | } |
| 1659 | |
| 1660 | |
| 1661 | /** |
no test coverage detected