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

Method DomainInfoTab

code/src/java/pcgen/gui2/tabs/DomainInfoTab.java:113–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 private final QualifiedTreeCellRenderer qualifiedRenderer;
112
113 public DomainInfoTab()
114 {
115 super();
116 this.deityTable = new FilteredTreeViewTable<>();
117 this.domainTable = new JDynamicTable();
118 this.domainRowHeaderTable = TableUtils.createDefaultTable();
119 this.selectedDeity = new JLabel();
120 this.selectDeity = new JButton();
121 this.selectedDomain = new JLabel();
122 this.deityInfo = new InfoPane("in_deityInfo"); //$NON-NLS-1$
123 this.domainInfo = new InfoPane("in_domainInfo"); //$NON-NLS-1$
124 this.qDeityButton = new FilterButton<>("DeityQualified");
125 this.qDomainButton = new FilterButton<>("DomainQualified");
126 this.qualifiedRenderer = new QualifiedTreeCellRenderer();
127 initComponents();
128 }
129
130 private void initComponents()
131 {

Callers

nothing calls this directly

Calls 2

createDefaultTableMethod · 0.95
initComponentsMethod · 0.95

Tested by

no test coverage detected