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

Method SkillInfoTab

code/src/java/pcgen/gui2/tabs/SkillInfoTab.java:103–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 private final JComboBox<SkillFilter> skillFilterBox;
102 private final JFXPanelFromResource<SimpleHtmlPanelController> htmlPane;
103 SkillInfoTab()
104 {
105 super();
106 this.skillTable = new FilteredTreeViewTable<>();
107 this.skillpointTable = new JTable();
108 this.infoPane = new InfoPane();
109 this.cFilterButton = new FilterButton<>("SkillQualified");
110 this.trainedFilterButton = new FilterButton<>("SkillTrained");
111 this.tabTitle = new TabTitle(Tab.SKILLS);
112 this.htmlPane = new JFXPanelFromResource<>(
113 SimpleHtmlPanelController.class,
114 "SimpleHtmlPanel.fxml"
115 );
116 this.skillFilterBox = new JComboBox<>();
117 initComponents();
118 }
119
120 private void initComponents()
121 {

Callers

nothing calls this directly

Calls 1

initComponentsMethod · 0.95

Tested by

no test coverage detected