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

Method setTitle

src/main/java/gate/gui/MainFrame.java:2340–2345  ·  view source on GitHub ↗

Override to avoid Protege to change Frame title

(String title)

Source from the content-addressed store, hash-verified

2338
2339 /** Override to avoid Protege to change Frame title */
2340 @Override
2341 public synchronized void setTitle(String title) {
2342 if(titleChangable) {
2343 super.setTitle(title);
2344 } // if
2345 } // setTitle(String title)
2346
2347 /**
2348 * Method is used in NewDSAction

Callers 14

runMethod · 0.80
BootStrapDialogMethod · 0.80
showMethod · 0.80
showMethod · 0.80
initLocalDataMethod · 0.80
showMethod · 0.80
runMethod · 0.80
OkCancelDialogMethod · 0.80
selectPRMethod · 0.80
actionPerformedMethod · 0.80
PluginUpdateManagerMethod · 0.80
SearchDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected