MCPcopy Create free account
hub / github.com/PCGen/pcgen / isCommitted

Method isCommitted

code/src/java/pcgen/gui2/dialog/ChooserDialog.java:378–381  ·  view source on GitHub ↗

Returns the means by which the dialog was closed. @return the committed status, false for cancelled, true for OKed.

()

Source from the content-addressed store, hash-verified

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>

Callers 1

showGeneralChooserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected