(boolean disposed)
| 1940 | |
| 1941 | /// Allows us to indicate disposed state for dialogs |
| 1942 | void setDisposed(boolean disposed) { |
| 1943 | this.disposed = disposed; |
| 1944 | } |
| 1945 | |
| 1946 | /// Determines whether the execution of a command on this dialog implicitly |
| 1947 | /// disposes the dialog. This defaults to true which is a sensible default for |
no outgoing calls
no test coverage detected