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

Method setColumnModel

code/src/java/pcgen/gui2/util/JDynamicTable.java:139–148  ·  view source on GitHub ↗
(TableColumnModel columnModel)

Source from the content-addressed store, hash-verified

137 }
138
139 @Override
140 public void setColumnModel(TableColumnModel columnModel)
141 {
142 if (this.dynamicColumnModel != null)
143 {
144 this.dynamicColumnModel.removeDynamicTableColumnModelListener(listener);
145 cornerButton.setVisible(false);
146 }
147 super.setColumnModel(columnModel);
148 }
149
150 public void setColumnModel(DynamicTableColumnModel columnModel)
151 {

Callers 8

initComponentsMethod · 0.45
initComponentsMethod · 0.45
initComponentsMethod · 0.45
initializeTableMethod · 0.45
initializeTableMethod · 0.45
initializeTableMethod · 0.45
initializeTreeTableMethod · 0.45
initializeTreeTableMethod · 0.45

Calls 8

createMenuItemMethod · 0.95
setVisibleMethod · 0.65
getAvailableColumnsMethod · 0.65
clearMethod · 0.65
isEmptyMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected