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

Method PCGenAction

code/src/java/pcgen/gui2/tools/PCGenAction.java:31–34  ·  view source on GitHub ↗
(String prop)

Source from the content-addressed store, hash-verified

29public class PCGenAction extends AbstractAction
30{
31 public PCGenAction(String prop)
32 {
33 this(prop, null, null, null);
34 }
35
36 public PCGenAction(String prop, Icons icon)
37 {

Callers

nothing calls this directly

Calls 7

nameMethod · 0.95
nextTokenMethod · 0.80
equalsIgnoreCaseMethod · 0.80
matchesMethod · 0.80
hasMoreTokensMethod · 0.80
getImageIconMethod · 0.80
putValueMethod · 0.45

Tested by

no test coverage detected