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

Method TabTitle

code/src/java/pcgen/gui2/tabs/TabTitle.java:48–51  ·  view source on GitHub ↗

Create a new TabTitle instance for a specific tab. @param tab The tab to be represented.

(Tab tab)

Source from the content-addressed store, hash-verified

46 * @param tab The tab to be represented.
47 */
48 public TabTitle(Tab tab)
49 {
50 this(tab.label(), tab);
51 }
52
53 /**
54 * Create a new TabTitle instance for a specific tab.

Callers

nothing calls this directly

Calls 3

putValueMethod · 0.95
getStringMethod · 0.95
labelMethod · 0.80

Tested by

no test coverage detected