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

Method FilterButton

code/src/java/pcgen/gui2/filter/FilterButton.java:45–48  ·  view source on GitHub ↗
(String prefKey)

Source from the content-addressed store, hash-verified

43 private final PropertyContext filterContext;
44
45 public FilterButton(String prefKey)
46 {
47 this(prefKey, false);
48 }
49
50 public FilterButton(String prefKey, boolean defaultSelectedState)
51 {

Callers

nothing calls this directly

Calls 6

createContextMethod · 0.95
createChildContextMethod · 0.95
setSelectedMethod · 0.80
initBooleanMethod · 0.80
isEmptyMethod · 0.65
addActionListenerMethod · 0.45

Tested by

no test coverage detected