Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ actionPerformed
Method
actionPerformed
code/src/java/pcgen/gui2/filter/FilterButton.java:87–92 ·
view source on GitHub ↗
(ActionEvent e)
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
void
actionPerformed(ActionEvent e)
89
{
90
filterHandler.refilter();
91
filterContext.setBoolean(
"active"
, isSelected());
92
}
93
94
}
Callers
nothing calls this directly
Calls
2
setBoolean
Method · 0.80
refilter
Method · 0.65
Tested by
no test coverage detected