(ConvertSubPanel panel, boolean allowPrev)
| 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 | { |
no test coverage detected