MCPcopy Create free account
hub / github.com/Singular/Singular / actionPerformed

Method actionPerformed

Singular/LIB/surfex/ConfigFrame.java:162–164  ·  view source on GitHub ↗
(ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

160
161 ActionListener AL = new ActionListener() {
162 public void actionPerformed(ActionEvent actionEvent) {
163 action(actionEvent.getActionCommand());
164 }
165 };
166
167 public void action(String command) {

Callers

nothing calls this directly

Calls 11

actionMethod · 0.95
surfAvailableMethod · 0.95
povAvailableMethod · 0.95
askForPOVMethod · 0.95
askForSurfMethod · 0.95
impsurfAvailableMethod · 0.95
iviewAvailableMethod · 0.95
getNameMethod · 0.80
setVisibleMethod · 0.80
setSelectedMethod · 0.80
isSelectedMethod · 0.45

Tested by

no test coverage detected