@return a reference to the currently loaded data set
()
| 446 | * @return a reference to the currently loaded data set |
| 447 | */ |
| 448 | public ReferenceFacade<DataSetFacade> getLoadedDataSetRef() |
| 449 | { |
| 450 | return currentDataSetRef; |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * @return the status bar for the main PCGen frame |
no outgoing calls
no test coverage detected