MCPcopy Create free account
hub / github.com/PCGen/pcgen / NameButton

Method NameButton

code/src/java/pcgen/gui2/doomsdaybook/NameButton.java:29–33  ·  view source on GitHub ↗

Creates a new instance of NameButton @param element

(DataElement element)

Source from the content-addressed store, hash-verified

27 * @param element
28 */
29 NameButton(DataElement element)
30 {
31 this.element = element;
32 super.setText(element.getTitle());
33 }
34
35 /**
36 * Get the data element for the name button

Callers

nothing calls this directly

Calls 2

getTitleMethod · 0.65
setTextMethod · 0.45

Tested by

no test coverage detected