Constructs a blank DataTool.
()
| 314 | * Constructs a blank DataTool. |
| 315 | */ |
| 316 | public DataTool() { |
| 317 | this(ToolsRes.getString("DataTool.Frame.Title"), "DataTool"); //$NON-NLS-1$ //$NON-NLS-2$ |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Constructs a DataTool and opens the specified xml file. |
nothing calls this directly
no test coverage detected