Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mouseClicked
Method · 0.45
run
Method · 0.45
mouseEntered
Method · 0.45
mouseEntered
Method · 0.45
getComponentToDisplay
Method · 0.45
mouseEntered
Method · 0.45
mouseClicked
Method · 0.45
Calls
1
getExecutable
Method · 0.95
Tested by
no test coverage detected