Clears data by removing all tabs.
()
| 2188 | * Clears data by removing all tabs. |
| 2189 | */ |
| 2190 | @Override |
| 2191 | public void clearData() { |
| 2192 | removeAllTabs(); |
| 2193 | } |
| 2194 | |
| 2195 | /** |
| 2196 | * Sets the font level. |
nothing calls this directly
no test coverage detected