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

Method getTabShown

code/src/java/pcgen/core/GameMode.java:2150–2154  ·  view source on GitHub ↗
(Tab tab)

Source from the content-addressed store, hash-verified

2148 }
2149
2150 public boolean getTabShown(Tab tab)
2151 {
2152 TabInfo ti = getContext().getReferenceContext().silentlyGetConstructedCDOMObject(TabInfo.class, tab.toString());
2153 return ti.isVisible();
2154 }
2155
2156 public LoadInfo getLoadInfo()
2157 {

Callers 3

getHTMLInfoMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80

Calls 5

getContextMethod · 0.95
isVisibleMethod · 0.95
getReferenceContextMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected