MCPcopy Create free account
hub / github.com/GateNLP/gate-core / isEnabled

Method isEnabled

src/main/java/gate/gui/MainFrame.java:3097–3100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3095 }
3096
3097 @Override
3098 public boolean isEnabled() {
3099 return Gate.getExecutable() != null;
3100 }
3101
3102 @Override
3103 public void actionPerformed(ActionEvent e) {

Callers 7

mouseClickedMethod · 0.45
runMethod · 0.45
mouseEnteredMethod · 0.45
mouseEnteredMethod · 0.45
getComponentToDisplayMethod · 0.45
mouseEnteredMethod · 0.45
mouseClickedMethod · 0.45

Calls 1

getExecutableMethod · 0.95

Tested by

no test coverage detected