MCPcopy Create free account
hub / github.com/bobbylight/RText / setDescription

Method setDescription

src/main/java/org/fife/rtext/plugins/tools/Tool.java:434–436  ·  view source on GitHub ↗
(String desc)

Source from the content-addressed store, hash-verified

432 */
433 // Must be public for XMLEncoder
434 public void setDescription(String desc) {
435 this.desc = desc;
436 }
437
438
439 /**

Callers 5

ToolMethod · 0.95
createEditMenuMethod · 0.45
createSearchMenuMethod · 0.45
createWindowMenuMethod · 0.45
displayExceptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected