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

Method getInstance

code/src/java/pcgen/gui2/UIPropertyContext.java:98–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 public static UIPropertyContext getInstance()
99 {
100 if (instance == null)
101 {
102 instance = new UIPropertyContext();
103 }
104 return instance;
105 }
106
107
108 private Color getColor(String key)

Callers 15

createContextMethod · 0.95
getCustomItemColorMethod · 0.95
setQualifiedColorMethod · 0.95
getQualifiedColorMethod · 0.95
setNotQualifiedColorMethod · 0.95
getNotQualifiedColorMethod · 0.95
setAutomaticColorMethod · 0.95
getAutomaticColorMethod · 0.95
setVirtualColorMethod · 0.95
getVirtualColorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected