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

Method Tool

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

Constructor. This is really only here to make this class a JavaBean to facilitate easy serializing; the #Tool(String, String) constructor is preferred over this one.

()

Source from the content-addressed store, hash-verified

60 * constructor is preferred over this one.
61 */
62 public Tool() {
63 init();
64 }
65
66
67 /**

Callers

nothing calls this directly

Calls 3

initMethod · 0.95
setNameMethod · 0.95
setDescriptionMethod · 0.95

Tested by

no test coverage detected