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

Method prepare

code/src/java/pcgen/gui2/converter/ConvertPanel.java:150–155  ·  view source on GitHub ↗
(ConvertSubPanel panel, boolean allowPrev)

Source from the content-addressed store, hash-verified

148 }
149
150 public void prepare(ConvertSubPanel panel, boolean allowPrev)
151 {
152 setButtonVisibility(panel.isLast(), allowPrev);
153 panel.addProgressListener(pl);
154 panel.performAnalysis(properties);
155 }
156
157 private void setButtonVisibility(boolean displayingLast, boolean allowPrev)
158 {

Callers 2

runNextPanelMethod · 0.95
actionPerformedMethod · 0.45

Calls 4

setButtonVisibilityMethod · 0.95
isLastMethod · 0.45
addProgressListenerMethod · 0.45
performAnalysisMethod · 0.45

Tested by

no test coverage detected