Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Tool
Method · 0.95
OpenFileAction
Method · 0.45
createCopyAsStyledTextMenuItem
Method · 0.45
ToolOptionPanel
Method · 0.45
ClearAllAction
Method · 0.45
CopyAllAction
Method · 0.45
RunToolAction
Method · 0.45
ConsoleOptionPanel
Method · 0.45
OptionsPanel
Method · 0.45
SourceBrowserOptionPanel
Method · 0.45
ConfigureAction
Method · 0.45
SortAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected