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

Method setName

src/main/java/org/fife/rtext/plugins/tools/Tool.java:472–474  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

470 */
471 // Must be public for XMLEncoder
472 public void setName(String name) {
473 this.name = name;
474 }
475
476
477 /**

Callers 15

ToolMethod · 0.95
OpenFileActionMethod · 0.45
ToolOptionPanelMethod · 0.45
ClearAllActionMethod · 0.45
CopyAllActionMethod · 0.45
RunToolActionMethod · 0.45
ConsoleOptionPanelMethod · 0.45
OptionsPanelMethod · 0.45
ConfigureActionMethod · 0.45
SortActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected