mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
20bcd2c790
commit
f8d97d79fa
1 changed files with 2 additions and 6 deletions
|
@ -31,7 +31,6 @@ import org.eclipse.cdt.internal.ui.refactoring.gettersandsetters.GetterAndSetter
|
|||
import org.eclipse.cdt.internal.ui.refactoring.gettersandsetters.GetterSetterInsertEditProvider.Type;
|
||||
|
||||
public class GenerateGettersAndSettersInputPage extends UserInputWizardPage {
|
||||
|
||||
private GetterAndSetterContext context;
|
||||
private ContainerCheckedTreeViewer variableSelectionView;
|
||||
private GetterSetterLabelProvider labelProvider;
|
||||
|
@ -63,12 +62,10 @@ public class GenerateGettersAndSettersInputPage extends UserInputWizardPage {
|
|||
placeImplemetation.setLayoutData(gd);
|
||||
placeImplemetation.setSelection(context.isImplementationInHeader());
|
||||
placeImplemetation.addSelectionListener(new SelectionAdapter() {
|
||||
|
||||
@Override
|
||||
public void widgetSelected(SelectionEvent e) {
|
||||
context.setImplementationInHeader(placeImplemetation.getSelection());
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
setControl(comp);
|
||||
|
@ -96,7 +93,6 @@ public class GenerateGettersAndSettersInputPage extends UserInputWizardPage {
|
|||
checkedFunctions.add(editProvider);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue