Returns the means by which the dialog was closed. @return the committed status, false for cancelled, true for OKed.
()
| 376 | * @return the committed status, false for cancelled, true for OKed. |
| 377 | */ |
| 378 | public boolean isCommitted() |
| 379 | { |
| 380 | return committed; |
| 381 | } |
| 382 | |
| 383 | private class GeneralTreeViewModel extends DelegatingListFacade<InfoFacade> |
| 384 | implements TreeViewModel<InfoFacade>, DataView<InfoFacade> |