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

Method getName

src/main/java/org/fife/rtext/plugins/tools/Tool.java:296–298  ·  view source on GitHub ↗

Returns the name of this tool. @return The name of this tool. @see #setName(String)

()

Source from the content-addressed store, hash-verified

294 * @see #setName(String)
295 */
296 public String getName() {
297 return name;
298 }
299
300
301 /**

Callers 15

compareToMethod · 0.95
hashCodeMethod · 0.95
setDefaultsMethod · 0.45
StatusBarMethod · 0.45
saveCurrentFileAsMethod · 0.45
getAppThemeToSaveMethod · 0.45
getMacroNameMethod · 0.45
getSavedMacroFilesMethod · 0.45
isDarkLookAndFeelMethod · 0.45
toRstaIconGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected