Project

General

Profile

« Previous | Next » 

Revision 4c72fcbd

Added by Andreas Müller over 6 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/NameDetailsViewComposite.java
143 143

  
144 144
       final Button showNameCache = new Button(child, SWT.CHECK);
145 145
       isShowNameCache= config.isNameCacheActivated();
146
       showNameCache.setText("Show nameCache of the name (only the scientific name without the author and year)");
146
       showNameCache.setText("Show name cache of the name (only the scientific name without the author and year)");
147 147
       showNameCache.setSelection(isShowNomenclaturalCode);
148 148
       showNameCache.addSelectionListener(new SelectionAdapter(){
149 149
            @Override
......
172 172
            @Override
173 173
            public void widgetSelected(SelectionEvent e) {
174 174
                isShowRank = showRank.getSelection();
175

  
176 175
             }
177 176
        });
178 177
       final Button showEpithets = new Button(child, SWT.CHECK);
......
183 182
            @Override
184 183
            public void widgetSelected(SelectionEvent e) {
185 184
                isShowEpithets = showEpithets.getSelection();
186

  
187 185
             }
188 186
        });
189 187
       final Button showAuthorshipCache = new Button(child, SWT.CHECK);
......
194 192
            @Override
195 193
            public void widgetSelected(SelectionEvent e) {
196 194
                isShowAuthorshipCache = showAuthorshipCache.getSelection();
197

  
198 195
             }
199 196
        });
200 197

  
......
206 203
            @Override
207 204
            public void widgetSelected(SelectionEvent e) {
208 205
                isShowAuthorship = showAuthorship.getSelection();
209

  
210 206
             }
211 207
        });
212 208

  
......
218 214
            @Override
219 215
            public void widgetSelected(SelectionEvent e) {
220 216
                isShowNomenclaturalRef = showNomenclaturalRef.getSelection();
221

  
222 217
             }
223 218
        });
224 219

  
......
230 225
            @Override
231 226
            public void widgetSelected(SelectionEvent e) {
232 227
                isShowNomenclaturalStatus = showNomenclaturalStatus.getSelection();
233

  
234 228
             }
235 229
        });
236 230

  
......
242 236
            @Override
243 237
            public void widgetSelected(SelectionEvent e) {
244 238
                isShowProtologue = showProtologue.getSelection();
245

  
246 239
             }
247 240
        });
248 241

  
......
254 247
            @Override
255 248
            public void widgetSelected(SelectionEvent e) {
256 249
                isShowTypeDesignation = showTypeDesignation.getSelection();
257

  
258 250
             }
259 251
        });
260 252

  
......
267 259
            @Override
268 260
            public void widgetSelected(SelectionEvent e) {
269 261
                isShowNameRelationship = showNameRelationship.getSelection();
270

  
271 262
             }
272 263
        });
273 264

  
......
279 270
            @Override
280 271
            public void widgetSelected(SelectionEvent e) {
281 272
                isShowHybrid = showHybrid.getSelection();
282

  
283 273
             }
284 274
        });
285 275
       final Button showNameApprobiation = new Button(child, SWT.CHECK);
......
290 280
            @Override
291 281
            public void widgetSelected(SelectionEvent e) {
292 282
            	isShowNameApprobiation = showNameApprobiation.getSelection();
293

  
294 283
             }
295 284
        });
296 285

  

Also available in: Unified diff