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

Method getCurrentSourceSelectionRef

code/src/java/pcgen/gui2/UIContext.java:45–48  ·  view source on GitHub ↗

Returns the reference to the currently loaded sources. @return The reference to the currently loaded sources.

()

Source from the content-addressed store, hash-verified

43 * @return The reference to the currently loaded sources.
44 */
45 public DefaultReferenceFacade<SourceSelectionFacade> getCurrentSourceSelectionRef()
46 {
47 return currentSourceSelection;
48 }
49
50}

Callers 8

initListenersMethod · 0.80
ReloadSourcesActionMethod · 0.80
actionPerformedMethod · 0.80
UnloadSourcesActionMethod · 0.80
PCGenFrameMethod · 0.80
QuickSourceMenuMethod · 0.80
itemStateChangedMethod · 0.80
getDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected