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

Method getSelectedCharacterRef

code/src/java/pcgen/gui2/PCGenFrame.java:439–442  ·  view source on GitHub ↗

@return a reference to the selected character

()

Source from the content-addressed store, hash-verified

437 * @return a reference to the selected character
438 */
439 public ReferenceFacade<CharacterFacade> getSelectedCharacterRef()
440 {
441 return currentCharacterRef;
442 }
443
444 /**
445 *

Callers 15

onCalculateMethod · 0.95
initListenersMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
SaveActionMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
CharacterActionMethod · 0.80
initComponentsMethod · 0.80
PrintPreviewDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected